How do I disable and then re-enable a C# script from a JS?
Basically I want to momentarily disable the Standard Asset “MouseLook” that is attached to the Main Camera.
How do I disable and then re-enable a C# script from a JS?
Basically I want to momentarily disable the Standard Asset “MouseLook” that is attached to the Main Camera.
it must be in a folder thats compiled before like Standard Assets
Otherwise JS can not access any C# scripts.
You optimally would decide for one language and ensure that only that one is present, so you do not have to care about the “where they are” to be able to access them