1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/common/u3d.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

24 lines
513 B
Markdown

# u3d
> A set of tools to interact with Unity.
> More information: <https://github.com/DragonBox/u3d>.
- Open the project in the current directory using the 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}}`