Skip to content

Commit de9fb50

Browse files
committed
Release 3.0.2 [skip ci]
1 parent 8897d83 commit de9fb50

File tree

319 files changed

+200
-201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+200
-201
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "io.chainsafe.web3-unity.hyperplay",
3-
"version": "3.0.1",
4-
"displayName": "web3.unity SDK HyperPlay",
5-
"description": "This package includes the integration of HyperPlay, which you can use with our Gaming SDK.",
6-
"license": "LGPL-3.0-only",
7-
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8-
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9-
"dependencies": {
10-
"com.unity.nuget.newtonsoft-json": "3.0.2",
11-
"io.chainsafe.web3-unity": "3.0.1"
12-
},
13-
"keywords": [
14-
"web3",
15-
"ethereum",
16-
"evm",
17-
"blockchain",
18-
"nft",
19-
"hyperplay"
20-
],
21-
"author": {
22-
"name": "ChainSafe Gaming",
23-
"email": "[email protected]",
24-
"url": "https://gaming.chainsafe.io/"
25-
}
2+
"name": "io.chainsafe.web3-unity.hyperplay",
3+
"version": "3.0.2",
4+
"displayName": "web3.unity SDK HyperPlay",
5+
"description": "This package includes the integration of HyperPlay, which you can use with our Gaming SDK.",
6+
"license": "LGPL-3.0-only",
7+
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8+
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9+
"dependencies": {
10+
"com.unity.nuget.newtonsoft-json": "3.0.2",
11+
"io.chainsafe.web3-unity": "3.0.2"
12+
},
13+
"keywords": [
14+
"web3",
15+
"ethereum",
16+
"evm",
17+
"blockchain",
18+
"nft",
19+
"hyperplay"
20+
],
21+
"author": {
22+
"name": "ChainSafe Gaming",
23+
"email": "[email protected]",
24+
"url": "https://gaming.chainsafe.io/"
25+
}
2626
}
Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
{
2-
"name": "io.chainsafe.web3-unity.lootboxes",
3-
"version": "3.0.1",
4-
"displayName": "web3.unity SDK Lootboxes",
5-
"description": "This additional package provides you with sample scene and sample scripts for opening lootboxes of various types",
6-
"license": "LGPL-3.0-only",
7-
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8-
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9-
"dependencies": {
10-
"io.chainsafe.web3-unity": "3.0.1"
11-
},
12-
"keywords": [
13-
"web3",
14-
"ethereum",
15-
"evm",
16-
"blockchain",
17-
"nft"
18-
],
19-
20-
"samples": [
21-
{
22-
"displayName": "Lootboxes Samples",
23-
"description": "Contains Sample scene and some basic interaction with Chainlink Lootboxes.",
24-
"path": "Samples~/Web3.Unity Chainlink Lootboxes"
25-
}
26-
],
27-
"author": {
28-
"name": "ChainSafe Gaming",
29-
"email": "[email protected]",
30-
"url": "https://gaming.chainsafe.io/"
2+
"name": "io.chainsafe.web3-unity.lootboxes",
3+
"version": "3.0.2",
4+
"displayName": "web3.unity SDK Lootboxes",
5+
"description": "This additional package provides you with sample scene and sample scripts for opening lootboxes of various types",
6+
"license": "LGPL-3.0-only",
7+
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8+
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9+
"dependencies": {
10+
"io.chainsafe.web3-unity": "3.0.2"
11+
},
12+
"keywords": [
13+
"web3",
14+
"ethereum",
15+
"evm",
16+
"blockchain",
17+
"nft"
18+
],
19+
"samples": [
20+
{
21+
"displayName": "Lootboxes Samples",
22+
"description": "Contains Sample scene and some basic interaction with Chainlink Lootboxes.",
23+
"path": "Samples~/Web3.Unity Chainlink Lootboxes"
3124
}
25+
],
26+
"author": {
27+
"name": "ChainSafe Gaming",
28+
"email": "[email protected]",
29+
"url": "https://gaming.chainsafe.io/"
30+
}
3231
}
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "io.chainsafe.web3-unity.marketplace",
3-
"version": "3.0.1",
4-
"displayName": "web3.unity SDK Marketplace",
5-
"description": "This package includes the integration of ChainSafe's marketplace service, which you can use with our Gaming SDK.",
6-
"license": "LGPL-3.0-only",
7-
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8-
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9-
"dependencies": {
10-
"com.unity.nuget.newtonsoft-json": "3.0.2",
11-
"io.chainsafe.web3-unity": "3.0.1"
12-
},
13-
"keywords": [
14-
"web3",
15-
"ethereum",
16-
"evm",
17-
"blockchain",
18-
"nft",
19-
"marketplace"
20-
],
21-
"author": {
22-
"name": "ChainSafe Gaming",
23-
"email": "[email protected]",
24-
"url": "https://gaming.chainsafe.io/"
25-
},
26-
"samples": [
27-
{
28-
"displayName": "Marketplace Samples",
29-
"description": "Contains example of integration and usage of Marketplace functionality.",
30-
"path": "Samples~/Web3.Unity Marketplace"
31-
}
32-
]
2+
"name": "io.chainsafe.web3-unity.marketplace",
3+
"version": "3.0.2",
4+
"displayName": "web3.unity SDK Marketplace",
5+
"description": "This package includes the integration of ChainSafe's marketplace service, which you can use with our Gaming SDK.",
6+
"license": "LGPL-3.0-only",
7+
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8+
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9+
"dependencies": {
10+
"com.unity.nuget.newtonsoft-json": "3.0.2",
11+
"io.chainsafe.web3-unity": "3.0.2"
12+
},
13+
"keywords": [
14+
"web3",
15+
"ethereum",
16+
"evm",
17+
"blockchain",
18+
"nft",
19+
"marketplace"
20+
],
21+
"author": {
22+
"name": "ChainSafe Gaming",
23+
"email": "[email protected]",
24+
"url": "https://gaming.chainsafe.io/"
25+
},
26+
"samples": [
27+
{
28+
"displayName": "Marketplace Samples",
29+
"description": "Contains example of integration and usage of Marketplace functionality.",
30+
"path": "Samples~/Web3.Unity Marketplace"
31+
}
32+
]
3333
}
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "io.chainsafe.web3-unity.mud",
3-
"version": "3.0.1",
4-
"displayName": "web3.unity SDK MUD",
5-
"description": "This package includes the integration of MUD, which you can use with our Gaming SDK.",
6-
"license": "LGPL-3.0-only",
7-
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8-
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9-
"dependencies": {
10-
"io.chainsafe.web3-unity": "3.0.1"
11-
},
12-
"keywords": [
13-
"web3",
14-
"ethereum",
15-
"evm",
16-
"blockchain",
17-
"nft",
18-
"marketplace",
19-
"mud"
20-
],
21-
"author": {
22-
"name": "ChainSafe Gaming",
23-
"email": "[email protected]",
24-
"url": "https://gaming.chainsafe.io/"
25-
},
26-
"samples": [
27-
{
28-
"displayName": "Marketplace Samples",
29-
"description": "Contains example of integration and usage of Marketplace functionality.",
30-
"path": "Samples~/Web3.Unity MUD"
31-
}
32-
]
2+
"name": "io.chainsafe.web3-unity.mud",
3+
"version": "3.0.2",
4+
"displayName": "web3.unity SDK MUD",
5+
"description": "This package includes the integration of MUD, which you can use with our Gaming SDK.",
6+
"license": "LGPL-3.0-only",
7+
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8+
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9+
"dependencies": {
10+
"io.chainsafe.web3-unity": "3.0.2"
11+
},
12+
"keywords": [
13+
"web3",
14+
"ethereum",
15+
"evm",
16+
"blockchain",
17+
"nft",
18+
"marketplace",
19+
"mud"
20+
],
21+
"author": {
22+
"name": "ChainSafe Gaming",
23+
"email": "[email protected]",
24+
"url": "https://gaming.chainsafe.io/"
25+
},
26+
"samples": [
27+
{
28+
"displayName": "Marketplace Samples",
29+
"description": "Contains example of integration and usage of Marketplace functionality.",
30+
"path": "Samples~/Web3.Unity MUD"
31+
}
32+
]
3333
}
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "io.chainsafe.web3-unity.ramp",
3-
"version": "3.0.1",
4-
"displayName": "web3.unity SDK Ramp",
5-
"description": "This package includes the integration of Ramp's ramp service, which you can use with our Gaming SDK.",
6-
"license": "LGPL-3.0-only",
7-
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8-
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9-
"dependencies": {
10-
"com.unity.nuget.newtonsoft-json": "3.0.2",
11-
"io.chainsafe.web3-unity": "3.0.1"
12-
},
13-
"keywords": [
14-
"web3",
15-
"ethereum",
16-
"evm",
17-
"blockchain",
18-
"nft",
19-
"ramp"
20-
],
21-
"author": {
22-
"name": "ChainSafe Gaming",
23-
"email": "[email protected]",
24-
"url": "https://gaming.chainsafe.io/"
25-
},
26-
"samples": [
27-
{
28-
"displayName": "Ramp Samples",
29-
"description": "Contains example of integration and usage of Ramp functionality.",
30-
"path": "Samples~/Web3.Unity Ramp"
31-
}
32-
]
2+
"name": "io.chainsafe.web3-unity.ramp",
3+
"version": "3.0.2",
4+
"displayName": "web3.unity SDK Ramp",
5+
"description": "This package includes the integration of Ramp's ramp service, which you can use with our Gaming SDK.",
6+
"license": "LGPL-3.0-only",
7+
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8+
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9+
"dependencies": {
10+
"com.unity.nuget.newtonsoft-json": "3.0.2",
11+
"io.chainsafe.web3-unity": "3.0.2"
12+
},
13+
"keywords": [
14+
"web3",
15+
"ethereum",
16+
"evm",
17+
"blockchain",
18+
"nft",
19+
"ramp"
20+
],
21+
"author": {
22+
"name": "ChainSafe Gaming",
23+
"email": "[email protected]",
24+
"url": "https://gaming.chainsafe.io/"
25+
},
26+
"samples": [
27+
{
28+
"displayName": "Ramp Samples",
29+
"description": "Contains example of integration and usage of Ramp functionality.",
30+
"path": "Samples~/Web3.Unity Ramp"
31+
}
32+
]
3333
}
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "io.chainsafe.web3-unity.web3auth",
3-
"version": "3.0.1",
4-
"displayName": "web3.unity SDK Web3Auth",
5-
"description": "web3.unity is an open-source gaming SDK written in C# and developed by ChainSafe Gaming. It connects games built in the Unity game engine to the blockchain. The library currently supports games built for web browsers (WebGL), iOS/Android mobile, and desktop. web3.unity is compatible with most EVM-based chains such as Ethereum, Polygon, Moonbeam, Cronos, Nervos, and Binance Smart Chain, letting developers easily choose and switch between them to create the best in-game experience.",
6-
"license": "LGPL-3.0-only",
7-
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8-
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9-
"dependencies": {
10-
"com.unity.nuget.newtonsoft-json": "3.0.2",
11-
"io.chainsafe.web3-unity": "3.0.1"
12-
},
13-
"keywords": [
14-
"web3",
15-
"ethereum",
16-
"evm",
17-
"blockchain",
18-
"nft"
19-
],
20-
"author": {
21-
"name": "ChainSafe Gaming",
22-
"email": "[email protected]",
23-
"url": "https://gaming.chainsafe.io/"
24-
}
25-
}
2+
"name": "io.chainsafe.web3-unity.web3auth",
3+
"version": "3.0.2",
4+
"displayName": "web3.unity SDK Web3Auth",
5+
"description": "web3.unity is an open-source gaming SDK written in C# and developed by ChainSafe Gaming. It connects games built in the Unity game engine to the blockchain. The library currently supports games built for web browsers (WebGL), iOS/Android mobile, and desktop. web3.unity is compatible with most EVM-based chains such as Ethereum, Polygon, Moonbeam, Cronos, Nervos, and Binance Smart Chain, letting developers easily choose and switch between them to create the best in-game experience.",
6+
"license": "LGPL-3.0-only",
7+
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
8+
"documentationUrl": "https://docs.gaming.chainsafe.io/",
9+
"dependencies": {
10+
"com.unity.nuget.newtonsoft-json": "3.0.2",
11+
"io.chainsafe.web3-unity": "3.0.2"
12+
},
13+
"keywords": [
14+
"web3",
15+
"ethereum",
16+
"evm",
17+
"blockchain",
18+
"nft"
19+
],
20+
"author": {
21+
"name": "ChainSafe Gaming",
22+
"email": "[email protected]",
23+
"url": "https://gaming.chainsafe.io/"
24+
}
25+
}

0 commit comments

Comments
 (0)