Skip to content

Commit 87b38d3

Browse files
committed
changed unity and unreal ecosystem wallet titles
1 parent 77e1815 commit 87b38d3

File tree

10 files changed

+27
-11
lines changed

10 files changed

+27
-11
lines changed

sdk/unity/ecosystem-wallet/authentication.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Authentication"
2+
title: "Unity Ecosystem Wallet Authentication"
33
description: Ecosystem Wallet Documentation for Sequence's Unity SDK.
4+
sidebarTitle: Authentication
45
---
56

67
Start with an implicit session which is restricted to contracts built by Sequence.

sdk/unity/ecosystem-wallet/blockchain.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Blockchain Interactions"
2+
title: "Unity Ecosystem Wallet Blockchain Interactions"
33
description: Ecosystem Wallet Documentation for Sequence's Unity SDK.
4+
sidebarTitle: Blockchain Interactions
45
---
56

67
## Sign messages

sdk/unity/ecosystem-wallet/manage-sessions.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Unity Manage Sessions"
2+
title: "Manage Unity Ecosystem Wallet Sessions"
33
description: Ecosystem Wallet Documentation for Sequence's Unity SDK.
4+
sidebarTitle: Manage Sessions
45
---
56

67
### Add Session

sdk/unity/ecosystem-wallet/permissions.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Permissions"
2+
title: "Unity Ecosystem Wallet Permissions"
33
description: Ecosystem Wallet Documentation for Sequence's Unity SDK.
4+
sidebarTitle: Permissions
45
---
56

67
### Parameters

sdk/unity/ecosystem-wallet/setup.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: "Unity Ecosystem Wallet Setup"
33
description: Ecosystem Wallet Documentation for Sequence's Unity SDK.
4+
sidebarTitle: Setup
45
---
56

67
### Configure your Ecosystem
78

8-
First, create a SequenceConfig file by [following our Quickstart guide](/sdk/unity/quickstart) or simply create a new file in Unity via `Create` > `Sequence` > `SequenceConfig`
9+
First, download [v5 from the SDK's GitHub Releases](https://github.com/0xsequence/sequence-unity/releases/tag/v5-beta)
10+
to access Ecosystem Wallets. You can download it as a `.unitypackage` file and simply add it to your Unity project.
11+
12+
Create a SequenceConfig file by [following our Quickstart guide](/sdk/unity/quickstart) or simply create a new file in Unity via `Create` > `Sequence` > `SequenceConfig`
913

1014
Next, fill in the required fields:
1115

sdk/unreal/ecosystem-wallet/authentication.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Authentication"
2+
title: "Unreal Ecosystem Wallet Authentication"
33
description: Ecosystem Wallet Documentation for Sequence's Unreal SDK.
4+
sidebarTitle: Authentication
45
---
56

67
Start with an implicit session which is restricted to contracts built by Sequence.

sdk/unreal/ecosystem-wallet/blockchain.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Blockchain Interactions"
2+
title: "Unreal Ecosystem Wallet Blockchain Interactions"
33
description: Ecosystem Wallet Documentation for Sequence's Unreal SDK.
4+
sidebarTitle: Blockchain Interactions
45
---
56

67
## Sign messages

sdk/unreal/ecosystem-wallet/manage-sessions.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Manage Sessions"
2+
title: "Manage Unreal Ecosystem Wallet Sessions"
33
description: Ecosystem Wallet Documentation for Sequence's Unreal SDK.
4+
sidebarTitle: Manage Sessions
45
---
56

67
### Add Session

sdk/unreal/ecosystem-wallet/permissions.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Permissions"
2+
title: "Unreal Ecosystem Wallet Permissions"
33
description: Ecosystem Wallet Documentation for Sequence's Unreal SDK.
4+
sidebarTitle: Permissions
45
---
56

67
## Contract Permissions

sdk/unreal/ecosystem-wallet/setup.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
2-
title: "Setup"
2+
title: "Unreal Ecosystem Wallet Setup"
33
description: Ecosystem Wallet Documentation for Sequence's Unreal SDK.
4+
sidebarTitle: Setup
45
---
56

67
### Configure your Ecosystem
78

8-
First, create a `SequenceConfig.init` file by [following our Quickstart guide](/sdk/unreal/getting_started)
9+
First, download [v3 from the SDK's GitHub Releases](https://github.com/0xsequence/sequence-unreal/releases/tag/v3.0.0-beta)
10+
to access Ecosystem Wallets. You can download one of the `.zip` files, depending on the Unreal Engine version you are using.
11+
12+
Create a `SequenceConfig.init` file by [following our Quickstart guide](/sdk/unreal/getting_started)
913

1014
Next, fill in the required fields:
1115

0 commit comments

Comments
 (0)