Cannot set FollowerEntity.updateRotation in Awake()

If one sets FollowerEntity.updateRotation = false in Awake it doesn’t do anything.
One must wait for at least the Start() method.
Is that a bug?

Hi

It will throw an exception, will it not? At least that’s what it should do.

The updateRotation field is only stored on the internal entity. So it must exist for you to be able to set the field. That means the FollowerEntity’s OnEnable method must have run before you set the field.