If you’ve installed via Package Manager using the git url, please perform the following:
https://github.com/0xsequence/sequence-unity.git?path=/Packages/Sequence-Unity
as the linkSamples/Sequence WaaS SDK/version/Setup/Editor
- this is now included in the SDKWaaS
have been replaced with Sequence.EmbeddedWallet
For example, if you have
Replace this with
WaaSTransactionQueuer
-> SequenceWalletTransactionQueuer
WaaSWallet
-> SequenceWallet
In general, any class, method, or event that contains WaaS
in the name and gives you a compile error has had WaaS
removed from its name (with the exception of the few previously mentioned classes)
Examples:
OnWaaSWalletCreated
-> OnWalletCreated
WaaSSession
-> Session
EthWallet
-> EOAWallet
For any existing LoginPanel
instances
a. Attach the WaaSSessionManager
prefab (as Session Manager Prefab) under Sequence > SequenceSDK > EmbeddedWallet > WaaSSessionManager
(if it isn’t already there)
b. Attach the FederatedAuthPopupPanel
prefab under Sequence > SequenceFrontend > Prefabs
If you’ve installed via Package Manager using the git url, please perform the following:
https://github.com/0xsequence/sequence-unity.git?path=/Packages/Sequence-Unity
as the linkSamples/Sequence WaaS SDK/version/Setup/Editor
- this is now included in the SDKWaaS
have been replaced with Sequence.EmbeddedWallet
For example, if you have
Replace this with
WaaSTransactionQueuer
-> SequenceWalletTransactionQueuer
WaaSWallet
-> SequenceWallet
In general, any class, method, or event that contains WaaS
in the name and gives you a compile error has had WaaS
removed from its name (with the exception of the few previously mentioned classes)
Examples:
OnWaaSWalletCreated
-> OnWalletCreated
WaaSSession
-> Session
EthWallet
-> EOAWallet
For any existing LoginPanel
instances
a. Attach the WaaSSessionManager
prefab (as Session Manager Prefab) under Sequence > SequenceSDK > EmbeddedWallet > WaaSSessionManager
(if it isn’t already there)
b. Attach the FederatedAuthPopupPanel
prefab under Sequence > SequenceFrontend > Prefabs