- Home /
Reference not carrying over to editor
I have been trying to put a reference of assembly-unityscript inside of the Assembly-CSharp project, because I am using CS and I would like to use the joystick.js class and I am getting the error "Assets/scripts/InputManager.cs(16,9): error CS0246: The type or namespace name `Joystick' could not be found. Are you missing a using directive or an assembly reference?" I configure it in monodevelop and it develops, but then in the editor it still gives an error. I then try to update the editor, it still gives me the error and resets monodevelop to the way it was before I configured it. Any suggestions or wisdom on the situation would be nice.
I may be missing something or there is an easier solution.
Answer by Jamora · Jul 31, 2013 at 10:16 PM
I think this Answer will solve your problem: Accessing JS variable from C# and vice versa
Your answer

Follow this Question
Related Questions
App work in play test mode but not working in android real device 0 Answers
Debugging on Mavericks 0 Answers
Best Unity Boo editor? 2 Answers
MonoDevelop does not come up as top window when doubleclick error in Unity 1 Answer
Difference between differrent csproj files (there are 3) in a unity editor (rider) 1 Answer