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 aa13d6d + beab036 commit fcce524Copy full SHA for fcce524
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.1-KIDS";
+ private const string UNITY_VERSION = "5.5.1-KIDS";
34
35
// ios-only:
36
[Obsolete]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "singular-unity-kids-package",
3
- "version": "5.5.0",
+ "version": "5.5.1",
4
"displayName": "Singular Kids",
5
"description": "Singular Unity Kids Package",
6
"type": "library",
0 commit comments