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

Inventory slot grid system like metin2 or diablo #2327

Closed temelkirci closed 9 months ago

temelkirci commented 9 months ago

How can I change inventory slot gird system like metin2 or diablo?.You know each item contains 1 row x 1 column in inventory.I want to change it depends on item 1x1 or 1x2 or 1x3 like that.

R

insthync commented 9 months ago

There is no built in grid inventory system implemented

temelkirci commented 9 months ago

how can I convert it to like that ?

insthync commented 9 months ago

Did you ever try to develop the grid inventory syatem?

temelkirci commented 9 months ago

I will try somethings to change it.But I do not have any idea how can I put these items without use grid layout system in UIInventory.

LordPhrozen commented 9 months ago

I will try somethings to change it.But I do not have any idea how can I put these items without use grid layout system in UIInventory.

All sorts of custom code, written by you, or integration code linking a different store asset to calling out of the box inventory sync functions to the kits inv. Theres no step-by-step for something like that.