Index -1 is out of range of ‘64’ Length. How to Download an Older Version

My project was customized based on version 5.0.0 of the plugin, and upgrading to the latest version is currently very difficult. I’m facing a version dependency issue related to the Burst Compiler, and I need to merge the fixes from version 5.3.2 into my current version. However, I can’t find any download link or access point for version 5.3.2.

The error info:

System.IndexOutOfRangeException: Index -1 is out of range of ‘64’ Length. This Exception was thrown from a job compiled with Burst, which has limited exception support. 0x00007ffd4f6c523e (47741315e6d90171ee7129992af5473) burst_Abort_Trampoline 0x00007ffd4f6aa88b (47741315e6d90171ee7129992af5473) [unknown:0] Unity.Collections.NativeArray1<Unity.Mathematics.float3>.FailOutOfRangeError 0x00007ffd4f6a8969 (47741315e6d90171ee7129992af5473) [RVOAgentBurst.cs:409] Pathfinding.RVO.JobRVOCalculateNeighbours1<Pathfinding.RVO.XZMovementPlane>.CalculateNeighbours 0x00007ffd4f6a82c3 (47741315e6d90171ee7129992af5473) [IJobParallelForBatched.cs:42] Pathfinding.Jobs.JobParallelForBatchedExtensions.ParallelForBatchJobStruct1<Pathfinding.RVO.JobRVOCalculateNeighbours1<Pathfinding.RVO.XZMovementPlane>>.Execute(ref Pathfinding.RVO.JobRVOCalculateNeighbours1<Pathfinding.RVO.XZMovementPlane> jobData, System.IntPtr additionalPtr, System.IntPtr bufferRangePatchData, ref Unity.Jobs.LowLevel.Unsafe.JobRanges ranges, int jobIndex) -> void_c579ae3dc2e740faf448199e0ca94a92 from AstarPathfindingProject, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null 0x00007ffd4f6a7f6d (47741315e6d90171ee7129992af5473) 378830c622707226f05192ad7eebcc24

Hi

You can find older versions by installing the separate UPM repository here: A* Pathfinding Project

See also Installation Guide - A* Pathfinding Project

1 Like