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
SetMaterialsEnable(true)
Draw
Draw GUI
Crystal should never be drawn in the Draw GUI unless you are calling the .Render() function in the Draw GUI event (which is not recommended)