Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/semver-5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakzttv authored Sep 8, 2023
2 parents 0bab840 + eec5b45 commit 53cc11f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
4 changes: 4 additions & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Nethereum
networkID
Newtonsoft
NewtonSoft
newtonsoft
NFT
NFTPixels
nft-textures
Expand All @@ -112,11 +113,13 @@ Rinkeby
rpc
RPC
SampleScene
SKALE
SDK
SDK.
SDK's
send-contract-through-webgl
send-transaction-through-webgl
Sepolia
sha3
SHA3
sign-through-webgl
Expand Down Expand Up @@ -220,6 +223,7 @@ CRO
Chain721
tokenIds
URIs
url
cryptographic
setting-up-an-rpc-node
Chainstack's
Expand Down
22 changes: 22 additions & 0 deletions docs/1_chainsafe-gaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,28 @@ Out-of-the-box, web3.unity comes with Unity prefabs & tooling that will make bui

[Click here](https://docs.gaming.chainsafe.io/legacy/getting-started) to open legacy documentation for web3.unity.

## Supported Chains 

Web3.Unity should work with any EVM based network on the blockchain. Below you'll find a list of tested and approved networks, however you can find a wider range of supported networks on [Chainlist](https://chainlist.org/):

| Network Name | Type of Chain | Chain ID |
| ------------ | ------------- | ----------- |
| ETH Mainnet | Mainnet | 1 |
| Polygon | Mainnet | 137 |
| BSC | Mainnet | 56 |
| BSC | Testnet | 97 |
| Avalanche | Mainnet | 43114 |
| Avalanche | Testnet | 43113 |
| Mumbai | Testnet | 80001 |
| Goerli | Testnet | 5 |
| Cronos | Mainnet | 25 |
| Cronos | Testnet | 338 |
| Moonbeam | Mainnet | 1284 |
| SKALE Nebula | Mainnet | 1482601649 |
| SKALE Nebula | Testnet | 503129905 |
| SKALE Chaos | Testnet | 1351057110 |
| Sepolia | Testnet | 11155111 |

## Additional Resources

If you are new to web3.unity and blockchain-enabled gaming, we recommend that you read over these docs carefully, starting with [Current SDK Builds (v2.x)](#current-sdk-builds-v2x). If you are new to building with the Unity game engine, the [Unity3D manual](https://docs.unity3d.com/Manual/index.html) is another great place to start.
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/20_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Frequently asked questions about the ChainSafe gaming SDK.

**Q:** I'm seeing the following error when I install the package. **The type or namespace name 'Newtonsoft' could not be found**

**A:** NewtonSoft is a dependency of the SDK and needs to be installed for the SDK to work. This could be found on the Unity Asset store [JSON.NET](https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347)
**A:** NewtonSoft is a dependency of the SDK and needs to be installed for the SDK to work. This can be found by going to window->package manager->pressing the + button on the top left, pressing add via git url and pasting in "com.unity.nuget.newtonsoft-json@3.0.1".

**Q:** I'm getting the following error when trying to import an NFT texture into the SDK. **Curl error 1: Protocol "ipfs" not supported or disabled in libcurl**

Expand Down
2 changes: 1 addition & 1 deletion docs/v1/3_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Once you have downloaded the web3.unitypackage you will need to create a new Uni

![](assets/new_project.png)

Now, that we have created a new project and have a clean interface to work with we can now import the SDK into our project.
Now that we have created a new project and have a clean interface to work with, we can import the SDK into our project. If you see a newtonsoft error you can manually install the package by going to window->package manager->pressing the + button on the top left, pressing add via git url and pasting in "[email protected]".

![](assets/step4.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/v2/18_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Yes, the SDK will remain free to use.

### I'm seeing the following error when I install the package. `The type or namespace name 'Newtonsoft' could not be found`

NewtonSoft is a dependency of the SDK and needs to be installed for the SDK to work. This can be found on the Unity Asset store [JSON.NET](https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347)
NewtonSoft is a dependency of the SDK and needs to be installed for the SDK to work. This can be found by going to window->package manager->pressing the + button on the top left, pressing add via git url and pasting in "com.unity.nuget.newtonsoft-json@3.0.1".

### I'm getting the following error when trying to import an NFT texture into the SDK. `Curl error 1: Protocol "ipfs" not supported or disabled in libcurl`

Expand Down
2 changes: 1 addition & 1 deletion docs/v2/3_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Once you have downloaded the `web3.unitypackage` bundle to your computer, you wi

![](v2Assets/new_project.png)

Now that we have created a new project and have a clean interface to work with, we can import the SDK into our project.
Now that we have created a new project and have a clean interface to work with, we can import the SDK into our project. If you see a newtonsoft error you can manually install the package by going to window->package manager->pressing the + button on the top left, pressing add via git url and pasting in "[email protected]".

![](v2Assets/step4.png)

Expand Down

0 comments on commit 53cc11f

Please sign in to comment.