- Home /
my Monodevelop can't code, any help or solution?
so i don't know what happen but suddenly i can't code with monodevelop. i already tried this and this but it still wont work. updating and reinstalling does not work too. need help :|
im using windows 7, unity 5.6.0f3, and monodevelop
screenshots:
its from unity example project
Answer by Wolfride · Dec 16, 2018 at 03:20 AM
I don't program often, but I noticed that Visual Studio is MUCH better for correcting syntax while scripting C# for use in Unity. Sorry I can't help you further.
Answer by Razor1994 · Dec 16, 2018 at 04:29 PM
The problem is that you did not import the CrossPlatformInput package. Go to your assets folder -> right click -> import package -> CrossPlatformInput
After that the assembly should be there.
Your answer
Follow this Question
Related Questions
C# script editor won't open? What should I do 2 Answers
Typing anything anywhere in script ceases all functions? 1 Answer
error CS0117: `UnityEngine.Graphics' does not contain a definition for `DrawProceduralIndirectNow' 0 Answers
Error CS0138 with UnityEngine.Animation 1 Answer
Scripts Not Updating in Unity 2017.2.0f3 3 Answers