Hi everyone,
I have a gameObject which is a GUI options ( i know; its not the cleanest way to have GUI).
I would like this object to ignore the lights. I am sure that there is a very easy way to do it but I dont find it.
Cheers
Thanks in advance
Hi everyone,
I have a gameObject which is a GUI options ( i know; its not the cleanest way to have GUI).
I would like this object to ignore the lights. I am sure that there is a very easy way to do it but I dont find it.
Cheers
Thanks in advance
Use layers, with the culling mask for the lights set to ignore the layer that the GUI objects are on.