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
The first time you setup an error may fire and fail to create the starting item definition (randomly fails on first time setup). You can use this library perfectly fine as is with the error (it will go away). If you still want the starting item script do the following.
Delete "Assets/ElasticInventory/Resources/ItemDatabase.asset" file (leave the folders alone)
Uninstall the package
Install the package
Run the setup wizard
The starting script should now appear as expected
Alternatively you can just copy and paste this code here.
There appears to be an async failure issue with Unity's boot cycle that was introduced in 2022, looking into potential solutions. Will try a new fix on the next pass.
The first time you setup an error may fire and fail to create the starting item definition (randomly fails on first time setup). You can use this library perfectly fine as is with the error (it will go away). If you still want the starting item script do the following.
Alternatively you can just copy and paste this code here.
https://github.com/ashblue/unity-elastic-inventory/blob/develop/Assets/com.fluid.elastic-inventory/Editor/Scripts/ConfigWizard.cs#L56
I'll have to dig and patch this at a later date. It looks like the folders aren't getting detected by the setup wizard.
The text was updated successfully, but these errors were encountered: