uGUI
UI customization rules (uGUI).
For most users, it would be much easier to make edits to the UI if the uGUI option is used, as that's the system more Unity developers are familiar with.
How To Customize?
Customizations can be made normally by editing the GameObject's from the hierarchy. The uGUI option uses prefabs for some UI elements, which can be found in the Assets > Stylish Esper > Inventool > Prefabs > uGUI folder.
Best Practices
To ensure the best results when customizing the UI, follow the best practices as listed below.
Make sure to check the main UI components to ensure any references in the inspector aren't lost.
Frequently test your changes. When you make a change, enter play mode to ensure it looks good and nothing is broken.
Do not try to change the core functionality of the UI unless you really know what you're doing, as some changes may require code edits.
Last updated