I was unsure if the Unity3D client could create AssetDatabase
in runtime or always leave them created in the editor before compiling.
I was unsure if the Unity3D client could create AssetDatabase
in runtime or always leave them created in the editor before compiling.
The AssetDatabase methods will only work for you in the editor. During the execution of the program you can use Resources or AssetBundles .