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 0e57bee + 3d77623 commit 8ad0ac7Copy full SHA for 8ad0ac7
Packages/Sequence-Unity/Sequence/SequenceFrontend/Scripts/UI/UIPanel.cs
@@ -32,13 +32,15 @@ protected override void Awake()
32
_panel = this;
33
}
34
35
+#if ENABLE_LEGACY_INPUT_MANAGER
36
private void Update()
37
{
38
if (Input.GetKeyDown(KeyCode.Escape))
39
40
GoBack();
41
42
43
+#endif
44
45
public override void Open(params object[] args)
46
Packages/Sequence-Unity/package.json
@@ -1,6 +1,6 @@
1
2
"name": "xyz.0xsequence.waas-unity",
3
- "version": "3.19.2",
+ "version": "3.19.3",
4
"displayName": "Sequence Embedded Wallet SDK",
5
"description": "A Unity SDK for the Sequence WaaS API",
6
"unity": "2021.3",
0 commit comments