Gryphon_de Posted October 20, 2011 Share Posted October 20, 2011 Hello! How do I replace standard Unigine skin png's with my custom ones? Link to comment
steve3d Posted October 20, 2011 Share Posted October 20, 2011 read this https://developer.unigine.com/en/docs/1.0/code/gui/skin/ Link to comment
Gryphon_de Posted October 21, 2011 Author Share 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? Link to comment
manguste Posted October 21, 2011 Share 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. Link to comment
Gryphon_de Posted October 24, 2011 Author Share 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! Link to comment
Recommended Posts