-
Notifications
You must be signed in to change notification settings - Fork 0
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
unity-setup@v1.0.6 #7
Conversation
@@ -51,7 +51,7 @@ steps: | |||
|
|||
| name | description | required | | |||
| ----------- | ----------- | ----------- | | |||
| `version-file` | Specify a path to search for the unity project version text file. Useful if there are multiple projects in a single repo. | false | | |||
| `version-file` | Specify a path to search for the unity project version text file. Useful if there are multiple projects in a single repo. Pass `None` if creating a new project to skip file search. | false | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on this description I don't understand when I would use 'None'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When creating a new project or skipping the file search option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine but see comments
version-file
search, and addedNone
option when creating new projects or settingUNITY_PROJECT_PATH
later