modesttree / Projeny

A project and package manager for Unity
MIT License
693 stars 87 forks source link

Project-Platform folder name is truncated to 10 letters #58

Closed geekrelief closed 7 years ago

geekrelief commented 7 years ago

For example creating a project named "MultiTerrain" is truncated to "MultiTerra-Windows" resulting in this error:

PrjCommandException: Error occurred during 'Updating custom solution': Error: Could not find unity-generated project when generating custom solution. This is necessary so the custom solution can add things like unity defines and DLL references within the unity project.

geekrelief commented 7 years ago

I see this can be set in Projeny.yaml with the attribute MaxProjectNameLength.