- Home /
The question is answered, right answer was accepted
Problem with assigning textures to quads
Hi all,
I'm rather new to Unity and I'm not sure if I'm doing something wrong, or if it's just not supported.
I'm trying to test out a texture on 2 quads in a scene, and I wanted to see how it looked with a normal map vs. without. However, I can't make the quads "separate". Anything I do with the "shader" tab settings is mirrored on the second quad - scale, tiling, etc. When I delete the NormalMap from the quad I want to test, it deletes it from the first quad as well. This happens on different gameobjects, as well - I made a cube to see if it was limited to quads and applied the texture, but the same thing happened.
The grid line in this screenshot is where the two quads separate:
I can't find anything in the documentation which seems to solve my problem, and I hardly think this is an oversight by the Unity team - I'd be disappointed if it was.
Answer by meat5000 · May 28, 2014 at 09:39 AM
Assign a new Material.
Set up the shader within this material.
A change to this material will affect all objects using it. Don't want it afffected? Make a new material.
Follow this Question
Related Questions
PNG vs TGA Which Should I Use 2 Answers
How can I add all maps from CrazyBump in Unity? 1 Answer
Problem with graphics after restarting a unity application 0 Answers
Textures look terrible in game mode 1 Answer
How do I make a texture tile differently on different sides of an object? (2018.3) 0 Answers