Hello, I’ve two script:
the 1st is a C# script (that I’ve converted from JS), and the 2nd is a JS script.
In the JS file there is defined a type that I need to use in the C# script, and also there are some functions that I need to call from the C# script.
How can I tell the C# script to use them from the JS ??