UI toolkit with Opsive UI

SD GAMES

New member
Hi, I am using your ultimate inventory system for my game and chose to do runtime UI in UI Toolkit, and would like to use it for everything possible. I was wondering if there is a possible solution to this calling inventory methods and such, or is it massively tied to UGUI? thank you :)
 
Unfortunalty, everything that is UI related is using UGUI so using UIToolkit will be a bit of a tricky situation. Of course you can still use the InventorySystemManager and the Inventory scripts.

But anything related to UI would need to be costume made (InventoryGrid, ItemView, ItemViewSlot, DisplayPanel, etc...)
 
Top