• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Solved can i use Unity scripts in VAM ?

Frief

Well-known member
Joined
Jul 10, 2020
Messages
172
Reactions
1,637
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