08-08-2023, 03:29 AM
(07-08-2023, 09:50 AM)josemendez Wrote: Hi,There's problem if I have more than 100 levels, there will be more than 300 hundred blueprint in my asset, my apk size will be very huge
Blueprints are just ScriptableObjects, so all of these are done using built-in Unity functions just like you'd normally do. See:
https://docs.unity3d.com/ScriptReference...tance.html
https://docs.unity3d.com/ScriptReference...Asset.html
https://docs.unity3d.com/ScriptReference...ssets.html
kind regards,