What would be the best way I could use. If you have to load multiple levels and requires the unityplayer is very small.
Create Assets Bundles of each level of a prefab by level?
Creating Scenes for each level and create a prefab for each scene?
Create multiple players and load the player into the main player?
Create multiple Scenes at each level and load asynchronously in the primary?
Any other possible option?
Thanks