- Home /
Editing the Default GUISkin
I've manually changed some of the styles in code such as button margins and padding. I've noticed that even after removing this code, the changes I last made persist in future runs. How does one reset the GUISkin to the default, and how does one edit the currently-used (default) GUI.skin in the Inspector, without creating a new one that you'd have to drag into all your specific scripts?
Comment
Best Answer
Answer by Turbine · Jan 03, 2013 at 10:11 PM
Changing the GUI skin is just another one of those persistent changes like editing terrain and materials. The only way around it is to store the original values and restore them using Awake() and OnDestroy() methods.
I am aware that this is a necro post. Don't care.