Page 1 of 1

Camera moves in dialogue converation

Posted: Sat Aug 13, 2022 7:04 pm
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..



Re: Camera moves in dialogue converation

Posted: Sat Aug 13, 2022 10:35 pm
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.

Re: Camera moves in dialogue converation

Posted: Sun Aug 14, 2022 2:22 am
by hrohibil
I will check that.


Is version control a build in feature or where do I check that ??

Re: Camera moves in dialogue converation

Posted: Sun Aug 14, 2022 9:18 am
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