Hello! Below is a quick video explaining my issue. It's a YouTube link. But overall I would like to use the dialogues save system to save the position of a dropped item so when I go to another scene and return it's still there. How can I do this? Thank you for your time.
Link to vid explanation:
How to save dropped items between scenes
Re: How to save dropped items between scenes
Hi,
Use a SpawnedObjectManager, and configure your dropped items with SpawnedObject components. Instructions are in the PDF manual in Plugins / Pixel Crushers / Common / Documentation / Save_System_Manual.pdf.
Use a SpawnedObjectManager, and configure your dropped items with SpawnedObject components. Instructions are in the PDF manual in Plugins / Pixel Crushers / Common / Documentation / Save_System_Manual.pdf.
Re: How to save dropped items between scenes
That worked. Thank you!
Re: How to save dropped items between scenes
Glad to help!