Releases: Kirbyrawr/stellar-sample-unity
2.9 (Nightly)
VERSION
- 2.9 (Nightly)
DISTRIBUTION
- The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
- Updated Stellar .Net Library to the latest one.
- Horizon 1.0.0 compatible.
- Added LibSodium and NSec Libraries with modifications to make it work for all the platforms.
- Added rest of dependencies and libraries.
2.5
VERSION
- 2.5
DISTRIBUTION
- The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
- Added latest updates from the C# SDK (Thanks @elucidsoft and @fracek)
- Improved examples logic.
- Redesigned examples scene.
- Added missing namespaces to test classes.
- Added new accounts of testnet. (Until it's done automatically)
- Organized folders and scripts
UStellar 2.4
VERSION
- 2.4
DISTRIBUTION
- The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
- Added needed libraries and their licenses (Apache, thanks Elucidsoft)
- Updated to the latest SDK for work properly.
- Fixed examples.
- Added new accounts of testnet.
UStellar 2.3
VERSION
- 2.3
DISTRIBUTION
- The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
- Updated to latest C# Stellar changes.
- Updated Newtonsoft.Json to version 12.0.1
- Updated Nett to version 0.10
- Updated accounts not working in testnet.
UStellar 2.2
VERSION
- 2.2
DISTRIBUTION
- The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
- Updated C# SDK to latest changes (Latest Commit)
UStellar 2.1
VERSION
- 2.1
DISTRIBUTION
- The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
- Updated C# SDK to latest changes (Latest Commit)
- Updated Unity Version to 2018.2.0f2 (Stable)
We got out of Unity 2018 Beta!
UStellar 2.0b
BREAKING CHANGES
This release changes namespaces, so you will need to change them in your code too.
VERSION
2.0b
REQUERIMENTS: Need version 2018.2.0b1 of Unity or forward.
DISTRIBUTION
The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
Updated SDK to version 2.0
UStellar 1.6b
MPORTANT: Need version 2018.2.0b1 of Unity or forward.
VERSION
1.6b
DISTRIBUTION
The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
Updated SDK to the latest changes.
For see the latest changes, check the commit of my fork:
Kirbyrawr/dotnet-stellar-sdk@05b26f3
UStellar 1.5b
IMPORTANT: Need version 2018.2.0b1 of Unity or forward.
VERSION
1.5b
DISTRIBUTION
The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
Updated SDK to the latest changes.
Removed Chaos DLL since it's now inside the Stellar DLL
Fixed compilation errors
Updated readme
UStellar 1.41b
IMPORTANT: Need version 2018.2.0b1 of Unity or forward.
VERSION
1.41b
DISTRIBUTION
The release comes in a 'UnityPackage' that you can import in your project like another plugin.
CHANGELOG
Removed mcs.rsp since it's no more used.