Applying one sprite/texture across multiple gameobjects. (2D)
I've created a level based on 2D cubes. The whole level is designed around hundreds of small cube objects which stack together to form a landscape.
Now I wish to attach a texture/sprite to all of these objects, to make it look like they are one object. Is this possible in any way?
Comment
Your answer
Follow this Question
Related Questions
2D Sprite.Create isn't working 0 Answers
Copy texture data from one Sprite to another 0 Answers
Sprite loses quality when imported into unity. How to fix it? 0 Answers
Make texture2D readable in runtime/script Unity3D 1 Answer
Memory Leaks when play pictures from local card using Sprite.Create 1 Answer