Skip to content

fix: camera follows avatar when moved by enemy

Carlos Reiakvam requested to merge cam-fix-tore into main

Created by: torebjerkan530599

A previous error. Camera wouln't follow the avatar when moved by other means than Player input. I.e. when the Enemy was pushing the avatar the camera would not follow. This was because of a restructuring of the Player Prefab and the camera was not referring to the correct level of the Prefab. Correct level is now PlayerAnimation, not Player.

Merge request reports