I am trying to use some of the code from the unify community site. For example, I am trying to call the Mathfx C# routines from javascript. I have been able to call C# routines from js OK, using GetComponent.
Can I put the C# in the Assets or other project resources folders and somehow call the routine like it is a built-in function?
Like this: x = Mathfx.Bounce(y);
Or -- does all code at some point have to be attached to a game object to be "in the game."