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:
Actions not working after Scene transfers
Re: Actions not working after Scene transfers
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.)
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.)
Re: Actions not working after Scene transfers
Thank you. Late responce I know. I'll give it a go when I have the chance.
Re: Actions not working after Scene transfers
No problem. If that doesn't help, feel free to follow up here.