[BUG] Accessing rotation on follower entity can cause an exception

Hi, in the case where one might access the followerEntity.rotation before setting a destination the following exception is thrown:

ArgumentException: Required component Unity.Transforms.LocalTransform not found in archetype.

I assume this is created first when the followerEntity.destination is set but there probably should be a way to set a default one.

Hi

That’s strange. The FollowerEntity should always have a LocalTransform component on its entity. It’s added during OnEnable. Can you show the exact code that you are using?