• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question Can I animate assets in Unity then import to VAM?

bumblebaetuna

Member
Joined
Oct 13, 2020
Messages
43
Solutions
1
Reactions
12
How are CUAs being animated? Fluid bundles are a good example. I'm wanting to do something much simpler: a screen that loops through a handful of images/materials. Can I script this in Unity then bundle/import like normal?
 
If you need a script, it needs to be a VaM plugin. But these are just normal Unity scripts that are loaded differently and have some security restrictions. Otherwise you can bundle as normal and load via CustomUnityAsset atom.
 
Upvote 0
Back
Top Bottom