We are excited to announce a new feature on the Hub: Favorites!
You can now add resources to your favorites, and organize your favorites into collections!
You can check out the details in our official announcement!
So I have tried it. And I have a problem. VAM getting stuck at loading AssetBoundle, "Loading please wait" forever in CUA. If I uncheck load DLL then it loads, but without scripts. Here is my DLL code, it works in Unity.
using System.Collections;
using System.Collections.Generic;
using...
Does objects that have scripts attached to them will retain their parameters values if script is loaded using DLL? For example I have 3 objects with the same script but different parameters. How do I do this in VAM?