With support for C++ and Blueprint, the Cronos Play for Unreal Engine Plugin lets you easily connect to the Cronos blockchain.
The Cronos Play Unreal Engine Plugin enables games to interact easily with the Cronos blockchain and with common Web3 smart contract standards. These include ERC20 fungible token contracts and ERC721 and ERC1155 non-fungible token (NFT) contracts. Game developers will be able to let end-users log in with their crypto wallets via WalletConnect.
End-users may then access Cronos as part of their in-game interactions. For example, end-users can retrieve their cryptocurrency and NFT token balances, trade, stake, or lend their assets. They can even leverage their holdings to access premium content as part of a suite of out-of-the-box functionalities.
This plugin supports both C++ and Blueprints Visual Scripting development. It is compatible with Unreal Engine 4.27, 5.0, and 5.1.
Documentation: https://docs.cronos.org/cronos-play/getting-started_unreal
Release Page: https://github.com/cronos-labs/play-unreal-plugin/releases
Recent Releases:
Features:
Easily obtain the following pieces of contract/wallet address information by using Blueprint or C++
-Get Token Symbol
-Token Name
-Token TotalSupply
-Token Balance
-Account Balance
-Get TokenURI
-Get ERC20 Transaction History
-Get ERC721 Transaction History
Transfer Functions
–Transfer ERC20, ERC721, ERC1155 tokens using the allowance mechanism
–Allow `approved_address` to withdraw ERC20, ERC721, ERC1155 tokens from your account multiple times, up to the `amount` amount
Wallet Functions
–Connect with WalletConnect
–Restore wallet from mnemonic words
Code Modules:
Number of Blueprints: 92
Number of C++ Classes: 6
Network Replicated: No
Supported Development Platforms: Win64, Mac, Linux
Supported Target Build Platforms: Win64, Mac, Linux, Android, iOS
Important/Additional Notes: Please visit Cronos Play or fill Contact Form for more information.