Beta versions are not as thoroughly tested as stable
Video Recorder updates; flowcharts improvements & more
16 January, 2024 ()
Email Me New Releases
Don't miss out on the latest and greatest new features in Construct Animate
Notes
In this release we've done some modernisation work on the Video Recorder plugin (which allows for real-time recording, as opposed to "offline" video exports), aiming to better support new media formats coming to browsers. Previously you had to select both a container format and codec at the same time, such as "WebM VP9" or "MP4 H.264" as a single selection. This also didn't really make sense if you chose an audio codec with a different container (e.g. WebM VP9 + MP4 AAC is a contradictory selection). So we've replaced the conditions and actions with new versions that allow selecting the container separately, such as "WebM" container, "VP9" video codec, and "Opus" audio codec. Then in future when more formats are supported it will be easier to support them, and provide more flexibility in choosing a format. Existing projects should keep working the same, but delete the affected conditions/actions and add them again from scratch to make sure you switch to the new versions which let you choose the container format separately.
This release also includes some improvements for Flowcharts: there's a new rectangle selection tool to allow multiple selections of nodes. You can now also clone nodes by Ctrl+Drag. There's a few other additions and fixes in the changelog below. Happy testing!
Like this Release?
Let us know with a thumbs up!
Launch r375
New Additions
Flowcharts: add a rectangle selection tool to select multiple nodes
Flowcharts: clone nodes by Ctrl/Meta + drag
'Debug project' option for main toolbar preview button
Physics: 'Set awake' action
Changes
Video Recorder: replace recording actions with versions that select container format separately
Video Recorder: replace 'Is video/audio format supported' conditions with versions that select container format separately
Video Recorder: improve codec selection when multiple formats supported
Video Recorder: remove support for Ogg container
Platform Information dialog: update codec list; remove Ogg container
Layout View: also show layer hidden/locked warning when pasting
Bug Fixes
Animations editor: deleting a frame not highlighting the next one available
Scripting updates
Add IPhysicsBehaviorInstance.isAwake
Share Construct Animate Release r375 Now