Question is off-topic or not relevant
Side Scroller for Mobile Games (iOS & Android) like Geometry Dash
Do i need to spawn the world by making prefabs or just make a very long platform? Sorry I'm a complete beginner and tried making a long platform because if i do a random spawn it wouldn't be like Mario Run or Geometry dash where when they die they re-spawn and the world is the same, not random all the time(of course my game will be completely different, i just want it to be like a side scroller game where all u do is tap like those for an example). The problem with creating a long platform is when you run it on the simulator it lags very bad im guessing bc of the cpu & frame rate. Any tips or advice will help so much! thanks guys!!!
Answer by Jan_Sch · Feb 21, 2017 at 02:10 PM
You could just instantiate single pieces in front of the player and delete them when he can't see them anymore: https://docs.unity3d.com/ScriptReference/Object.Instantiate.html
But I would recommend you to start with something easy to learn the basics.
Follow this Question
Related Questions
Spawner design for variable spawned units 1 Answer
Buttons are shrinking in size on a mobile screen 0 Answers
Client Spawning Player Objects 0 Answers
Spawning issues 1 Answer
my objects is spawning on the wall 1 Answer