Skip to content

Commit 04a10e9

Browse files
committed
Added a platform stability column to the README.md
1 parent 7c63774 commit 04a10e9

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

Documentation/Platforms.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This library aims to offer support for multiple platforms through a single codebase. This is highly ambitious, so if you run into an issue with your platform of choice during development, please leave a detailed bug report with as much information as possible. Also, as this library is relatively new, mobile platforms will be fully supported after all other platforms are complete.
44

5-
| Engine | Language | Platform | Version | Tested |
6-
| --------------------------------------- | -------- | -------- | :---------------------------------------: | :----: |
7-
| [Unity](https://unity.com/) | C# | macOS | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 ||
8-
| [Unity](https://unity.com/) | C# | Windows | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 ||
9-
| [Unreal](https://www.unrealengine.com/) | C++ | macOS | 5.4.4 ||
10-
| [Unreal](https://www.unrealengine.com/) | C++ | Windows | 5.4.4 ||
11-
| [Godot 4](https://godotengine.org/) | GDScript | macOS | - | - |
12-
| [Godot 4](https://godotengine.org/) | GDScript | Windows | - | - |
13-
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 ||
14-
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 ||
15-
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 ||
16-
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - |
5+
| Engine | Language | Platform | Version | Tested | Stable |
6+
| --------------------------------------- | -------- | -------- | :---------------------------------------: | :----: | :----: |
7+
| [Unity](https://unity.com/) | C# | macOS | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 |||
8+
| [Unity](https://unity.com/) | C# | Windows | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 |||
9+
| [Unreal](https://www.unrealengine.com/) | C++ | macOS | 5.4.4 |||
10+
| [Unreal](https://www.unrealengine.com/) | C++ | Windows | 5.4.4 |||
11+
| [Godot 4](https://godotengine.org/) | GDScript | macOS | - | - | - |
12+
| [Godot 4](https://godotengine.org/) | GDScript | Windows | - | - | - |
13+
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 |||
14+
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 |||
15+
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 |||
16+
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - | - |

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ _Prototype game built using these utilities._
6565

6666
This library aims to offer support for multiple platforms through a single codebase. This is highly ambitious, so if you run into an issue with your platform of choice during development, please leave a detailed bug report with as much information as possible. Also, as this library is relatively new, mobile platforms will be fully supported after all other platforms are complete.
6767

68-
| Engine | Language | Platform | Version | Tested |
69-
| --------------------------------------- | -------- | -------- | :---------------------------------------: | :----: |
70-
| [Unity](https://unity.com/) | C# | macOS | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 ||
71-
| [Unity](https://unity.com/) | C# | Windows | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 ||
72-
| [Unreal](https://www.unrealengine.com/) | C++ | macOS | 5.4.4 ||
73-
| [Unreal](https://www.unrealengine.com/) | C++ | Windows | 5.4.4 ||
74-
| [Godot 4](https://godotengine.org/) | GDScript | macOS | - | - |
75-
| [Godot 4](https://godotengine.org/) | GDScript | Windows | - | - |
76-
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 ||
77-
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 ||
78-
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 ||
79-
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - |
68+
| Engine | Language | Platform | Version | Tested | Stable |
69+
| --------------------------------------- | -------- | -------- | :---------------------------------------: | :----: | :----: |
70+
| [Unity](https://unity.com/) | C# | macOS | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 |||
71+
| [Unity](https://unity.com/) | C# | Windows | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 |||
72+
| [Unreal](https://www.unrealengine.com/) | C++ | macOS | 5.4.4 |||
73+
| [Unreal](https://www.unrealengine.com/) | C++ | Windows | 5.4.4 |||
74+
| [Godot 4](https://godotengine.org/) | GDScript | macOS | - | - | - |
75+
| [Godot 4](https://godotengine.org/) | GDScript | Windows | - | - | - |
76+
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 |||
77+
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 |||
78+
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 |||
79+
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - | - |
8080

8181
## Install
8282

UnityPackage/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ _Prototype game built using these utilities._
6565

6666
This library aims to offer support for multiple platforms through a single codebase. This is highly ambitious, so if you run into an issue with your platform of choice during development, please leave a detailed bug report with as much information as possible. Also, as this library is relatively new, mobile platforms will be fully supported after all other platforms are complete.
6767

68-
| Engine | Language | Platform | Version | Tested |
69-
| --------------------------------------- | -------- | -------- | :---------------------------------------: | :----: |
70-
| [Unity](https://unity.com/) | C# | macOS | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 ||
71-
| [Unity](https://unity.com/) | C# | Windows | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 ||
72-
| [Unreal](https://www.unrealengine.com/) | C++ | macOS | 5.4.4 ||
73-
| [Unreal](https://www.unrealengine.com/) | C++ | Windows | 5.4.4 ||
74-
| [Godot 4](https://godotengine.org/) | GDScript | macOS | - | - |
75-
| [Godot 4](https://godotengine.org/) | GDScript | Windows | - | - |
76-
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 ||
77-
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 ||
78-
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 ||
79-
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - |
68+
| Engine | Language | Platform | Version | Tested | Stable |
69+
| --------------------------------------- | -------- | -------- | :---------------------------------------: | :----: | :----: |
70+
| [Unity](https://unity.com/) | C# | macOS | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 |||
71+
| [Unity](https://unity.com/) | C# | Windows | 6000.0.22f1<br>2022.3.50f1<br>2021.3.44f1 |||
72+
| [Unreal](https://www.unrealengine.com/) | C++ | macOS | 5.4.4 |||
73+
| [Unreal](https://www.unrealengine.com/) | C++ | Windows | 5.4.4 |||
74+
| [Godot 4](https://godotengine.org/) | GDScript | macOS | - | - | - |
75+
| [Godot 4](https://godotengine.org/) | GDScript | Windows | - | - | - |
76+
| [Godot 4](https://godotengine.org/) | C# | macOS | 4.3 |||
77+
| [Godot 4](https://godotengine.org/) | C# | Windows | 4.3 |||
78+
| [SDL](https://www.libsdl.org/) | C++ | macOS | 2.30.8 |||
79+
| [SDL](https://www.libsdl.org/) | C++ | Windows | - | - | - |
8080

8181
## Install
8282

0 commit comments

Comments
 (0)