Actions not working after Scene transfers

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

Actions not working after Scene transfers

Post by Aldurroth »

Hello, I’m having a problems to day. I’m using the Dialogue system to handle level transitions and quests. Everything I set up works fine until I move from one scene to another. Commends and actions that I need the character to do just stop working. I have supplied a video that shows off what the problem is. In the video I mentioned an issue with the lighting changing. After making the video I figured that part out so pleas ignore it. Thank you for your Time.

Video:
User avatar
Tony Li
Posts: 21972
Joined: Thu Jul 18, 2013 1:27 pm

Re: Actions not working after Scene transfers

Post by Tony Li »

Hi,

Could the issue be related to the same thing discussed in How To: Manage Player Controls and Scene Changes? Differences after scene changes are very often related to references between GameObjects that only exist while a scene is loaded and GameObjects that are marked Don't Destroy On Load that make them survive scene changes.

Sounds like you addressed the lighting issue. (Build lights.)
Aldurroth
Posts: 43
Joined: Wed Jul 20, 2022 8:44 pm

Re: Actions not working after Scene transfers

Post by Aldurroth »

Thank you. Late responce I know. I'll give it a go when I have the chance.
User avatar
Tony Li
Posts: 21972
Joined: Thu Jul 18, 2013 1:27 pm

Re: Actions not working after Scene transfers

Post by Tony Li »

No problem. If that doesn't help, feel free to follow up here.
Post Reply