How to save dropped items between scenes

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Aldurroth
Posts: 43
Joined: Wed Jul 20, 2022 8:44 pm

How to save dropped items between scenes

Post by Aldurroth »

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:
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to save dropped items between scenes

Post by Tony Li »

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.
Aldurroth
Posts: 43
Joined: Wed Jul 20, 2022 8:44 pm

Re: How to save dropped items between scenes

Post by Aldurroth »

That worked. Thank you!
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to save dropped items between scenes

Post by Tony Li »

Glad to help!
Post Reply