We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm in a Unity project, say Project.
When running .../Project>u3d run Unity launches with my project as projectpath.
.../Project>u3d run
When running .../Project>u3d run -- -runTests -testResults results.xml -testPlatform editmode no project path is passed to Unity.
.../Project>u3d run -- -runTests -testResults results.xml -testPlatform editmode
NOTE: .../Project>u3d run -- -runTests -testResults results.xml -testPlatform editmode -projectPath <path to my project> works.
.../Project>u3d run -- -runTests -testResults results.xml -testPlatform editmode -projectPath <path to my project>
The text was updated successfully, but these errors were encountered:
u3d/run: add -projectpath also when passing arguments (fixes DragonBo…
3fefcd6
…x#73)
a243ce1
9aa7fc1
5022a15
No branches or pull requests
I'm in a Unity project, say Project.
When running
.../Project>u3d run
Unity launches with my project as projectpath.When running
.../Project>u3d run -- -runTests -testResults results.xml -testPlatform editmode
no project path is passed to Unity.NOTE:
.../Project>u3d run -- -runTests -testResults results.xml -testPlatform editmode -projectPath <path to my project>
works.The text was updated successfully, but these errors were encountered: