Skip to content

Commit c9efa53

Browse files
authored
Merge pull request #326 from tier4/release/v1.2.2
Release/v1.2.2
2 parents 67aaffd + 0168522 commit c9efa53

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
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.1
132+
bundleVersion: 1.2.2
133133
preloadedAssets: []
134134
metroInputSource: 0
135135
wsaTransparentSwapchain: 0

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.1.zip`.
119+
1. Download `AWSIM_v1.2.2.zip`.
120120
121-
[Download AWSIM Demo for ubuntu](https://github.com/tier4/AWSIM/releases/download/v1.2.1/AWSIM_v1.2.1.zip){.md-button .md-button--primary}
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}
122122
123123
2. Unzip the downloaded file.
124124

docs/GettingStarted/SetupUnityProject/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ To open the Unity AWSIM project in Unity Editor:
152152

153153
To properly run and use AWSIM project in Unity it is required to download map package which is not included in the repository.
154154

155-
1. Download and import `Japan_Tokyo_Nishishinjuku.unitypackage`
155+
1. Download and import `Japan_Tokyo_Nishishinjuku.unitypackage_v2`
156156

157-
[Download Map files (unitypackage)](https://github.com/tier4/AWSIM/releases/download/v1.1.0/Japan_Tokyo_Nishishinjuku.unitypackage){.md-button .md-button--primary}
157+
[Download Map files (unitypackage)](https://github.com/tier4/AWSIM/releases/download/v1.2.2/Japan_Tokyo_Nishishinjuku_v2.unitypackage){.md-button .md-button--primary}
158158

159-
2. In Unity Editor, from the menu bar at the top, select `Assets -> Import Package -> Custom Package...` and navigate the `Japan_Tokyo_Nishishinjuku.unitypackage` file.
159+
2. In Unity Editor, from the menu bar at the top, select `Assets -> Import Package -> Custom Package...` and navigate the `Japan_Tokyo_Nishishinjuku.unitypackage_v2` file.
160160
![](image_10.png)
161161
![](image_11.png)
162162
3. `Nishishinjuku` package has been successfully imported under `Assets/AWSIM/Externals/`directory.

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.1/AWSIM_v1.2.1.zip){.md-button .md-button--primary}
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}
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)