u3d: add page (#7260)

feature/windows-fix-syntax-2
Jimi W 2021-11-01 14:07:13 +02:00 committed by GitHub
parent 5d3defc122
commit 0495a129cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/u3d.md Normal file
View File

@ -0,0 +1,24 @@
# u3d
> Set of tools to interact with Unity from command line.
> More information: <https://github.com/DragonBox/u3d>.
- Open project from the current directory in correct Unity version:
`u3d`
- List installed versions of Unity:
`u3d list`
- List available versions of Unity that can be downloaded:
`u3d available`
- Download and install latest stable Unity version:
`u3d install latest_stable`
- Download and install Unity version and editor [p]ackages:
`u3d install {{2021.2.0f1}} -p {{Unity,iOS,Android}}`