Input Command Issues
Hello first off for reference:
Unity 2021.2.81f1 Microsoft Visual Studio Community Edition 2022
I have opened several existing and new projects but no input commands appear to be working anymore. This has happened prior to and after updates to both Unity and Visual Studio.
What I have already tried:
-Registering Visual Studio as the external scripting programme inside of Unity
-Updating Unity Input Command to the new Input Command Package
-Opening new projects and existing projects
-Different coding practices (for example OnMouseDown() and (Input.GetKeyDown.Keycode.Space) )
-Ensuring there are no compiling errors
-Restarting both Unity and Visual Studio
-Uninstalling / Reinstalling both Unity and Visual Studio
-Deleting old package files relating to Unity and then reinstalling Unity
Any help / advice would be much appreciated as I can't go forward from opening the application and creating games because of this issue .
Thanks
Christopher ,Hello first off for reference:
-Unity 2021.2.81f1
-Microsoft Visual Studio Community Edition 2022
I have opened several existing and new projects but no input commands appear to be working anymore. This has happened prior to and after updates to both Unity and Visual Studio.
What I have already tried:
-Registering Visual Studio as the external scripting programme inside of Unity
-Updating Unity Input Command to the new Input Command Package
-Opening new projects and existing projects
-Different coding practices (for example OnMouseDown() and (Input.GetKeyDown.Keycode.Space) )
-Ensuring there are no compiling errors
-Restarting both Unity and Visual Studio
-Uninstalling / Reinstalling both Unity and Visual Studio
-Deleting old package files relating to Unity and then reinstalling Unity
Any help / advice would be much appreciated as I can't go forward from opening the application and creating games because of this issue .
Thanks
Christopher
Your answer
Follow this Question
Related Questions
Input Command Issues 0 Answers
What is the correct way to learn unity scripting ? 2 Answers
Renderer.materials not working in void update() 2 Answers
I need help with code for audio file. 0 Answers