Hey, is there a way to make it so that once you've picked up an item, it doesn't reappear when you leave the scene and come back? Right now I have item pickers respawning, but I would like them to only be available once.
Thanks
Inventory Engine - Persistent items
Re: Inventory Engine - Persistent items
Hi,
Add a Destructible Saver to it. Some notes:
Add a Destructible Saver to it. Some notes:
- Set a unique Key.
- Tick Save Across Scene Changes.
- Set Mode to On Disable.
- Set Destroy Mode to Deactivate.
- This uses the save system, so make sure you've set up the save system.
-
- Posts: 194
- Joined: Mon Jul 01, 2019 1:21 pm
Re: Inventory Engine - Persistent items
You're welcome!