We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 574e0d0 + 0c69f20 commit 0deec23Copy full SHA for 0deec23
SingularSDK/Runtime/SingularSDK.cs
@@ -30,7 +30,7 @@ public class SingularSDK : MonoBehaviour
30
public static bool Initialized { get; private set; } = false;
31
32
private const string UNITY_WRAPPER_NAME = "Unity";
33
- private const string UNITY_VERSION = "5.4.0";
+ private const string UNITY_VERSION = "5.5.1";
34
35
#endregion // init properties
36
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "singular-unity-package",
3
- "version": "5.5.0",
+ "version": "5.5.1",
4
"displayName": "Singular",
5
"description": "Singular Unity Package",
6
"type": "library",
0 commit comments