suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

[Bug]Socket Enhancer #2504

Closed kaal86 closed 1 week ago

kaal86 commented 3 weeks ago

Describe the bug When use thew new socket enhancer, it seems there is a bug. by default its only used 'Red' for sockets and on all items which have sockets. but i tried to use Red, Blue Green for sockets and for example Sword001 Red, Armor001, Blue etc.

for the first time u open socket menu, it always show all sockets, even those which you cant apply. then when you put the right socket into the item it only shows those socket which you can apply. then for all other items it wont update properly it always shows only that socket.

also wondering where to change the enum names like red blue green etc?

To Reproduce 1) change sockets from demo to blue, red, green 2) change socket on item e.g sword001 to red, armor001 to blue 3) try apply socket on those items and check what happen (described above)

Expected behavior it should only show the socket which you can apply to the item -> red to red, blue to blue etc.

Desktop (please complete the following information):

insthync commented 3 weeks ago

I will fix it, about title changing, it can be changed in UnityMultiplayerARPG/Core/Editor/Resources/EditorSettings

insthync commented 3 weeks ago

Have to change its workflow, to select a socket before select gems

insthync commented 3 weeks ago

Fixed, it has no change to its workflow

kaal86 commented 1 week ago

thank you very much, sorry for late replay