• Hi Guest!

    Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.12 using the VaM_Updater found in your installation folder.

    Details about the security patch can be found here.

Solved can i use Unity scripts in VAM ?

Frief

Well-known member
Messages
158
Reactions
1,621
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
 
Solution
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.
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
Solution
Back
Top Bottom