A new version is available on Steam and TGC servers. Changes -
- Changed Java detection on Windows
- Updated command list for the parser due to a flaw in the previous build
- Fixed inability to export HTML5
- Fixed a crash on iOS when attempting to restore purchases
- Updated Android export to enable exporting to an App Bundle for Google Play
- The Java Development Kit (JDK) must now be installed prior to exporting an APK or App Bundle
- APKs are now signed with both V1 and V2 signatures to support future versions of Android
- Fixed Google Service App ID field in Android Export dialog being limited to 12 characters
- Fixed array FromJSON() crashing when converting an empty string into an integer or float
- Fixed a problem with the print command not dealing with more than 20 digits in a float. Previously anything greater than this would cause a silent crash.
- Fixed a crash when using SetMusicLoopTimesOGG.
- Added a new find feature for unsorted arrays called IndexOf.
- SetEditBoxTextSize command reference updated.
- Updated command reference for Len and ByteLen.