Beta versions are not as thoroughly tested as stable
Access codes, split Cordova exporter, and more.
07 June, 2017 ()
Email Me New Releases
Don't miss out on the latest and greatest new features in Construct 3
Notes
This build introduces a new Enter access code option in the account menu. This is intended for educational customers: you can use the new seat management system to create a time-limited access code for running classes with the full features of Construct 3! On the other hand if you use Construct 3 for personal or business use this probably doesn't apply to you, so you can ignore the new option.
One more significant change is we've now split the Cordova export option in to separate Android and iOS exporters. Both still use Cordova much like doing a Cordova export with just one platform selected previously. The main reason we've done this is because it's difficult to manage per-platform dependencies. For example iOS requires extra Cordova plugins to be applied for WKWebView to work, as well as needing a bundled software Opus decoder. If you build for Android at the same time, these unnecessary plugins and dependencies get thrown in to the Android build as well, which bloats the APK. In some cases the reverse also happens, and Android dependencies get bundled with iOS. By limiting builds to a single platform, we can ensure you get the minimum necessary dependencies bundled in the app.
Other than that, there's the usual batch of additions, changes and bug fixes!
Like this Release?
Let us know with a thumbs up!
Launch r36
New Features
Access codes for temporary licensed usage (intended for Education licenses)
New Additions
Option to resize after pasting an image larger than the current canvas in the image editor
Display the current tile transformation in the Tilemap Bar
Scroll icon view container while dragging an element towards the edge of the container
Changes
Cordova exporter: now has separate Android and iOS export options. This ensures only platform-specific dependencies are included.
Parameters dialog: autocomplete list now sizes width to content instead of scrolling horizontally
Event Sheet View: event includes can no longer be drag-dropped/cut-pasted in to sub-events
Bug Fixes
Parameters dialog: possible crashes typing system expressions
Event Sheet View: possible crash copy-pasting events with local variables
Event Sheet View: use a better insert position when adding an include
Crash when changing layouts while editing the name of a layer in the Layers Bar
Image editor crashes when imported files are deleted on the local file system
Crash when setting image points
Share Construct 3 Release r36 Now