From 29165c3cd14bab4b85eb23ac49098e711abf87cb Mon Sep 17 00:00:00 2001 From: Chippy <36650721+Lethalchip@users.noreply.github.com> Date: Sat, 26 Apr 2025 13:54:10 -0700 Subject: [PATCH 1/2] Some wording changes to the required unity versions we've had a few people utilize Unity 2021.2, but have a lot of errors/issues in the console. It's best to direct users to 2022.3.32f1 onward. --- docs/unity/index.md | 2 +- docs/unity/part-1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/unity/index.md b/docs/unity/index.md index e477c3c3..100b608f 100644 --- a/docs/unity/index.md +++ b/docs/unity/index.md @@ -12,7 +12,7 @@ Our game, called [Blackhol.io](https://github.com/ClockworkLabs/Blackholio), wil This tutorial assumes that you have a basic understanding of the Unity Editor, using a command line terminal and programming. We'll give you some CLI commands to execute. If you are using Windows, we recommend using Git Bash or PowerShell. For Mac, we recommend Terminal. -We recommend using Unity `2022.3.32f1` or later, but the SDK's minimum supported Unity version is `2021.2` as the SDK requires C# 9. This tutorial has been tested with the following Unity versions. +We recommend using Unity `2022.3.32f1` or later. Earlier versions of Unity that utilize C# 9 (`2021.2` onward) may work, however are untested and thus may not be fully functional. This tutorial has been tested with the following Unity versions: - `2022.3.32f1 LTS` - `6000.0.33f1` diff --git a/docs/unity/part-1.md b/docs/unity/part-1.md index f19a28bf..3c5819b6 100644 --- a/docs/unity/part-1.md +++ b/docs/unity/part-1.md @@ -30,7 +30,7 @@ In this section, we will guide you through the process of setting up a Unity Pro ### Step 1: Create a Blank Unity Project -The SpacetimeDB Unity SDK minimum supported Unity version is `2021.2` as the SDK requires C# 9. See [the overview](.) for more information on specific supported versions. +We recommend using Unity `2022.3.32f1` or later. Earlier versions of Unity that utilize C# 9 (`2021.2` onward) may work, however are untested and thus may not be fully functional. See [the overview](.) for more information on specific supported versions. Open Unity and create a new project by selecting "New" from the Unity Hub or going to **File -> New Project**. From c972f2636e7f00b058af7f1014cabc0fb0f13f88 Mon Sep 17 00:00:00 2001 From: Chippy <36650721+Lethalchip@users.noreply.github.com> Date: Tue, 6 May 2025 10:46:50 -0700 Subject: [PATCH 2/2] Removed recommended verbiage --- docs/unity/index.md | 4 ++-- docs/unity/part-1.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/unity/index.md b/docs/unity/index.md index 100b608f..b2fab742 100644 --- a/docs/unity/index.md +++ b/docs/unity/index.md @@ -12,12 +12,12 @@ Our game, called [Blackhol.io](https://github.com/ClockworkLabs/Blackholio), wil This tutorial assumes that you have a basic understanding of the Unity Editor, using a command line terminal and programming. We'll give you some CLI commands to execute. If you are using Windows, we recommend using Git Bash or PowerShell. For Mac, we recommend Terminal. -We recommend using Unity `2022.3.32f1` or later. Earlier versions of Unity that utilize C# 9 (`2021.2` onward) may work, however are untested and thus may not be fully functional. This tutorial has been tested with the following Unity versions: +SpacetimeDB supports Unity version `2022.3.32f1` or later, and this tutorial has been tested with the following Unity versions: - `2022.3.32f1 LTS` - `6000.0.33f1` -Please file an issue [here](https://github.com/clockworklabs/spacetime-docs/issues) if you encounter an issue with a specific Unity version. +Please file an issue [here](https://github.com/clockworklabs/spacetime-docs/issues) if you encounter an issue with a specific Unity version, but please be aware that the SpacetimeDB team is unable to offer support for issues related to versions of Unity prior to `2022.3.32f1 LTS`. ## Blackhol.io Tutorial - Basic Multiplayer diff --git a/docs/unity/part-1.md b/docs/unity/part-1.md index 3c5819b6..230bb95a 100644 --- a/docs/unity/part-1.md +++ b/docs/unity/part-1.md @@ -30,7 +30,7 @@ In this section, we will guide you through the process of setting up a Unity Pro ### Step 1: Create a Blank Unity Project -We recommend using Unity `2022.3.32f1` or later. Earlier versions of Unity that utilize C# 9 (`2021.2` onward) may work, however are untested and thus may not be fully functional. See [the overview](.) for more information on specific supported versions. +SpacetimeDB supports Unity version `2022.3.32f1` or later. See [the overview](.) for more information on specific supported versions. Open Unity and create a new project by selecting "New" from the Unity Hub or going to **File -> New Project**.