diff --git a/pages/common/unity.md b/pages/common/unity.md new file mode 100644 index 0000000000..24eb5b31da --- /dev/null +++ b/pages/common/unity.md @@ -0,0 +1,24 @@ +# unity + +> A tool for installing and managing Unity Editors, projects, and modules. +> More information: . + +- Install a specific version of the Unity Editor: + +`unity {{[i|install]}} "{{unity_version}}"` + +- Log in to your Unity account: + +`unity {{[a|auth]}} login` + +- Install modules interactively: + +`unity {{[im|install-modules]}}` + +- Create a new Universal Render Pipeline 2D project: + +`unity {{[p|projects]}} new "{{project_name}}" --template com.unity.template.universal-2d --path "{{path/to/parent_directory}}"` + +- Open an existing project: + +`unity open "{{path/to/project_directory}}"`