ChainSafe / web3.unity

🕹 Unity SDK for building games that interact with blockchains.
GNU Lesser General Public License v3.0
922 stars 237 forks source link

Create a setup that allows easy testing of the SDK code #420

Closed Arshia001 closed 1 year ago

Arshia001 commented 1 year ago

Currently, we have to manually set up a new Unity project to be able to test the SDK code. We should create a setup that doesn't take as long and doesn't involve so much manual work, since manual work is always error prone.

Arshia001 commented 1 year ago

We are now able to implement tests in the UPM package as well as the sample project.