ERROR: Follow Mode is not set to Third Person #567
Replies: 1 comment
-
|
Those errors should only occur if you're trying to call the rotation setters that are tied to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to recreate the first person camera from the noise example, but I keep getting this error. Strangely everything seems to match from the example scene. (Which explicitly uses Simple as follow mode, not third person, as the error keeps asking for)
The error pops up in the console whenever Input is given (mouse, keys, etc).
The Player is able to move, but the camera does not rotate with mouse movement. I tried following it to see where I possibly forgot to setup correctly, but could not find.
Beta Was this translation helpful? Give feedback.
All reactions