mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
unity.md: Fix abrupt end of line
This commit is contained in:
parent
361f2bd8de
commit
af05f4d15d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ First, take a look at this page from [the official VRChat docs](https://creators
|
||||||
1. Install **2022.3.6f1** (the current supported Unity version, at the time of writing) by running `xdg-open unityhub://2022.3.6f1/b9e6e7e9fa2d`.
|
1. Install **2022.3.6f1** (the current supported Unity version, at the time of writing) by running `xdg-open unityhub://2022.3.6f1/b9e6e7e9fa2d`.
|
||||||
1. When prompted, select *Android Build Support* and *Windows Build Support (Mono)*.
|
1. When prompted, select *Android Build Support* and *Windows Build Support (Mono)*.
|
||||||
1. Create a new project with the **3D Core template**, making sure to name it and give it a better location than `$HOME`.
|
1. Create a new project with the **3D Core template**, making sure to name it and give it a better location than `$HOME`.
|
||||||
1. It may open windows partially offscreen. If this happens, see the
|
1. It may open windows partially offscreen. If this happens, see [this section](#editor-windows-appear-partially-offscreen).
|
||||||
1. Close the Unity project (will probably crash later if you don't, no big deal but still).
|
1. Close the Unity project (will probably crash later if you don't, no big deal but still).
|
||||||
1. Open terminal and `cd` to the project dir.
|
1. Open terminal and `cd` to the project dir.
|
||||||
1. Run either `vrc-get install com.vrchat.avatars` or `vrc-get install com.vrchat.worlds` depending on what you will be making.
|
1. Run either `vrc-get install com.vrchat.avatars` or `vrc-get install com.vrchat.worlds` depending on what you will be making.
|
||||||
|
|
Loading…
Reference in a new issue