Unity
This SDK assumes that you have a basic understanding of Unity, ERC721 and EVM practices.
This documentation currently supports WebGL, IOS and Android builds. Other platforms may work but there is no guarantee. We will extend our support to other platforms after we have stabilized our current architecture.
- Mobile IDE: If you want to test your Mobile Builds we recommend you to download a Mobile Development IDE with Device Simulation Capabilities such as Xcode.
- Assets: Some of the scenes require assets to work properly. If you do not have any assets you can always use the Cronos Testnet and generate some ERC721 test assets. You can read more around integration methods here.
Depending on your preferred build settings we recommend to install platform packages for
WebGL
, IOS
and Android
from your Unity build settings.You can use the following RPC methods. By default, we use the mainnet rpc method.
Mainnet
Testnet
- RPC Method:
https://evm-dev.cronos.org
- Chain ID: 25
- RPC Method:
https://evm-dev-t3.cronos.org
- Chain ID: 338
You can clone the following repository.
$ git clone [email protected]:ChainSafe/web3.unity.git
Create a new project directly from your Unity Hub. In the next step Choose 3D as your project type.

Now you have to import the content of the cloned repository (web3.unity) directly into your newly created project assets folder.
Last modified 1yr ago