Releases: playcanvas/editor
v1.21.15
Please note that these release notes are to track new features and changes to the PlayCanvas Editor. They do not contain the source code to the Editor.
What's new
- Update Engine to v1.51.5 which fixes:
- Fixes anim state graph transition not animating (playcanvas/engine#3892)
v1.21.29
Please note that these release notes are to track new features and changes to the PlayCanvas Editor. They do not contain the source code to the Editor.
What's new
- Version Control Graph View for a graphical view of checkpoints, branches and merges
- UX Improvements to Anim State Graph Exit Time default value and tooltip #494
- Improvements in published build zip downloads, especially for users in Asia (a 600MB build now takes 1 minute to download now in Japan) #693
- Added project name to Launch Tab title #695
Bug fixes
- Fixed: Editor always reports Missing UV1 on RenderComponents #478
- Fixed: In project read only mode, user cannot select a model or template to preview animation #677
- Fixed: Value change not always applied in Anim State Graph #394
- Fixed: Unable to assign animation in Anim State Graph #648/#585
- Fixed: Assets including plus sign fails to load #667
- Fixed: Preview animation only works on first selection #680
- Fixed: Undo doesn't reset child elements when undoing the addition of a layout group component #690
- Fixed: Misplaced UI element anchor gizmos if parent is a child of LayoutGroup #640
Version Control Graph View
A graphical view of checkpoints, branches and merges for PlayCanvas version control and provide easy access to common operations such as compare, new branch, restore etc.
Full documentation here: https://developer.playcanvas.com/en/user-manual/version-control/graph-view/
v1.21.10
v1.21.5
Please note that these release notes are to track new features and changes to the PlayCanvas Editor. They do not contain the source code to the Editor.
What's New
Animation previews arrive in the editor. You can now preview your animations in the Animation and AnimStateGraph asset inspectors.
- Play, pause and scrub through any animation you preview.
- Preview an animation asset with any model / template asset in your project by updating the 'preview asset' input option in the animation asset inspector.
- Select an animation asset in the entity anim component inspector to preview it using that particular entity.
- Toggle show skeleton / model in the animation asset preview.
- View animations using any of the currently linked entities within the AnimStateGraph state inspector.
AnimationPlayback.mov
v1.21.4
Please note that these release notes are to track new features and changes to the PlayCanvas Editor. They do not contain the source code to the Editor.
What's new
- Updated Engine to v1.50.2
Bug fixes
v1.21.3
v1.21.2
v1.21.1
v1.21.0
What's New
- Updated Engine version to 1.50.0 (Engine release notes)
- Allow dragging an asset into the empty area of the entities treeview to instantiate the asset under the root Entity
- Update editor API
Bug Fixes
- Remove template fields from incorrectly duplicated instances which helps prevent the issue where Editor errors with 'Cannot find child entity of parent'
Allow dragging an asset into the empty area of the hierarchy panel
Small but time saving feature!
v1.20.5
Please note that these release notes are to track new features and changes to the PlayCanvas Editor. They do not contain the source code to the Editor.
Bug fixes
- Fixed: All generated GLBs are named model.glb. They are now named after the asset name. #610
- Fixed: Select Entities after opening project settings doesn't show the inspector #619
- Fixed: Error that causes missing children and not allowing further deletes (forum)
- Fixed: UI element resizing gizmos no longer show up #572
- Fixed: UI Element boundingBox gizmo incorrectly sized (see before and after)