You can refer to the Unity Download Section
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.
{% tabs %} {% tab title="Mainnet" %}
- RPC Method:
https://evm-dev.cronos.org
- Chain ID: 25 {% endtab %}
{% tab title="Testnet" %}
- RPC Method:
https://evm-dev-t3.cronos.org
- Chain ID: 338 {% endtab %} {% endtabs %}
You can clone the following repository.
$ git clone [email protected]:ChainSafe/web3.unity.git
Or you can download the latest releases
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.