Hi, what I'm trying to do is when the ray cast id fired I want to place a quad with a texture on it at the hit.point so for testing I tried
Instantiate (prefab, hit.point, Quaternion.LookRotation(hit.normal));
So when the ray cast is fired the quad is placed at the hit.point but the quad is always 180 degrees the wrong way to see the texture?
↧