Skip to content

Commit 0100a16

Browse files
committed
latest unity/unreal updates
1 parent f6b3593 commit 0100a16

File tree

14 files changed

+33
-25
lines changed

14 files changed

+33
-25
lines changed

docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
"group": "Wallets",
452452
"pages": [
453453
{
454-
"group": "Ecosystem Wallet (Beta)",
454+
"group": "Ecosystem Wallet",
455455
"pages": [
456456
"sdk/unity/wallets/ecosystem-wallet/setup",
457457
"sdk/unity/wallets/ecosystem-wallet/authentication",
@@ -549,7 +549,7 @@
549549
"group": "Wallets",
550550
"pages": [
551551
{
552-
"group": "Ecosystem Wallet (Beta)",
552+
"group": "Ecosystem Wallet",
553553
"pages": [
554554
"sdk/unreal/wallets/ecosystem-wallet/setup",
555555
"sdk/unreal/wallets/ecosystem-wallet/authentication",

images/unreal/call_contract.png

398 KB
Loading
250 KB
Loading
252 KB
Loading
253 KB
Loading
-11.1 KB
Loading
569 KB
Loading
588 KB
Loading

images/unreal/get_id_token.png

13.8 KB
Loading

sdk/unity/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ existing ERC20 currency.
115115
</Frame>
116116

117117
```csharp
118-
BoilerplateFactory.OpenSequenceLoginWindow(parent, wallet, chain, collectionAddress, saleContractAddress, itemsForSale, onClose);
118+
BoilerplateFactory.OpenSequenceInGameShop(parent, wallet, chain, collectionAddress, saleContractAddress, itemsForSale, onClose);
119119
```
120120

121121
<Accordion title="Parameters">

0 commit comments

Comments
 (0)