MSBuildForUnity icon indicating copy to clipboard operation
MSBuildForUnity copied to clipboard

Sanitize paths that are based on Unity Product Name

Open dkoozer opened this issue 5 years ago • 0 comments

Our Unity project's Product Name field contains a colon, which is apparently being used when generating one of the .sln files. We get the following error when using the MSBuild/Regenerate C# SDK Projects menu item:

DirectoryNotFoundException: Could not find a part of the path "C:\ProjectFolder\Assets\GameTitle : GameSubtitle.msb4u.sln"

I am on Windows 10, using Unity 2018.4.5f1 with MSBuildForUnity 0.8.3.

dkoozer avatar Jan 31 '20 21:01 dkoozer