Gryphon_de Posted October 20, 2011 Posted October 20, 2011 Hello! How do I replace standard Unigine skin png's with my custom ones?
steve3d Posted October 20, 2011 Posted October 20, 2011 read this https://developer.unigine.com/en/docs/1.0/code/gui/skin/
Gryphon_de Posted October 21, 2011 Author Posted October 21, 2011 read this https://developer.unigine.com/en/docs/1.0/code/gui/skin/ Yeah, it's instruction how to create a custom skin, I know. But how to apply it?
manguste Posted October 21, 2011 Posted October 21, 2011 Check samples/objects/gui_07 sample. If you use ObjectGui, you should specify a folder where gui.rc and all textures are stored. If you use the system GUI, simply replace textures in data/core/gui folder. If you want both default GUI skin and a custom one, create ObjectGui that is spread across the whole screen.
Gryphon_de Posted October 24, 2011 Author Posted October 24, 2011 Check samples/objects/gui_07 sample. If you use ObjectGui, you should specify a folder where gui.rc and all textures are stored. If you use the system GUI, simply replace textures in data/core/gui folder. If you want both default GUI skin and a custom one, create ObjectGui that is spread across the whole screen. Thanks!
Recommended Posts