Skip to content

Releases: playcanvas/editor

v.1.18.32

10 Aug 12:11
9e5be1a
Compare
Choose a tag to compare

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

  • Model & Render thumbnail renderer now shows materials
  • Upgrade to jshint 2.13.0 and esversion 11 for code editor

v1.18.31

09 Aug 11:14
54f8349
Compare
Choose a tag to compare

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

  • Anim Events support (add events to animations that can be subscribed in code)
  • Flip TGA correctly for compression
  • Hard reset to checkpoint (undo merges now possible) (#137)
  • Added hard reset and over checkpoint menu tooltips

Bug fixes

  • Clear element components asset on type change to stop referencing previous assets

v1.18.21

14 Jul 10:17
67de569
Compare
Choose a tag to compare

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

  • Cascaded shadow mapping exposed in Editor (playcanvas/engine#3184)
  • Checkpoint listing in version control is faster #448
  • Added 'view changes' option in dropdown menu on version control checkpoint view #442
  • Show a warning in the inspector if mesh collision is used but scale of the entity is not uniform #441
  • Added WebGL 1 warning for Non POT textures that are used for tiling #445
  • Show a warning if texture is not POT and mipmap is enabled (WebGL 1) #251

Bug Fixes

  • When adding Anim component, it has layers from a previous selection #439
  • Render asset type is above Model (Source) in the filter menu of the assets panel #457

v1.18.20

01 Jul 13:56
25e4000
Compare
Choose a tag to compare

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

  • Show animationAssets conflicts for anim component in conflict manager for version control
  • Unhide renderAsset in particlesystem inspector
  • Add customAabb property for render / model components (#174)

v1.18.18

30 Jun 12:32
83de092
Compare
Choose a tag to compare

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

  • When Template assets are not marked as preload, they are no longer included in config.json and can be loaded at a later time. This can help reduce preload times if lots of templates are used but are not actually needed till later in the app.

v1.18.12

09 Jun 11:10
9b64f3f
Compare
Choose a tag to compare

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

  • Added a button component warning when the element component is inactive (#369)
  • Allow unfavoriting a closed branch (#322)
  • Pan with middle mouse in sprite editor (#290)
  • Show created date in Asset inspector (#330)
  • Optimize scene JSON publish option now available (up 50% reduction in filesize!)
  • Added button to quickly view changes since last checkpoint in version control (#100)
  • Show entity path in scene conflicts / diffs in version control (#190)

Bug Fixes

  • Use PlayCanvas logo as thumbnail for published apps that don't have a custom thumbnail (#203)
  • Disabled Basis compression button if texture is not POT (#335)

v1.18.6

25 May 13:57
b889e05
Compare
Choose a tag to compare

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

  • Loading multiple scene data at once no longer loads the entities (Forum link)
  • FBX with externally referenced textures will now import but ignores the external textures (Forum link)

v1.18.5

24 May 14:40
39423c1
Compare
Choose a tag to compare

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

  • Script and entity attribute updates (including templates) after script parse on the backend
  • Updated to latest FBX SDK

v1.17.4

11 May 09:33
4478c65
Compare
Choose a tag to compare

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

  • Upgraded to PCUI 1.1.17

Bug fixes

  • Fixed Anim State Graph boolean type parameters default value (Forum link)

v1.16.8

07 May 08:42
7894381
Compare
Choose a tag to compare

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