This release includes the following:
- Unity project path length warning
- Readme update related to path issues
**Update Notes **
Big thanks to @AstroDogeDX for reporting this issue π
The problem comes from the fact that unity enforces the old win32 file path limit, on actions taken by scripts in the project.
Note this path limit includes all the unity overhead of path components ie 'Library\PackageCache\uk.novavoidhowl.dev.navmeshfollowersetup@d507638\Assets\Resources\NavMeshFollower Setup\nvhpmm\appComponents', plus the windows overhead for special path chars, leading to only 56 chars being left for the actual root project path.