/// For most games, this will be the default physics scene. But if your game has more than one physics scene, you can use this component to specify which one to use.
///
/// The <see cref="FollowerEntity"/> will use PhysicsSceneExtensions.GetPhysicsScene to get the physics scene from the GameObject that the FollowerEntity component is attached to.