same material for different texture ? to increase performance
hi ! i am making a game for android ! the game is very simple and all the objects in my game is a cube (just like minecraft ) . but when i tested it on android ,the fps dropped to 30-40 . i noticed that it lags when the camera renders objects having different materials on them ! is there a way by which i can make a single material for all objects but make them have different texture ?? please help : )
It is called atlas. $$anonymous$$any textures merged in one. Throw in a material. End of the job.
@$$anonymous$$ikilo how can i achive that ( atlas) ? please tell me !!!!
Sorry, I just know the technique, I actually never had to use it. Look on Google, you will find your answer. Good luck in your mission!
Answer by Nickyj · Sep 01, 2015 at 11:49 AM
merge all your textures in single sprite sheet using unity's sprite packer. than you can reference texture in your game object from this sheet. aur you can use third party sprite builder tools and than import it to unity. voila!!! problem solved.
Your answer
Follow this Question
Related Questions
[Unity5 3D]85 SetPass Calls still running below 15FPS on Galaxy Samsung S3 0 Answers
Best way of combining textures 0 Answers
Streaming textures on Android has minimal resolution after changing material 1 Answer
script to assign different texture from a single material having all the textures 0 Answers
How do I make a mesh texture transparent, but not for some objects? 0 Answers