VR Dialogue UI Disappearing on New Scene Load
VR Dialogue UI Disappearing on New Scene Load
I am currently developing a game which uses the VR UI show in the example scenes provided by Pixel Crushers. The UI works fine... until I load a new scene. When this happens, the dialogue UI doesn't show up at all. Essentially, unless a scene is the first loaded, then the UI will not work for it. Any idea why this is? Ideas how to fix it?
Re: VR Dialogue UI Disappearing on New Scene Load
I should mention that I deleted the "talk to character" button and simply had the conversation start on scene load. That might be it.
Re: VR Dialogue UI Disappearing on New Scene Load
Hi,
Does the NPC (or equivalent GameObject assigned as the Conversant) have an Override Dialogue UI component that points to its world space dialogue UI?
Is the Dialogue Manager's Dont Destroy On Load checkbox ticked? If not, the Dialogue Manager won't survive the scene change.
Are there any warnings in the Unity editor's Console window?
Please feel free to send a reproduction project to tony (at) pixelcrushers.com. I'll be happy to take a look.
Does the NPC (or equivalent GameObject assigned as the Conversant) have an Override Dialogue UI component that points to its world space dialogue UI?
Is the Dialogue Manager's Dont Destroy On Load checkbox ticked? If not, the Dialogue Manager won't survive the scene change.
Are there any warnings in the Unity editor's Console window?
Please feel free to send a reproduction project to tony (at) pixelcrushers.com. I'll be happy to take a look.