You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Unity.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This project is still in early development, expect some rough edges. We are work
11
11
### Building from source
12
12
#### Install Unity
13
13
* Download **Unity Hub** from [this page](https://unity3d.com/get-unity/download).
14
-
* Install **Unity 2018.2.15f1** using the Unity Hub. [Detailed instructions here](https://docs.unity3d.com/Manual/GettingStartedInstallingHub.html).
14
+
* Install **Unity 2019.3.12** using the Unity Hub from [here](https://unity3d.com/get-unity/update?_ga=2.150316848.720992218.1588269226-65412882.1588269226). [Detailed instructions here](https://docs.unity3d.com/Manual/GettingStartedInstallingHub.html).
15
15
* Note: If you are using Unity for the first time, check out [the Getting started guide](https://docs.unity3d.com/Manual/GettingStarted.html). The [Unity User Manual](https://docs.unity3d.com/Manual/UnityManual.html) has additional tips, resources, and FAQs.
Note: While the latest version of linux build of Unity can be found on the last post of [this thread](https://forum.unity.com/threads/unity-on-linux-release-notes-and-known-issues.350256/page-2#post-4458286), we recommend `2019.1.0f2`.
43
-
44
-
***Install** the editor
45
-
```shell
46
-
chmod +x UnitySetup-2019.1.0f2
47
-
./UnitySetup-2019.1.0f2
48
-
```
38
+
#### Install Unity
39
+
* Download **Unity Hub** from [this page](https://unity3d.com/get-unity/download).
40
+
*[Install **Unity 2019.3.12** using the Unity Hub](https://docs.unity3d.com/Manual/GettingStartedInstallingHub.html).
41
+
* Note: If you are using Unity for the first time, check out [the Getting started guide](https://docs.unity3d.com/Manual/GettingStarted.html). The [Unity User Manual](https://docs.unity3d.com/Manual/UnityManual.html) has additional tips, resources, and FAQs.
49
42
50
43
#### Build Airsim
51
44
```
@@ -64,9 +57,10 @@ cd AirSim/Unity
64
57
This will generate the necessary shared library and copy it to the UnityDemo Plugins folder.
65
58
66
59
## Usage
67
-
* Start Unity and click `Open project`.
68
-
* Select the folder `AirSim\Unity\UnityDemo`, and then hit the button `Select Folder`.
69
-
* In the bottom pane, Click on `Projects`->`Assets`->`Scenes`. Then, **Double-click** on `SimModeSelector`. This will load the SimModeSelector scene into the scene hierarchy pane. *DO NOT* add CarDemo or DroneDemo scene into the scene hierarchy pane.
60
+
* Start Unity Hub, click on `Projects` on left pane, and then click on the `Add` button
61
+
* Select the folder `AirSim\Unity\UnityDemo`, and then hit the `OK` button.
62
+
* Click on the new project which showed up in the Unity Hub menu to open it in Unity.
63
+
* In the bottom pane, click on `Projects`->`Assets`->`Scenes`. Then, **Double-click** on `SimModeSelector`. This will load the SimModeSelector scene into the scene hierarchy pane. *DO NOT* add CarDemo or DroneDemo scene into the scene hierarchy pane.
70
64
* Hit the play button to start the simulation (and hit play again to stop the simulation. .
71
65
* Alternatively, you can change the SimMode in your `Settings.json` file. (You can read more about [`Settings.json` here](https://github.com/Microsoft/AirSim/blob/master/docs/settings.md))
0 commit comments