File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
SequenceFrontend/Scripts/UI Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,15 @@ protected override void Awake()
3232 _panel = this ;
3333 }
3434
35+ #if ENABLE_LEGACY_INPUT_MANAGER
3536 private void Update ( )
3637 {
3738 if ( Input . GetKeyDown ( KeyCode . Escape ) )
3839 {
3940 GoBack ( ) ;
4041 }
4142 }
43+ #endif
4244
4345 public override void Open ( params object [ ] args )
4446 {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public static SequenceConfig GetConfig(SequenceService sequenceService = Sequenc
5454 _config . WaaSVersion = $ "1 (Unity { PackageVersionReader . GetVersion ( ) } )";
5555 }
5656
57- #if UNITY_EDITOR
57+ #if UNITY_EDITOR && ! SEQ_DISABLE_PACKAGE_OVERRIDE
5858 _config . WaaSVersion = $ "1 (Unity { PackageVersionReader . GetVersion ( ) } )"; // version file is only updated when building
5959#endif
6060 }
Original file line number Diff line number Diff line change 11{
22 "name" : " xyz.0xsequence.waas-unity" ,
3- "version" : " 3.19.3 " ,
3+ "version" : " 3.19.5 " ,
44 "displayName" : " Sequence Embedded Wallet SDK" ,
55 "description" : " A Unity SDK for the Sequence WaaS API" ,
66 "unity" : " 2021.3" ,
You can’t perform that action at this time.
0 commit comments