Les versions Beta ne sont pas autant testées que les versions Stables

Les versions Beta ne sont pas autant testées que les versions Stables

New timeline examples; mobile export updates; scripting updates

30 September, 2019 ()

Envoyez-moi un courriel lors de nouvelles parutions

Don't miss out on the latest and greatest new features in Construct 3

Créer un compte

Notes

In this release we've added three new Timeline examples to help you get started with the new Timelines feature. Check out the beginner Timeline basic playback example for a simple demonstration, the intermediate Timeline instances example which shows how to change which instance a timeline plays with, and the advanced Timeline drawing example for a more complex demonstration of what's possible with timelines.

We've also made some improvements for mobile exports. Firstly we fixed a couple of bugs involving the new worker mode and low-latency compositing modes not working on Android (in both cases due to Android bugs which Google are working on, so hopefully these can be re-enabled in future). Secondly the way Android permissions work has been improved. Previously every project requested the WRITE_EXTERNAL_STORAGE permission even though it was not really needed; this has now been removed. If your app really needs this there's a new permission checkbox on export so you can opt-in to it, but most apps won't need it. Further, the 'Camera' permission used to also include microphone-related permissions, but this has now been separated in to two options for 'Camera' and 'Microphone' permissions. This allows you to make sure your app uses the minimum necessary permissions if it uses only one of camera or microphone input only.

Finally we have some new scripting APIs, including new methods to adjust the Z order of instances on layers, which wasn't previously possible from scripting. These will be added to the documentation soon. Construct can now also compile WebGL shader programs in parallel where supported. (Check for the WebGL extension KHR_parallel_shader_compile in Construct's Platform Information dialog to see if this is supported.) This should improve startup times in both the editor and runtime , especially since there are several shader programs used internally for normal rendering. And as ever there's a batch of bug fixes!

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

25
Exécuter r169

Nouveaux ajouts

21 favoris
Three new timeline examples in the Start Page: 'Timeline basic playback', 'Timeline instances' and 'Timeline drawing'
21 favoris
Tile Movement: 'Can move in direction' condition - allows checking if a given direction is free of obstructions for a specified number of cells

Changements

3 favoris
Disable worker mode in Instant Games and Playable Ads since like Cordova they use the Android Webview which does not yet support worker mode
4 favoris
Disabled low-latency compositing mode in Cordova/Instant Games/Playable Ads to work around an Android bug that causes it to crash
10 favoris
Mobile exports: separated out the 'Camera' and 'Microphone' permission options (previously 'Microphone' was automatically included with 'Camera')
8 favoris
Android: removed need for automatic 'write external storage' permission. Added an option for it on export in case it's really needed, but most apps don't need it.
8 favoris
Event sheet view: event icons now overlap event number instead of disappearing when running out of space

Corrections de bug

4 favoris
Tilemap: could display incorrectly if dynamically created without being placed on layout
4 favoris
Possible crash when trying to connect to the mobile app build service
4 favoris
Timeline Bar: couldn't properly edit property keyframe relative percentage values
4 favoris
Tilemaps: skip drawing when the tile size is bigger than the tile set source image
3 favoris
Animations Editor: fix save and load in Windows store app

Amélioration des performances

16 favoris
Enable WebGL parallel shader compilation where supported, for faster editor & runtime startup

Scripting updates

5 favoris
Add Platform behavior script interface
4 favoris
Add blendMode and colorRgb properties for instances
8 favoris
Add methods to alter instance's Z order

Partager Construct 3 la parution r169 maintenant

  • 7 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Seperation of permissions and improving the need of permissions is a really good change.

    I like software using as less as permissions as possible.

  • Ashley

    Construct 3 Release r169. When I add or delete an object from Level 1 the same object is added /deleted from other Levels at the same time. I can NOT prevent this from happening. Is this a Bug? Thanks

      • [-] [+]
      • 1
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 1 points
      • (0 children)

      We need all the information in the bug report guidelines to be able to help. I would guess not and you're using a global layer or some such.

  • Last few months, the “Viewport Fit” is not working correctly. In the "auto" mode and in the "cover" mode the same result - the "bangs" overlap the contents (both on android and on ios).

    Can you check?

      • [-] [+]
      • 1
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 1 points
      • (0 children)

      If you think something isn't working right please file a bug report following all the guidelines. As far as we're aware it's working correctly and we can't help without all the information requested in the bug report template.

  • Thanks for the update, but my Instant Games are still crashing :(