After the 5.2.4 update, it says it is not in context

After the 5.2.4 update, it says that it is not in the context

In RTSUnit.cs, a red line appears at 165,44: ArrayPool<List>.

The same goes for 168,35: ListPool.

Since I used it without modifying the script,
it is the same as the script content of the project I used before,
so it should not show an error.

However, after the 5.2.4 update, an error occurs in RTSUnit.cs
This is the same problem even if I create a new project and put only Astar5.2.4 and RTSUnit.cs

Please tell me how to solve it.

  • Please also update the RTS example.

Hi

Are you sure this is not from an old samples directory? When you update the package you’ll also have to delete the old imported sampled directory and import a new one, to get the latest samples.

Oh, after deleting and installing, it works fine!

All that’s left is to move what I’ve been working on.

Thank you very much :slight_smile: