Symptoms
- My build is failing with the error of not finding my project that is in a subdirectory.
Cause
This error is caused when the ProjectSettings and Assets folders are contained within a sub-directory of the folder targeted by Unity Cloud Build in your source code repository.
Resolution
You can create a new target and define the name of the Project subfolder path (optional). Cloud Build will then know to look in this SubDirectory for the project it needs to build.
Comments
2 comments
What if the folder name has spaces?
Having whitespace in the name of the folder shouldn't cause the error, is this the issue you are experiencing?
If so, please open a support ticket at the bottom of the page below:
https://developer.cloud.unity3d.com/support/
Article is closed for comments.