dojoengine / dojo.unity

Seamless integrate onchain game logic and state into your Unity game
https://book.dojoengine.org/client/sdk/unity
MIT License
25 stars 15 forks source link

Avoid c# exceptions #57

Open Larkooo opened 1 month ago

Larkooo commented 1 month ago

Wrap all of the functions susceptible to fail / panic in the unity sdk / dojo.c bindings to not throw but instead return a failure status

mimiethetechsis commented 1 month ago

@Larkooo can I take this?

ScottyDavies commented 1 week ago

Hello @Larkooo can i work on this?