I wanted to create an example project to help the community learn how to connect Hive Keychain to a Unity project, this should be helpful for game and application developers looking for a easy to setup option.
Learn more on the Full Hive Post & Follow me for updates!
- Hive.cs
- yourjavascript.jslib
In short the Hive.cs script is able to talk with the jslib code in unity so that you can connect and send transaction over hive.
You will need to code you custom action sin yourjavascript.jslib then call them using Hive.cs in your project which will allow you to use the Hive Keychain in your project!