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.
Need help after build package
Yes, I have import all the prefab in the unity project instead to create it at runtime, thanks.