From 0495a129cf0efb2bab26817a18162670f5ae7ca4 Mon Sep 17 00:00:00 2001 From: Jimi W <41407@users.noreply.github.com> Date: Mon, 1 Nov 2021 14:07:13 +0200 Subject: [PATCH] u3d: add page (#7260) --- pages/common/u3d.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/u3d.md diff --git a/pages/common/u3d.md b/pages/common/u3d.md new file mode 100644 index 0000000000..8af6aa8792 --- /dev/null +++ b/pages/common/u3d.md @@ -0,0 +1,24 @@ +# u3d + +> Set of tools to interact with Unity from command line. +> More information: . + +- 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}}`