FFFF GitHub - pekaala/Unity.Inventory.Craft · GitHub
[go: up one dir, main page]

Skip to content

pekaala/Unity.Inventory.Craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Unity Inventory & Craft System

More than one saved types SCO (Unity ScriptableObject), Local file, MongoDB

if you are going to use mongodb install nuget package and download MogoDB.driver

Unity Nuget

Alt Text

Inventories - SCO (Unity ScriptableObject)

MarineGEO circle logo

Inventories - MongoDB (robo mongo)

MarineGEO circle logo

Inventories - Local File

local file path : C:/Users/***/AppData/LocalLow/DefaultCompany/Inventory/inventory.json

file type: JSON

[

{

"IsFull": false,

"SlotCount": 1,

"CollectableItem": {

"Name": "Granade",

"Description": "Don't touch a grenade pin!",

"CollectablItemType": 2,

"CanStack": true,

"MaxSlotCount": 2,

"DropCount": 0

},

"Id": "8906dd31-e756-460d-a632-d455e8391662",

"CreateDate": "2024-02-06T01:02:05.1970021+03:00",

"UpdateDate": "0001-01-01T00:00:00"

},

{

"IsFull": false,

"SlotCount": 4,

"CollectableItem": {

"Name": "Bandage",

"Description": "A good opportunity to renew life",

"CollectablItemType": 11,

"CanStack": true,

"MaxSlotCount": 10,

"DropCount": 0

},

"Id": "e36b43f9-7f5c-458c-a0dc-de829d53c3e6",

"CreateDate": "2024-02-06T01:05:30.6345245+03:00",

"UpdateDate": "0001-01-01T00:00:00"

},
]

Set The in inspector Required Item

MarineGEO circle logo

Set The in inspector Inventories resource type

MarineGEO circle logo

UI Inventories

Image Alt text

UI Craft Item

Image Alt text

Image Alt text

Image Alt text

Image Alt text

Image Alt text

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0