Skip to content

Release 3.3.0

Latest
Compare
Choose a tag to compare
@NovaVoidHowl NovaVoidHowl released this 24 Sep 20:49

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.