tldr/pages/common/u3d.md

25 lines
520 B
Markdown
Raw Normal View History

2021-11-01 12:07:13 +00:00
# u3d
2023-05-30 19:37:28 +01:00
> Set of tools to interact with Unity from command-line.
2021-11-01 12:07:13 +00:00
> 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}}`