Skip to content

Commit 59536da

Browse files
authored
Merge pull request #335 from tier4/release/v1.2.3
update docs and version for v1.2.3
2 parents 94ba530 + 623dfcf commit 59536da

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

ProjectSettings/EditorBuildSettings.asset

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
7-
m_Scenes: []
7+
m_Scenes:
8+
- enabled: 1
9+
path: Assets/AWSIM/Scenes/Main/AutowareSimulation.unity
10+
guid: 9a19a6429a390f1428320cff9d4e1f10
811
m_configObjects: {}

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ PlayerSettings:
129129
16:10: 1
130130
16:9: 1
131131
Others: 1
132-
bundleVersion: 1.2.2
132+
bundleVersion: 1.2.3
133133
preloadedAssets: []
134134
metroInputSource: 0
135135
wsaTransparentSwapchain: 0
@@ -597,7 +597,7 @@ PlayerSettings:
597597
webGLThreadsSupport: 0
598598
webGLDecompressionFallback: 0
599599
scriptingDefineSymbols:
600-
1: UNITY_CCU;ALLOW_AUTHORING;ROS2;ENABLE_RAYTRACING
600+
1: UNITY_CCU;ALLOW_AUTHORING;ROS2
601601
additionalCompilerArguments: {}
602602
platformArchitecture: {}
603603
scriptingBackend:

docs/GettingStarted/QuickStartDemo/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ To run the simulator, please follow the steps below.
116116
117117
3. Download and Run AWSIM Demo binary.
118118
119-
1. Download `AWSIM_v1.2.2.zip`.
119+
1. Download `AWSIM_v1.2.3.zip`.
120120
121-
[Download AWSIM Demo for ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.2/AWSIM_v1.2.2.zip){.md-button .md-button--primary}
121+
[Download AWSIM Demo for ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.3/AWSIM_v1.2.3.zip){.md-button .md-button--primary}
122122
123123
2. Unzip the downloaded file.
124124

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AWSIM is the best scene for [Autoware](https://github.com/autowarefoundation/aut
1414

1515
## Try the simulation demo yourself!
1616

17-
[Download AWSIM Demo for Ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.2/AWSIM_v1.2.2.zip){.md-button .md-button--primary}
17+
[Download AWSIM Demo for Ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.3/AWSIM_v1.2.3.zip){.md-button .md-button--primary}
1818

1919

2020
To test the AWSIM demo with Autoware please refer to the [Quick start demo](./GettingStarted/QuickStartDemo/index.md) section.

0 commit comments

Comments
 (0)