NativeVersionControlPlugins icon indicating copy to clipboard operation
NativeVersionControlPlugins copied to clipboard

Perforce plugin is hitting the 260-char path limitation in Windows

Open juliomaqueda opened this issue 1 year ago • 0 comments

Purpose of this PR

The Perforce Plugin fails at performing Version Control operations over paths that go over 260 characters on Windows environments, even if long paths are enabled.

Michel Salvado provided a patch that fixes the issue by updating the project to:

  • Windows SDK 10
  • Toolset v142
  • P4 api r19.1 with open ssl 1.0.2

Besides that, we needed to create a new Bokken image to build the project under the updated system requirements.


Testing status

Manual Tests:

  • [x] Verified that plugins work in the Editor.
  • [x] Ran local tests on your machine.

Automated Tests:

  • Perforce tests passing in Yamato for Windows, macOS and Linux.

Yamato: https://unity-ci.cds.internal.unity3d.com/project/421/branch/fix%2F1003508_260-char-path-limitation-exeeded-on-windows

juliomaqueda avatar Feb 12 '24 14:02 juliomaqueda