Cronos Play for Unreal Engine is a plugin for Unreal Engine that allows interacting with blockchain networks in a self-custodial way.
No security audits of this project have ever been performed yet.
The project is still in development and is alpha quality.
USE AT YOUR OWN RISK!
- Unreal Engine 4.27 and 5.0 are supported, i.e. one of them should be installed via the Epic Games Launcher.
- Windows: Visual Studio 2019 or newer
- MacOS: Xcode 13.2.1
Step 1: Download the release zip file in Release page
Skip this step if you prefer building from source.
Step 2: Install play-cpp-sdk
Skip this step if you prefer building from the release zip file.
- Step 2a: Clone this project
- Step 2b: run
make
(mac/linux) or runinstall-play-cpp-sdk.bat
(windows) to setup play-cpp-sdk.
Make sure you use Visual Studio 2019 or newer.
Make sure you use Xcode 13.2.1 (Xcode 13.3 or newer has unused variables errors when compiling the unreal source codes, until the issue is fixed by Epic Games).
If you are a game developer, please visit Cronos Play or fill this Contact Form for more information.