From 020b3cd2376fac2c8595b51852221732251fc953 Mon Sep 17 00:00:00 2001 From: Melvyn May Date: Thu, 8 Dec 2022 16:18:58 +0000 Subject: [PATCH 1/4] Update to 2022.2.0f1 (35dcd44975df) --- ProjectSettings/ProjectVersion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index ee6154a..df0a387 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.2.0b15 -m_EditorVersionWithRevision: 2022.2.0b15 (dcee0ac87afa) +m_EditorVersion: 2022.2.0f1 +m_EditorVersionWithRevision: 2022.2.0f1 (35dcd44975df) From 69984c2d144bd2ecabc0339f1981c0622ea33f20 Mon Sep 17 00:00:00 2001 From: Melvyn May Date: Wed, 18 Oct 2023 16:06:50 +0100 Subject: [PATCH 2/4] Update to 2022.3.11f1 (d00248457e15) --- Packages/manifest.json | 4 ++-- Packages/packages-lock.json | 4 ++-- ProjectSettings/ProjectVersion.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index 9c394ae..e66b215 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,8 +1,8 @@ { "dependencies": { "com.unity.2d.sprite": "1.0.0", - "com.unity.ide.rider": "3.0.16", - "com.unity.ide.visualstudio": "2.0.16", + "com.unity.ide.rider": "3.0.26", + "com.unity.ide.visualstudio": "2.0.22", "com.unity.modules.animation": "1.0.0", "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 8014e4f..91cf145 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -14,7 +14,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.16", + "version": "3.0.26", "depth": 0, "source": "registry", "dependencies": { @@ -23,7 +23,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.16", + "version": "2.0.22", "depth": 0, "source": "registry", "dependencies": { diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index df0a387..37f39b7 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.2.0f1 -m_EditorVersionWithRevision: 2022.2.0f1 (35dcd44975df) +m_EditorVersion: 2022.3.11f1 +m_EditorVersionWithRevision: 2022.3.11f1 (d00248457e15) From 7b2cb2327065babedff00ab32767de3a0225a815 Mon Sep 17 00:00:00 2001 From: Melvyn May Date: Sat, 14 Sep 2024 09:32:39 +0100 Subject: [PATCH 3/4] Update to 2022.3.46f1 (8e9b8558c41a) --- Packages/manifest.json | 2 +- Packages/packages-lock.json | 2 +- ProjectSettings/ProjectVersion.txt | 4 ++-- Readme.md | 4 ++++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index e66b215..6b28a43 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,7 +1,7 @@ { "dependencies": { "com.unity.2d.sprite": "1.0.0", - "com.unity.ide.rider": "3.0.26", + "com.unity.ide.rider": "3.0.31", "com.unity.ide.visualstudio": "2.0.22", "com.unity.modules.animation": "1.0.0", "com.unity.modules.audio": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 91cf145..8b294be 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -14,7 +14,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.26", + "version": "3.0.31", "depth": 0, "source": "registry", "dependencies": { diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 37f39b7..1e3d799 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.11f1 -m_EditorVersionWithRevision: 2022.3.11f1 (d00248457e15) +m_EditorVersion: 2022.3.46f1 +m_EditorVersionWithRevision: 2022.3.46f1 (8e9b8558c41a) diff --git a/Readme.md b/Readme.md index f09d405..971816a 100644 --- a/Readme.md +++ b/Readme.md @@ -3,6 +3,10 @@ This project contains multiple scenes that are designed to provide both examples A majority of the scenes rely on Unity Gizmos for presentation of Colliders, Joints, Contacts (etc) rather than renderers so please ensure that the "Gizmos" buttons are selected in both the "Scene" and "Game" views otherwise you may find you cannot see the content. +## Game View + +All the examples were designed with the Game window set to 16:9 Aspect. It is recommended that you change the Game window to this so that the Camera correctly displays the examples. + ## Branch Names Each branch represents a specific version of Unity. As features are added in a public release, those features should be represented in that branch and future Unity version branches i.e. branch names of "2019", "2020", "2021" (etc) exist. From 574b77d9143d2b0078f1fdbac230a6dfdc969ad5 Mon Sep 17 00:00:00 2001 From: Melvyn May Date: Mon, 21 Oct 2024 17:18:06 +0100 Subject: [PATCH 4/4] Update to 2022.3.50f1 (c3db7f8bf9b1) --- ProjectSettings/ProjectVersion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 1e3d799..8fb87e6 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.46f1 -m_EditorVersionWithRevision: 2022.3.46f1 (8e9b8558c41a) +m_EditorVersion: 2022.3.50f1 +m_EditorVersionWithRevision: 2022.3.50f1 (c3db7f8bf9b1)