Skip to content

Commit 3b9c8ac

Browse files
committed
[unity] update docs and project to 2019.3.12
1 parent b11329f commit 3b9c8ac

File tree

4 files changed

+33
-25
lines changed

4 files changed

+33
-25
lines changed

Unity/UnityDemo/Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"com.unity.2d.tilemap": "1.0.0",
55
"com.unity.collab-proxy": "1.2.16",
66
"com.unity.ext.nunit": "1.0.0",
7-
"com.unity.ide.rider": "1.1.0",
8-
"com.unity.ide.vscode": "1.1.3",
9-
"com.unity.multiplayer-hlapi": "1.0.2",
10-
"com.unity.test-framework": "1.0.13",
7+
"com.unity.ide.rider": "1.1.4",
8+
"com.unity.ide.vscode": "1.2.0",
9+
"com.unity.multiplayer-hlapi": "1.0.4",
10+
"com.unity.test-framework": "1.1.13",
1111
"com.unity.textmeshpro": "2.0.1",
1212
"com.unity.ugui": "1.0.0",
13-
"com.unity.xr.legacyinputhelpers": "2.0.2",
13+
"com.unity.xr.legacyinputhelpers": "2.1.3",
1414
"com.unity.modules.ai": "1.0.0",
1515
"com.unity.modules.androidjni": "1.0.0",
1616
"com.unity.modules.animation": "1.0.0",

Unity/UnityDemo/ProjectSettings/EditorSettings.asset

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,33 @@
33
--- !u!159 &1
44
EditorSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 7
6+
serializedVersion: 9
77
m_ExternalVersionControlSupport: Visible Meta Files
88
m_SerializationMode: 2
99
m_LineEndingsForNewScripts: 2
1010
m_DefaultBehaviorMode: 0
11+
m_PrefabRegularEnvironment: {fileID: 0}
12+
m_PrefabUIEnvironment: {fileID: 0}
1113
m_SpritePackerMode: 0
1214
m_SpritePackerPaddingPower: 1
1315
m_EtcTextureCompressorBehavior: 1
1416
m_EtcTextureFastCompressor: 1
1517
m_EtcTextureNormalCompressor: 2
1618
m_EtcTextureBestCompressor: 4
17-
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd
19+
m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmref
1820
m_ProjectGenerationRootNamespace:
19-
m_UserGeneratedProjectSuffix:
2021
m_CollabEditorSettings:
2122
inProgressEnabled: 1
23+
m_EnableTextureStreamingInEditMode: 1
24+
m_EnableTextureStreamingInPlayMode: 1
25+
m_AsyncShaderCompilation: 1
26+
m_EnterPlayModeOptionsEnabled: 0
27+
m_EnterPlayModeOptions: 3
28+
m_ShowLightmapResolutionOverlay: 1
29+
m_UseLegacyProbeSampleCount: 1
30+
m_AssetPipelineMode: 1
31+
m_CacheServerMode: 0
32+
m_CacheServerEndpoint:
33+
m_CacheServerNamespacePrefix: default
34+
m_CacheServerEnableDownload: 1
35+
m_CacheServerEnableUpload: 1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.2.17f1
2-
m_EditorVersionWithRevision: 2019.2.17f1 (8e603399ca02)
1+
m_EditorVersion: 2019.3.12f1
2+
m_EditorVersionWithRevision: 2019.3.12f1 (84b23722532d)

docs/Unity.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project is still in early development, expect some rough edges. We are work
1111
### Building from source
1212
#### Install Unity
1313
* 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).
1515
* 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.
1616

1717
#### Build Airsim
@@ -35,17 +35,10 @@ sudo apt-get install libboost-all-dev
3535
#### Download and Install Unity for Linux
3636
<span style="color:red">Warning:</span> Unity Editor for Linux is still in Beta. Expect some rough edges.
3737

38-
* **Download** Unity editor version `2019.1.0f2`
39-
```shell
40-
wget https://beta.unity3d.com/download/292b93d75a2c/UnitySetup-2019.1.0f2
41-
```
42-
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.
4942

5043
#### Build Airsim
5144
```
@@ -64,9 +57,10 @@ cd AirSim/Unity
6457
This will generate the necessary shared library and copy it to the UnityDemo Plugins folder.
6558

6659
## 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.
7064
* Hit the play button to start the simulation (and hit play again to stop the simulation. .
7165
* 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))
7266
* Controlling the car:

0 commit comments

Comments
 (0)