suriyun-production / turnbase-rpg-docs

This is document for Turnbase RPG project (https://www.assetstore.unity3d.com/#!/content/107578?aid=1100lGeN)
https://suriyun-production.github.io/turnbase-rpg-docs
12 stars 3 forks source link

equipment to display in CharacterModelViewer #243

Closed frysomeeggs closed 1 year ago

frysomeeggs commented 1 year ago

i got it all set up for the characters to show equipment items. The icon changes when i switch equipment but in the CharacterModelViewer the items are not spawned on there. Is there a way to show the items once they are equiped to show on the character in the CharacterModelViewer. So that way once you equip something it will update the char in the viewer.

insthync commented 1 year ago

Is it spawned in battle scene?

frysomeeggs commented 1 year ago

yes and i got it to update once i go out of the equipment manager back to the area but it would like to see if once they equip it to show the item on the char in the viewer or where can i grab that data or if there is a simple way to get it

insthync commented 1 year ago

Fixed, you can try fix it by yourself by add codes to UIItem.cs -> SetupInfo function

Screenshot_424

insthync commented 1 year ago

Fixed in 1.25