- Home /
Weird action in Unity editor when pressing the "E" key?
Unity editor 5 was working alright, all the sudden everytime i press the E key something weird happen,for example if i am naming a new folder in unity editor and the name of the folder contain e, whenever i press the e it's like pressing enter , the e letter never gets in there and the unity editor window glitches, if i just press e anytime in the editor, it glitchs, iam thinking it has something to do with shortcuts or something but i don't know how to fix it
Answer by TSI25 · Oct 19, 2017 at 07:16 PM
I had a problem like this at one point and it wound up being tied to an asset package I had imported from the asset store having a shortcut in one of its editor scripts. eventually I found it by going into visual studio and going to edit->find and replace->find in files and then searching the entire solution for "Input.GetKeyDown" or "Input.GetButtonDown". Most likely one of the results will be the line listening for Keycode.E and will be cause that annoying hitch.
Thanks,that's a possibility, it just disappears by itself now, didn't do anything to it...
Your answer
Follow this Question
Related Questions
How to combine two buttons in one. Editor window 2 Answers
Custom Editor - Is there any way to detect whether the user is in Prefab editing mode? 1 Answer
Fix editor TextField cursor alignment 1 Answer
Small GUILayout button 1 Answer
why I Cant Add Multiple Objects to the "Object Field" in Editor Window? 3 Answers