Skip to content

Commit

Permalink
Merge pull request #326 from tier4/release/v1.2.2
Browse files Browse the repository at this point in the history
Release/v1.2.2
  • Loading branch information
mackierx111 authored Jun 18, 2024
2 parents 67aaffd + 0168522 commit c9efa53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.2.1
bundleVersion: 1.2.2
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
4 changes: 2 additions & 2 deletions docs/GettingStarted/QuickStartDemo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ To run the simulator, please follow the steps below.

3. Download and Run AWSIM Demo binary.

1. Download `AWSIM_v1.2.1.zip`.
1. Download `AWSIM_v1.2.2.zip`.

[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}
[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}

2. Unzip the downloaded file.

Expand Down
6 changes: 3 additions & 3 deletions docs/GettingStarted/SetupUnityProject/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ To open the Unity AWSIM project in Unity Editor:

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

1. Download and import `Japan_Tokyo_Nishishinjuku.unitypackage`
1. Download and import `Japan_Tokyo_Nishishinjuku.unitypackage_v2`

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

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.
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.
![](image_10.png)
![](image_11.png)
3. `Nishishinjuku` package has been successfully imported under `Assets/AWSIM/Externals/`directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AWSIM is the best scene for [Autoware](https://github.com/autowarefoundation/aut

## Try the simulation demo yourself!

[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}
[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}


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

0 comments on commit c9efa53

Please sign in to comment.