hi. I really want to put a character on my gui texture. That animated that character to be executed. But character is placed behind the gui texture. And thus not seen characters. Z I also changed my character but to no avail. My problem is a character that can not on a gui texture considerations. grateful that the messages you’re answer.please help me ![]()
The fastest way to get a 3D object rendering in GUI is to use RenderTextures to render the object to a texture and then use GUI.DrawTexture to display that render in GUI.
Notice that RenderTextures are Pro only though.