Does the Terrain's width and lenght properties affect performance?
I want to use Unity's terrain system in my mobile game, and since I want the terrain to be relatively large, I would like to know if changing its size would affect performance in any way( RAM, CPU, etc ).
I know there are a lot of others parameters to take in consideration, but I would like to know if terrain size can really drag down my game's performance or if Unity is optimized for that.
Just as a side note, I have tested on two Android devices a 4096x4096 terrain, and it performed above 55 FPS on both. On ADB, memory usage was relatively low( 47 mb and 127 mb ), and apparently changing the size to 2048x2048 did not changed anything at all, BUT I just want to be sure of that.
By the way, I'm using Unity 4.7 Free.
Your answer
Follow this Question
Related Questions
Terrain slowdown on Android 1 Answer
How does many terrains on scene affect performance? 1 Answer
How can I detect Android device graphics capability? 0 Answers
Random performance inconcistency in Unity with ARCore on Android 0 Answers
Unity Terrain Tree Colliders not working when build on Android but working in Unity Editor. 0 Answers