Releases: wezrule/UE4NanoPlugin
Releases · wezrule/UE4NanoPlugin
v1.0.1
Released v1.0
First production ready Nano plugin release!
New updates:
- QRCode support for both payments and scanning private keys for payouts in arcade-style setups
- Tested on all desktop (Linux, MacOS, Windows) and mobile operating systems (Android/iOS)
- Multiplayer server side validation of payments with block hand-off
- New websocket server which allows listening to all confirmation callbacks (useful for visualisers)
- More utility helper functions for C++/blueprints
- Reduced file size from 24MB to 3MB and removed all other 3rd party UE plugin dependencies.
- Test Level has been updated to include the new features and is better documented
- Unit tests for the blueprint library functions
- A lot more documentation! with recommendation setups for arcades, single-player and multiplayer games.
- Many other improvements and bug fixes