Skip to content

Developing a complete game template and toolkit for building blockchain games on Solana with Unreal Engine 5.

License

Notifications You must be signed in to change notification settings

Rio556/Solana-UnrealEngine5-SDK

 
 

Repository files navigation

Solana Unreal Engine 5 SDK

solanaue5-bifrost

Developing a complete game template and toolkit for building blockchain games on Solana with Unreal Engine 5.

The toolkit comes with a starting template for Solana games(top down, 3rd person or first person), a multiplayer game server SDK, and REST API Http server to handle global server calls for players.

Using UnrealCLR, we can use SOL.NET and the power of .NET runtime inside the game giving developers the ability to communicate with the Solana blockchain without having to build an entire c++ library from scratch.

For specific application types like VR/AR/XR where an in-game wallet would be needed then we use UnrealCLR to call the Solana UE5 SDK directly in the game. Using LinkStream the game is capable of requesting signing via Tranquility Wallet and popular mobile wallets through encrypted TCP & Websocket loopback mechanics.

About

Developing a complete game template and toolkit for building blockchain games on Solana with Unreal Engine 5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.5%
  • Java 19.9%
  • C# 11.2%
  • C 2.4%