From 623dfcfc9d1bd7d7e15dd30ebff79550fc182f96 Mon Sep 17 00:00:00 2001 From: mackierx111 Date: Tue, 23 Jul 2024 16:47:19 +0900 Subject: [PATCH] update docs and version for v1.2.3 --- ProjectSettings/EditorBuildSettings.asset | 5 ++++- ProjectSettings/ProjectSettings.asset | 4 ++-- docs/GettingStarted/QuickStartDemo/index.md | 4 ++-- docs/index.md | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset index 0147887ef..8776f0922 100644 --- a/ProjectSettings/EditorBuildSettings.asset +++ b/ProjectSettings/EditorBuildSettings.asset @@ -4,5 +4,8 @@ EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 - m_Scenes: [] + m_Scenes: + - enabled: 1 + path: Assets/AWSIM/Scenes/Main/AutowareSimulation.unity + guid: 9a19a6429a390f1428320cff9d4e1f10 m_configObjects: {} diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 9a7fc0535..0670d6f97 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -129,7 +129,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: 1.2.2 + bundleVersion: 1.2.3 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 @@ -597,7 +597,7 @@ PlayerSettings: webGLThreadsSupport: 0 webGLDecompressionFallback: 0 scriptingDefineSymbols: - 1: UNITY_CCU;ALLOW_AUTHORING;ROS2;ENABLE_RAYTRACING + 1: UNITY_CCU;ALLOW_AUTHORING;ROS2 additionalCompilerArguments: {} platformArchitecture: {} scriptingBackend: diff --git a/docs/GettingStarted/QuickStartDemo/index.md b/docs/GettingStarted/QuickStartDemo/index.md index 7f1790e71..9f00de482 100644 --- a/docs/GettingStarted/QuickStartDemo/index.md +++ b/docs/GettingStarted/QuickStartDemo/index.md @@ -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.2.zip`. + 1. Download `AWSIM_v1.2.3.zip`. - [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} + [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} 2. Unzip the downloaded file. diff --git a/docs/index.md b/docs/index.md index 1d3a23691..8f45ad58e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.2/AWSIM_v1.2.2.zip){.md-button .md-button--primary} +[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} To test the AWSIM demo with Autoware please refer to the [Quick start demo](./GettingStarted/QuickStartDemo/index.md) section.