You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ The above example assumes that you've created custom definitions and logic for y
66
66
*[Example Store](#example-store)
67
67
-[Documentation](#documentation)
68
68
*[Inventory Instance](#inventory-instance)
69
-
+ [Add item(s)](#add-item-s-)
70
-
+ [Remove item(s)](#remove-item-s-)
71
-
+ [Get item(s)](#get-item-s-)
69
+
+ [Add item(s)](#add-items)
70
+
+ [Remove item(s)](#remove-items)
71
+
+ [Get item(s)](#get-items)
72
72
+ [Get All Items](#get-all-items)
73
73
+ [Has items](#has-items)
74
74
+ [Events](#events)
@@ -117,7 +117,7 @@ Elastic Inventory is used through [Unity's Package Manager](https://docs.unity3d
117
117
118
118
Next you'll be greeted with a configuration wizard. Run it and you'll be able to create items by selecting the `ElasticInventory/Resources/ItemDatabase` asset and clicking the edit button.
119
119
120
-
Before you create an item, we recommend customizing the automatically generated item definition at `ElasticInventory/Resources/ItemDefinition` to your needs. This will allow you to add your own custom fields to items. Add a `cost` field to the auto generated definition.
120
+
Before you create an item, we recommend customizing the automatically generated item definition at `ElasticInventory/ItemDefinition` to your needs. This will allow you to add your own custom fields to items. Add a `cost` field to the auto generated definition.
0 commit comments