Troubleshooting

Errors after importing from Asset Store

The Asset Store does not keep track of the unity version of downloaded packages. This means it can import the wrong version of a package into your project, causing errors! To fix this, open the Asset Store and re-download the Inventory System before importing.

Missing Inventory System menu

  • Click the main menu bar to force redraw it. Unity doesn’t always redraw the menu bar after importing a package.
  • Check the Unity console for errors. Unity stops compiling editor extentions if there are any errors (not just Inventory System errors). Fix any errors you find in the Unity console.
  • Load a default window layout.
  • Restart Unity after importing. Sometimes Unity needs to restart.

Unable to pickup items or select triggers

Make sure you have a PhysicsRaycaster attached to your Main Camera. Uncheck the IgnoreRaycast layer. Also make sure you have an EventSystem in your scene.

Items disappear in playmode

Scene items disappear in playmode, because auto save is enabled. This means that the system loads all items that were last saved. If you add new items to the scene they are erased.

You can disable auto save for development purposes. Navigate to Tools > Devion Games > Inventory System > Editor to open the editor.

In the editor toolbar go to Settings and disable auto save. With right click on the key, it is possible to delete currently saved data.