VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.61k stars 321 forks source link

[Feature Request] Longer file path names >255 chars #13

Closed clearskystudio closed 3 years ago

clearskystudio commented 3 years ago

I'm currently having issues with my project because of >255 path strings which the clone generator isn't able to parse throwing a file not found error message. I'm not sure whether it's a serious restriction in the script or not, so I decided to post it as a Feature Request. Such a feature would be greatly appreciated. Thanks!

314pies commented 3 years ago

This is actually the default path length limit of windows 10. As far as I know, Unity editor also has a 255 characters limitation with project path. There's probably not much we can do here.

clearskystudio commented 3 years ago

Fair enough. It's still possible to maintain all your needs within 260 chars range by optimizing the path names. Which I did 😄