Beta versions are not as thoroughly tested as stable

Beta versions are not as thoroughly tested as stable

Beta branch

Construct Animate r459

Physics collision filtering; new blend modes; new examples & more

28 October, 2025 ()

Email Me New Releases

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

Notes

It's the start of a new release cycle, and we're kicking things off with a new option for per-instance Physics collision filtering! Much like with the solid collision filter for Sprites, you can now specify instance tags that the Physics behavior will either only collide with (in "include" mode), or not collide with (in "exclude" mode). Previously you could disable collisions for entire object types, but this works for individual instances. While we were looking at tags, we also revised a few things in other tagging systems for consistency - notably ensuring instance tags are case-insensitive. Technically that's a breaking change, but we think this is unlikely to cause any problems in practice.

We've also added four new blend modes: lighten, darken, multiply and screen. These work similarly (but not always exactly identically) to the corresponding shader effects. However setting a blend mode is much more efficient than using a shader effect (due to using GPU fixed function blending rather than going through the effect compositor), and they can also be used by scripts and plugins, so they're handy new options to have.

There's a range of other updates, including for timelines, treatments of subfolders, and also a new example to check out. Happy testing!

Like this Release?

Let us know with a thumbs up!

UpvoteUpvote 9 DownvoteDownvote
Launch r459

Changelog iconNew Additions

Not favoritedFavorited Favorited 0 favourites
Physics: support for per-instance collision filtering
Not favoritedFavorited Favorited 0 favourites
New example 'Perseverance'
Not favoritedFavorited Favorited 0 favourites
Support for four new blend modes: lighten, darken, multiply and screen
Not favoritedFavorited Favorited 0 favourites
Timelines: option to choose how a new animation should continue playing in 'Initial animation' track
Not favoritedFavorited Favorited 0 favourites
Add 'Replace' option for 'Change tags' action

Changelog iconChanges

Not favoritedFavorited Favorited 0 favourites
Update example projects to use new blend modes where appropriate
Not favoritedFavorited Favorited 0 favourites
Windows WebView2: update to WebView2 SDK v1.0.3537.50 (take 2)
Not favoritedFavorited Favorited 0 favourites
Treat instance tags as case-insensitive
Not favoritedFavorited Favorited 0 favourites
Display subfolder path for audio/project files in event sheets
Not favoritedFavorited Favorited 0 favourites
The default Z axis scale for new projects is now 'Regular' instead of 'Normalized'

Changelog iconBug Fixes

Not favoritedFavorited Favorited 0 favourites
Timelines: use the value of the last passed keyframe when a timeline is playing backwards in 'Keyframe' animation mode
Not favoritedFavorited Favorited 0 favourites
Timelines: avoid applying animation frame changes from a timeline if they will not produce meaningful changes

Changelog iconPerformance Improvements

Not favoritedFavorited Favorited 0 favourites
Optimize 'Has tags' condition performance when using a single tag

Changelog iconScripting updates

Not favoritedFavorited Favorited 0 favourites
Add IPhysicsBehaviorInstance method setCollisionFilter()
Not favoritedFavorited Favorited 0 favourites
Allow passing any string iterable for IInstance setAllTags()
Not favoritedFavorited Favorited 0 favourites
Add IInstance hasTag()

Share Construct Animate Release r459 Now

  • 1 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • id error, i cant update my game

    Error

    In the Play Console advertising ID declaration, it indicates that your app uses an advertising ID.

    A manifest file in one of your active artifacts does not include the permission com.google.android.gms.permission.AD_ID.

    If you don’t include this permission in the manifest file, the advertising identifier will be converted into a string of zeros.

    This can cause advertising and analytics use cases to stop working and may result in lost revenue.

    To remove these errors, update your Advertising ID declaration.

    ℹ️ The advertising identifier for apps targeting Android 13 (API 33) without the AD_ID permission will be converted to a string of zeros.

    This may affect advertising and analytics use cases. [Learn more]