Beta versions are not as thoroughly tested as stable
Bug fixes, new SDK features
08 January, 2018 ()
Email Me New Releases
Don't miss out on the latest and greatest new features in Construct 3
Notes
This build is mostly a batch of bug fixes to help make sure Construct 3 works smoothly for everyone. The main improvements are in the addon SDK where we have two major improvements.
Firstly third-party plugins can now draw text in the editor. This helps fill in a missing feature that C2's SDK had, so hopefully text-based third-party plugins can now also be ported to C3.
Secondly we are working on a major new SDK feature called the custom importer API. This allows plugins to hook in to handling files that are drag-and-dropped in to the editor. The intent is for software like Spriter and Spine (which handle 2D skeletal animation) to write and maintain their own file format importers. For C2 we had a hard-coded importer for Spriter files, but it was difficult to write and maintain, and inflexible (only handling one format, which is somewhat unfair to other software like Spine). Now these developers, and any others, can use the SDK to handle any kind of file format that is dropped in to C3. The API has built-in support for reading from zip files (which we recommend for bundling up related files), and the necessary features to extract data, create sprites, update image data, position and orient instances, and so on. We've added a lot of APIs to the SDK to open up full customisation of projects so addons can do any necessary importing work, but we expect this will take several more releases to get right as we get feedback from developers and fill in any more APIs they need. Still, this is an exciting feature and should open up some new interesting cases for extensibility in Construct 3!
Like this Release?
Let us know with a thumbs up!
Launch r76
New Additions
Cordova options dialog: can now choose Android 8.1 as minimum version
Changes
Typo in Mobile Advert plugin: label for rewarded video was same as interstitial
Bug Fixes
Project Bar: crash if attempting to delete all layouts from project
Event Sheet View: project file and layout parameters did not always update when renamed
Properly load size of sprite instances when they have a scale of -1 in both axes
Autosave no longer tries to save the file if the editor has crashed
Projects were sometimes marked as changed (with no modification) when opened via recent projects
The value "0" could not be deleted from the array / dictionary editor
Overriding a project, then reopening the save dialog will point at the old project
Crash when attempting to import an invalid audio file
SDK updates
New APIs for text rendering in the editor
Initial version of custom importer API
Language updates
The Cordova options dialog is now fully translatable
Share Construct 3 Release r76 Now