Texture Atlasing
I want to combine a bunch of textures into one material, then use that material for multiple gameobjects so they will batch. However, if I use material offsets to do this, it creates a copy of the...
View Articleoptimizing mesh & textures
hello there, this is more of a general question. i'm in the process of optimizing my game and it seems that i need to reimport my meshes because i misunderstood some guidelines. so, before i start all...
View Article2D concepts in Unity
So me and my team are developing a 2D game, and there are a number of issues we're encountering and can't really get our heads around. What does texture atlasing actually achieve? Unity states you can...
View ArticleWhat to do when Unity messes up your textures
So, Unity has been having problems working with textures recently. First, there was a single texture that got mangled. But only in the editor. Android and iOS builds with the same textures were OK. I...
View ArticleWhy two spheres give two draw calls while two cubes don't?
I read that all gameobjects sharing same material will give one draw call all together.But I am having a hard time understanding all this.I tried texture atlasing to reduce draw calls but its not...
View ArticleTexture Atlasing
I want to combine a bunch of textures into one material, then use that material for multiple gameobjects so they will batch. However, if I use material offsets to do this, it creates a copy of the...
View Articleoptimizing mesh & textures
hello there, this is more of a general question. i'm in the process of optimizing my game and it seems that i need to reimport my meshes because i misunderstood some guidelines. so, before i start all...
View Article2D concepts in Unity
So me and my team are developing a 2D game, and there are a number of issues we're encountering and can't really get our heads around. What does texture atlasing actually achieve? Unity states you can...
View ArticleWhat to do when Unity messes up your textures
So, Unity has been having problems working with textures recently. First, there was a single texture that got mangled. But only in the editor. Android and iOS builds with the same textures were OK. I...
View ArticleWhy two spheres give two draw calls while two cubes don't?
I read that all gameobjects sharing same material will give one draw call all together.But I am having a hard time understanding all this.I tried texture atlasing to reduce draw calls but its not...
View Article