UI Updates
How to use the latest UI versions.
Last updated
How to use the latest UI versions.
Last updated
The Inventool UI options may be updated from time to time. The updates may contain logic changes or general UI adjustments to support new implementations. will list any changes made to the UI options. When the UI is updated, it may not be automatically applied to the Inventool UI in your scene.
To get the latest version of the UI, remove the existing one from your scene and re-add it with the respective Menu Options. You can also find them in Assets/StylishEsper/Inventool/Prefabs
.
If you've customized the UI at all, updating the UI may require you to look into the latest version, find the differences made, and apply them to your UI. The other option is start the customization from scratch, which may not be desirable.
If you need help on this consider .
In v1.5.5, equipment grid parity options were added, which required an update to the equipment UI logic. UI Toolkit users with customizations would need to open their equipment windows in the UI Builder and rename every equipment slot row to Row[1-8] (Row1 up to Row8).
uGUI users with customizations should remove the equipment window GameObject named SlotContainer and replace it with the one that the "InventoolSplitUI (uGUI)" prefab has. After that, add all rows (direct children of the SlotContainer GameObject) to the rows list in the EquipmentWindowUGUI component from the hierarchy.