- Home /
Use Tree 3d Model or Tree png img on Plane?
Hi guys we are making endless runner game,
We basically want to know which type of process is appropriate for adding trees in scene?
Should we go for 3d models of tree or use plane and add tree texture on it ?
Which is best solution for mobile performance?
Also if you know let us know that which technique temple run:OZ uses to add trees in it?
Thanks.
Hi for best performance I would easily choose the Quad with a tree texture on it(make sure you use a quad, 2 poly's, not the Unity plane which is many more). It also depends on what look you are trying to achieve with your game, if the plane texture trees don't fit in then try the mesh option with a view to swapping it out later if you get a performance drop in relation to them. Hope this helps a little
Hi again. It depends how you are using them. Are they just in the background or are they active objects in your scene. Is your game 2D or 3D. Tell me a little bit more about your game and I will try to be more help.
Your answer
Follow this Question
Related Questions
Endless Runner Overlapping Platforms Bug 0 Answers
How can I destroy many instantiated objects on endless game 1 Answer
How can i make the game check if a certain input is executed in a certain time frame? 1 Answer
Can anyone help me with my 2D endless runner overlapping platforms? 0 Answers
Trouble spawning endless platform 0 Answers