RVOObstacle Error

Hi.
(Sorry for posting on the wrong topic so many times.)

I’m using A* Pathfinding Project 4.3.41Beta with Unity 2020.3.2f1.
Burst version is 1.4.1.

However, the following error is occurring at runtime.
Is there any way to resolve this?

NotImplementedException: The method or operation is not implemented.
Pathfinding.RVO.SimulatorBurst.AddObstacle (UnityEngine.Vector3[] vertices, System.Single height, UnityEngine.Matrix4x4 matrix, Pathfinding.RVO.RVOLayer layer, System.Boolean cycle) (at Assets/AstarPathfindingProject/Core/RVO/RVOCoreSimulatorBurst.cs:903)
Pathfinding.RVO.RVOObstacle.AddObstacleInternal (UnityEngine.Vector3[] vertices, System.Single height) (at Assets/AstarPathfindingProject/RVO/RVOObstacle.cs:265)
Pathfinding.RVO.RVOObstacle.AddObstacle (UnityEngine.Vector3[] vertices, System.Single height) (at Assets/AstarPathfindingProject/RVO/RVOObstacle.cs:257)
Pathfinding.RVO.RVOSquareObstacle.CreateObstacles () (at Assets/AstarPathfindingProject/RVO/RVOSquareObstacle.cs:52)
Pathfinding.RVO.RVOObstacle.Start () (at Assets/AstarPathfindingProject/RVO/RVOObstacle.cs:201)

Thanks.