is there a way when you use LoadLevel to load it and spawn somewhere i did not put my character?
so loading the level and teleporting him right after with a script thats only attached to something in the other scene?
I’m wondering this also. I think what would be easiest is to create an initial spawn for when A character firsts enters a scene but if you’re doing an mmorpg style where there’s multiple entrance points to the scene you would need to tell it to spawn at the appropriate spawn point. maybe label the layer as… entering ____level and return from _____ level.
I know if there’s factors such as specific player traits like health weapons ect… U need to implement some form of… DontDestroyOnLoad or save player preferences. I have no Ide how to do any of this… been reading for hours.