How does 'Super Mario custom level' implement?
I'm making a platform game and I want to have a game mode where players can customize the map. For example, the player can decide what background to use, the textures of game objects and where to put barriers. After much searching, I didn't get any useful information. Then it occurred to me that in Super Mario there is something alike. I can't figure out how it works. Can anyone give me some advice?
Your answer
Follow this Question
Related Questions
Help me with Damage system please 3 Answers
Why do nested if statements act differently than the && operator? 1 Answer
Unity Custom Editor - Lauch callback at the end of the SerializeField. 0 Answers
C#: How do you make a 2D game object jump? 1 Answer
How To Generate Platforms Down Each other in a pattern with some different positions Unity 1 Answer