so is there way for users to create custom levels for my unity games?
if not, would unity please add such a mechanism to create custom levels
thanks in advance.
so is there way for users to create custom levels for my unity games?
if not, would unity please add such a mechanism to create custom levels
thanks in advance.
nobody cares about for ability to create custom user levels
There’s no built-in way to do this. (You could ask your users to buy Unity Pro and get them to build assetbundles but I don’t imagine that’d go down well).
However, this doesn’t mean it can’t be done. You can build a level editor in Unity - e.g. something that allows users to place objects from your game into an empty scene - then save the details of which objects are in which positions to an XML file or something.