How can we create prefab after build package without the Editor function "AssetDatabase", "PrefebUtility" and so on? Because if we use the AssetDatabase from Unity.Editor, we cannot build package normally.

    funnydata you cannot create prefab at runtime from a build unfortunately.

      Yes, I have import all the prefab in the unity project instead to create it at runtime, thanks.

        Write a Reply...