-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
319 changed files
with
200 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "io.chainsafe.web3-unity.hyperplay", | ||
"version": "3.0.1", | ||
"displayName": "web3.unity SDK HyperPlay", | ||
"description": "This package includes the integration of HyperPlay, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.1" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"hyperplay" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
} | ||
"name": "io.chainsafe.web3-unity.hyperplay", | ||
"version": "3.0.2", | ||
"displayName": "web3.unity SDK HyperPlay", | ||
"description": "This package includes the integration of HyperPlay, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.2" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"hyperplay" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,31 @@ | ||
{ | ||
"name": "io.chainsafe.web3-unity.lootboxes", | ||
"version": "3.0.1", | ||
"displayName": "web3.unity SDK Lootboxes", | ||
"description": "This additional package provides you with sample scene and sample scripts for opening lootboxes of various types", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"io.chainsafe.web3-unity": "3.0.1" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft" | ||
], | ||
|
||
"samples": [ | ||
{ | ||
"displayName": "Lootboxes Samples", | ||
"description": "Contains Sample scene and some basic interaction with Chainlink Lootboxes.", | ||
"path": "Samples~/Web3.Unity Chainlink Lootboxes" | ||
} | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
"name": "io.chainsafe.web3-unity.lootboxes", | ||
"version": "3.0.2", | ||
"displayName": "web3.unity SDK Lootboxes", | ||
"description": "This additional package provides you with sample scene and sample scripts for opening lootboxes of various types", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"io.chainsafe.web3-unity": "3.0.2" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft" | ||
], | ||
"samples": [ | ||
{ | ||
"displayName": "Lootboxes Samples", | ||
"description": "Contains Sample scene and some basic interaction with Chainlink Lootboxes.", | ||
"path": "Samples~/Web3.Unity Chainlink Lootboxes" | ||
} | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
} | ||
} |
62 changes: 31 additions & 31 deletions
62
Packages/io.chainsafe.web3-unity.marketplace/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "io.chainsafe.web3-unity.marketplace", | ||
"version": "3.0.1", | ||
"displayName": "web3.unity SDK Marketplace", | ||
"description": "This package includes the integration of ChainSafe's marketplace service, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.1" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"marketplace" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
}, | ||
"samples": [ | ||
{ | ||
"displayName": "Marketplace Samples", | ||
"description": "Contains example of integration and usage of Marketplace functionality.", | ||
"path": "Samples~/Web3.Unity Marketplace" | ||
} | ||
] | ||
"name": "io.chainsafe.web3-unity.marketplace", | ||
"version": "3.0.2", | ||
"displayName": "web3.unity SDK Marketplace", | ||
"description": "This package includes the integration of ChainSafe's marketplace service, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.2" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"marketplace" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
}, | ||
"samples": [ | ||
{ | ||
"displayName": "Marketplace Samples", | ||
"description": "Contains example of integration and usage of Marketplace functionality.", | ||
"path": "Samples~/Web3.Unity Marketplace" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "io.chainsafe.web3-unity.mud", | ||
"version": "3.0.1", | ||
"displayName": "web3.unity SDK MUD", | ||
"description": "This package includes the integration of MUD, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"io.chainsafe.web3-unity": "3.0.1" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"marketplace", | ||
"mud" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
}, | ||
"samples": [ | ||
{ | ||
"displayName": "Marketplace Samples", | ||
"description": "Contains example of integration and usage of Marketplace functionality.", | ||
"path": "Samples~/Web3.Unity MUD" | ||
} | ||
] | ||
"name": "io.chainsafe.web3-unity.mud", | ||
"version": "3.0.2", | ||
"displayName": "web3.unity SDK MUD", | ||
"description": "This package includes the integration of MUD, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"io.chainsafe.web3-unity": "3.0.2" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"marketplace", | ||
"mud" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
}, | ||
"samples": [ | ||
{ | ||
"displayName": "Marketplace Samples", | ||
"description": "Contains example of integration and usage of Marketplace functionality.", | ||
"path": "Samples~/Web3.Unity MUD" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "io.chainsafe.web3-unity.ramp", | ||
"version": "3.0.1", | ||
"displayName": "web3.unity SDK Ramp", | ||
"description": "This package includes the integration of Ramp's ramp service, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.1" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"ramp" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
}, | ||
"samples": [ | ||
{ | ||
"displayName": "Ramp Samples", | ||
"description": "Contains example of integration and usage of Ramp functionality.", | ||
"path": "Samples~/Web3.Unity Ramp" | ||
} | ||
] | ||
"name": "io.chainsafe.web3-unity.ramp", | ||
"version": "3.0.2", | ||
"displayName": "web3.unity SDK Ramp", | ||
"description": "This package includes the integration of Ramp's ramp service, which you can use with our Gaming SDK.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.2" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft", | ||
"ramp" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
}, | ||
"samples": [ | ||
{ | ||
"displayName": "Ramp Samples", | ||
"description": "Contains example of integration and usage of Ramp functionality.", | ||
"path": "Samples~/Web3.Unity Ramp" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"name": "io.chainsafe.web3-unity.web3auth", | ||
"version": "3.0.1", | ||
"displayName": "web3.unity SDK Web3Auth", | ||
"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.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.1" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
} | ||
} | ||
"name": "io.chainsafe.web3-unity.web3auth", | ||
"version": "3.0.2", | ||
"displayName": "web3.unity SDK Web3Auth", | ||
"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.", | ||
"license": "LGPL-3.0-only", | ||
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE", | ||
"documentationUrl": "https://docs.gaming.chainsafe.io/", | ||
"dependencies": { | ||
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"io.chainsafe.web3-unity": "3.0.2" | ||
}, | ||
"keywords": [ | ||
"web3", | ||
"ethereum", | ||
"evm", | ||
"blockchain", | ||
"nft" | ||
], | ||
"author": { | ||
"name": "ChainSafe Gaming", | ||
"email": "[email protected]", | ||
"url": "https://gaming.chainsafe.io/" | ||
} | ||
} |
Oops, something went wrong.