
Unity UI Themes
UI Themes is a tool for creating Themes for your Unity's game UI. The themes creation are agnostic, ie, allows you to use your own way of structuring the components. This allow for easy integrations of any interface that uses Prefabs and NGUI. If your UI is made using: Images; Text using Text Mesh Pro; Selectable, like buttons, sliders, toggles and any component that inherits from it; You can integrate into UI Themes. Some of the features available are: Creating multiple themes that group UI components and variables;Themes are saved as JSON files. This allows for easy integration with version control systems, like Git.Create variables for components that share the same values, for example:Default Font-Size;Multiple components that uses the same images, like buttons and input fields;Changing themes in Real Time, allowing you to create:Light and Dark themes;Different themes for different sections of the game;Changing the color pallete;Themes follow an hierarch, allowing the user to override variables and creating sub-themes;
Artur Nista 3 games· 67 followers· 23 ratings· portfolio 52 View creator →


