Question can i use Unity scripts in VAM ?

Frief

Well-known member
Messages
172
Reactions
1,519
Points
93
the title says it all ...
I would like to know if I just have to use Unityscripts in VAM or if I have to modify them
 
You can use Unity C# scripts, but not UnityScript which is a modified JavaScript. Just have a look at some of the simpler plugins for a start, it should be rather straight forward if you are familiar with Unity. You plugin needs to derive from MVRScript, which is just a MonoBehaviour with some extras.
 
Upvote 0
Back
Top Bottom