|
|
App Developers Community group |
Facebook Group · 393 members |
|
This group focuses on various technologies. Please Share the Technology related posts only like PHP, Java, iOS, Web Design and Development, Unity3D, M... |
|
|
Hello Readers !!
Today we are going to discuss the Performance issue with the Unity3D game.
We all know about the Sounds, Batching, Draw Call, Textures, Meshes and other components which we use in the game. But only some of us know about the usage system means how we should use these components so that we can use best CPU or GPU for the game.
Today we are going to discuss this only. Here are some points which we should take care while creating a game.
1 Textures:- Textures are very important for the game. With textures, we can give look and feel to any object. Textures are also important from the memory point of view. So basic property of any texture is very important.
Above are all the properties of textures. You can change them according to your requirement.
2. Meshes:- Meshes are also very major component of the games. Meshes are made up of triangles and vertices. These triangles and vertices play direct role in the rendering. We can reduce the draw calls according to the meshes.
Here are the properties of the meshes. Change these properties according to your requirement and have fun.
Till then keep coding.
0 Comment(s)