- Home /
Game mechanic Tips
Hey guys, Im working on a small game, I have platforms that tilt going down the level, does it matter if I place them using the editor or is better to spawn the platforms using C# script using Vector Positions ?
Comment
It's better to place them in the editor. Creating gameobjects from prefabs is not optimal considering performance.
Your answer
Follow this Question
Related Questions
Initialising List array for use in a custom Editor 1 Answer
Distribute terrain in zones 3 Answers
Spawn with rotation of 90 on x axis. 1 Answer
Multiple Cars not working 1 Answer