Camera moves in dialogue converation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Camera moves in dialogue converation

Post by hrohibil »

Hi Tony

Not sure what happened, but during my intro scene i have this player sleep animation, it used to work fine and I will of course investigate what went wrong but maybe you have a clue.

Suddenly the camera moves as long with the player sleep animation instead of just as before where the camera where completely still and only the player moved accordingly to his animation..


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

Re: Camera moves in dialogue converation

Post by Tony Li »

Check version control for when it was working.

If it happens during a conversation, make sure the player GameObject is one of the GameObjects being used in the conversation so the bridge knows to temporarily disable Invector's camera control.
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: Camera moves in dialogue converation

Post by hrohibil »

I will check that.


Is version control a build in feature or where do I check that ??
User avatar
Tony Li
Posts: 21973
Joined: Thu Jul 18, 2013 1:27 pm

Re: Camera moves in dialogue converation

Post by Tony Li »

"Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later." (source)

This is an intro to version control in Unity:

Best practices for version control in Unity
Post Reply