Sorry for my bad english
I having the problem, when i try to call a javascript file into another script(javascript and C#), it cannot detect or call the javascript file. In another word, my C# able to call other C# script file, but not the javascript. I also try to use javascript to call another javascript, and it just does not work. I am sure that my coding it is right, but i not sure what causing this problem.![]()
Here is an example, when i try to call the CharaterMotor.js from C#, it cant detect the javascript. in fact all the javascript, it work perfectly fine for c# script.

Ok here is another example of me try to call the CharaterMotor.js in other javascript file. Normally when you write something the MonoDevelop will able to detect what you try to write, but not for the javascript. I try to write CharacterMotor but it does not display it.![]()

I really need your help, any idea what cause this problem ?