Skip to content
New issue

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

Allow current set of test platforms #216

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

DarkMio
Copy link

@DarkMio DarkMio commented Oct 14, 2020

As per Unity Documentation: https://docs.unity3d.com/Packages/[email protected]/manual/reference-command-line.html

The wording on the documentation is a bit bad, however it allows to pass the test platform directly, switching automatically between EditMode und PlayMode and setting the BuildTarget directly. This is intended behaviour and exists since the integration of the Unity Testrunner, thus is downward compatible.

As per Unity Documentation: https://docs.unity3d.com/Packages/[email protected]/manual/reference-command-line.html

The wording on the documentation is a bit bad, however it allows to pass the test platform directly, switching automatically between EditMode und PlayMode and setting the BuildTarget directly. This is intended behaviour and exists since the integration of the Unity Testrunner, thus is downward compatible.
@jwittner
Copy link
Member

jwittner commented Jul 7, 2021

Can we extend this list to support everything documented here: https://docs.unity3d.com/ScriptReference/BuildTarget.html ? You could crib the list from the BuildTarget param. =)

@jwittner
Copy link
Member

jwittner commented Jul 7, 2021

Whoa, just saw this is super old. If you see this and update the list that'd be great! Otherwise I might fork your branch and make the change in the next couple days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants