Hi, is it possible to exclude certain object instances from being affected by the lighting system? For example, I want some instance's icons or markers in the game to remain unaffected by lights, shadows, or day/night cycles.thanks!
I have another question. When I set SetMaterialsEnable(true), the instance is drawn twice—once in Draw and once in Draw GUI (with one being a ghost image that doesn't update when the object moves). Why does this happen?thanks