Search found 3 matches

by fferrari
Tue Jun 16, 2020 3:31 pm
Forum: Dialogue System for Unity
Topic: !Camera sequence lost after Scene Load!
Replies: 5
Views: 217

Re: !Camera sequence lost after Scene Load!

Found a solution! Included my dialogue camera and angle collection in my Dialogue Manager game object. Deleted all other instances in other scenes. And maintained Don't Destroy On Load and Singleton both ticked. Keeping only one instance of that same game object and child objects across all scenes, ...
by fferrari
Tue Jun 16, 2020 3:03 pm
Forum: Dialogue System for Unity
Topic: !Camera sequence lost after Scene Load!
Replies: 5
Views: 217

Re: !Camera sequence lost after Scene Load!

At the start of conversations I specify this sequence: Camera(myAngle) myAngle is in a Camera Angle Collection object. In every scene I have the dialogue camera, angel collection, event system, dialogue manager, main camera and player. Is there something else I should keep in all scenes? Everything ...
by fferrari
Tue Jun 16, 2020 1:31 pm
Forum: Dialogue System for Unity
Topic: !Camera sequence lost after Scene Load!
Replies: 5
Views: 217

!Camera sequence lost after Scene Load!

Hi,

Whenever I load a new scene all my conversations won't run the assign camera sequence, while maintaining everyting else in the Dialogue System correct.

Does anyone know why this is happening?

Cheers!
Thanks in advance:)