Skip to content

Releases: PhaserEditor2D/PhaserEditor2D-v3

v3.35.0 - Oct 14, 2022

14 Oct 19:56
Compare
Choose a tag to compare

v3.35.0 - Oct 14, 2022

  • Allows append objects to a prefab instance.
  • Fixes Users Components files serialization. The app field is Phaser Editor 2D - User Components Editor, and the contentType field is phasereditor2d.core.scene.UserComponents.
  • Removes Monaco-based editors.
  • Uses colors for XY labels in the Inspector view.
  • Adds support for Arcade physics. The Arcade Image & Sprite. And the body tools.
  • Adds APPLE_M1_README.txt file to All-in-One/macOS-arm dist.
  • Fixes bug with Replace Type command: wrong unlocking position properties.

v3.35.0-beta.0 - Oct 6, 2022

06 Oct 20:28
Compare
Choose a tag to compare

v3.35.0-beta.0 - Oct 6, 2022 (Beta 0 release)

Download the binaries:

Phaser Editor 2D Core

PhaserEditor2D-core-3.35.0-beta.0-windows.zip
PhaserEditor2D-core-3.35.0-beta.0-linux.zip
PhaserEditor2D-core-3.35.0-beta.0-macos.zip
PhaserEditor2D-core-3.35.0-beta.0-macos_arm.zip

Phaser Editor 2D All in One

PhaserEditor2D-allInOne-3.35.0-beta.0-windows.zip
PhaserEditor2D-allInOne-3.35.0-beta.0-linux.zip
PhaserEditor2D-allInOne-3.35.0-beta.0-macos.zip
PhaserEditor2D-allInOne-3.35.0-beta.0-macos_arm.zip

NPM

npm install --save-dev [email protected]

v3.33.2-beta.1 - May 25, 2022

25 May 04:59
Compare
Choose a tag to compare
Pre-release

v3.33.2-beta.1 - May 25, 2022

  • Improves Size tool modifiers.
  • Avoids caching of plugin resources.
  • Scene Editor: skips refreshing the scene after the paste operation. Fixes object's loader extensions.
  • Exports Tint properties to plugins.
  • Origin tool allows custom origin properties (like in in a NinePatchContainer).
  • Improves support for third-party game object plugins.

Download the binaries:

Phaser Editor 2D Core

PhaserEditor2D-core-3.33.2-beta.1-windows.zip
PhaserEditor2D-core-3.33.2-beta.1-linux.zip
PhaserEditor2D-core-3.33.2-beta.1-macos.zip
PhaserEditor2D-core-3.33.2-beta.1-macos_arm.zip

Phaser Editor 2D All in One

PhaserEditor2D-allInOne-3.33.2-beta.1-windows.zip
PhaserEditor2D-allInOne-3.33.2-beta.1-linux.zip
PhaserEditor2D-allInOne-3.33.2-beta.1-macos.zip
PhaserEditor2D-allInOne-3.33.2-beta.1-macos_arm.zip

NPM

npm install --save-dev [email protected]

v3.34.0 - Aug 12, 2022

16 Aug 09:20
Compare
Choose a tag to compare
  • Fixes assets preloading when paste a layer/container prefab from another scene.
  • Removes the Key and Digit prefixes from the label of commands.
  • Scene Editor: fixes layout operations with scaled images.
  • Scene Editor: improves layout toolbar. Adds origin actions.
  • #229 Fixes serialization of tilemap layers as children of containers and layers.
  • #227 Adds the Polygon shape game object.

v3.33.2 - May 31, 2022

02 Jun 12:46
Compare
Choose a tag to compare

v3.33.2 - May 31, 2022

  • Improves Size tool modifiers.
  • Avoids caching of plugin resources.
  • Scene Editor: skips refreshing the scene after the paste operation. Fixes object's loader extensions.
  • Exports Tint properties to plugins.
  • Origin tool allows custom origin properties (like in in a NinePatchContainer).
  • Improves support for third-party game object plugins.
  • Adds Alpha component to the Container game object.
  • Fixes layout commands for objects with custom origin.
  • Fixes tilemap's field code generation.
  • Fixes tilemap's layer selection in scene.

v3.33.1 - May 10, 2022

10 May 13:22
Compare
Choose a tag to compare

v3.33.1 - May 10, 2022

  • #210 Missing Variable Pane. Removes everythign related to the Inspector view sections.
  • #212 The new Object Constructor user property type.
  • #216 No Textures are Available to Select from the Select Texture Window When Using Components.

v3.33.0 - Apr 18, 2022

18 Apr 17:00
Compare
Choose a tag to compare

v3.33.0 - April 18, 2020

Added

  • #195 The new GO Name parameter.
  • #144 Scene Editor: allows paste in place.
  • Scene Editor: supports new Scene Key user property type.
  • Scene Editor: supports new Object Variable user property type.
  • #181 Scene Editor: supports new Color user property type.

Changed

  • Scene Editor: removes the Details sub-tab from the Inspector view.
  • Scene Editor: the Reset Zoom button restores the zoom and position (0, 0) of the camera.
  • #182 macOS error: exec: "code": Executable file not found in $PATH.
  • #185 Allows uploading files with more than 10MB using the Upload dialog.

Fixes

  • Scene Editor: fixes TileSprite hit area computation in CANVAS mode. A work around Phaser's bug in RenderTexture.shapnshotPixel method.
  • Scene Editor: fixes the scene thumbnail maker. Invisible containers/layers are not included in the thumbnail.
  • Scene Editor: fixes viewer rendering of objects with 0 width/height. Like a Text game object with a "" value.
  • Scene Editor: fixes picking of objects under hidden parents.
  • Scene Editor: fixes ordering of objects when moving to a new parent.
  • Scene Editor: prevents scrolling the whole page on macOS with scrolling inertia enabled.
  • Scene Editor: fixes panning with ALT key when the pointer is close to the Translate tool handlers.
  • Scene Editor: fixes selection changed when panning with the ALT key.
  • Scene Editor: fixes command for opening a scene file in macOS (⌘+⌥+O).
  • #200 BitmapText aligned cause NaN position.
  • Scene Editor: fixes Text Content's textarea parameter in Inspector view.
  • Scene Editor: adjusts the loading message position to the DPR.
  • Scene Editor: adds missing light/[email protected] icon.
  • #29 Fixes drag & drop image in Safari.
  • Workbench: prevents Safari to include the address bar in the tab/focus order.
  • #149 Renames children when pasting a container. Fixes trimming of numbering in new names.
  • Editor tab label: fixes cursor type in Safari.
  • Fixes cell size of viewers in screens with DPR > 1.

v3.33.0-alpha.2 - Apr 11, 2022

11 Apr 05:54
Compare
Choose a tag to compare
Pre-release

v3.33.0-alpha.2 - Apr 11, 2022

Change Log

  • Scene Editor: fixes TileSprite hit area computation in CANVAS mode. A workaround Phaser's bug in RenderTexture.shapnshotPixel method.
  • Scene Editor: fixes the scene thumbnail maker. Invisible containers/layers are not included in the thumbnail.
  • Scene Editor: fixes viewer rendering of objects with 0 width/height. Like a Text game object with a "" value.
  • Scene Editor: fixes picking of objects under hidden parents.
  • Scene Editor: fixes ordering of objects when moving to a new parent.
  • Scene Editor: removes the Details sub-tab from the Inspector view.
  • Scene Editor: the Reset Zoom button restores the zoom and position (0, 0) of the camera.
  • Scene Editor: prevents scrolling the whole page on macOS with scrolling inertia enabled.
  • Scene Editor: fixes panning with ALT key when the pointer is close to the Translate tool handlers.
  • Scene Editor: fixes selection changed when panning with the ALT key.
  • Scene Editor: fixes command for opening a scene file in macOS (⌘+⌥+O).
  • #200 BitmapText aligned cause NaN position.
  • #195 The new GO Name parameter.
  • #182 macOS error: exec: "code": Executable file not found in $PATH.
  • Scene Editor: fixes Text Content's textarea parameter in Inspector view.
  • Scene Editor: adjusts the loading message position to the DPR.
  • Scene Editor: adds missing light/[email protected] icon.
  • #29 Fixes drag & drop image in Safari.
  • Workbench: prevents Safari to include the address bar in the tab/focus order.
  • #149 Renames children when pasting a container. Fixes trimming of numbering in new names.
  • #185 Allows uploading files with more than 10MB using the Upload dialog.
  • Editor tab label: fixes cursor type in Safari.
  • #144 Scene Editor: allows paste in place.
  • Scene Editor: supports new Scene Key user property type.
  • Scene Editor: supports new Object Variable user property type.
  • #181 Scene Editor: supports new Color user property type.

Downloads

Linux

PhaserEditor2D-core-3.33.0-alpha.2-linux.zip
PhaserEditor2D-allInOne-3.33.0-alpha.2-linux.zip

Windows

PhaserEditor2D-core-3.33.0-alpha.2-windows.zip
PhaserEditor2D-allInOne-3.33.0-alpha.2-windows.zip

macOS

PhaserEditor2D-core-3.33.0-alpha.2-macos.zip
PhaserEditor2D-allInOne-3.33.0-alpha.2-macos.zip

macOS/ARM

PhaserEditor2D-core-3.33.0-alpha.2-macos_arm.zip
PhaserEditor2D-allInOne-3.33.0-alpha.2-macos_arm.zip

v3.32.1 - Feb 27, 2022

27 Feb 12:31
Compare
Choose a tag to compare

Changelog

  • #190 Structuring the generated code so that vscode doesn't add imports to the section that gets overwritten.
  • #185 Your project exceeded the maximum number of files allowed.
  • #183 Component Option Type Scroll Issue.

v3.32.1-beta.1 - Feb 23, 2022

23 Feb 15:14
Compare
Choose a tag to compare
Pre-release

Changelog

  • #190 Structuring the generated code so that vscode doesn't add imports to the section that gets overwritten.
  • #185 Your project exceeded the maximum number of files allowed.
  • #183 Component Option Type Scroll Issue.

Download the release files:

Core

PhaserEditor2D-core-3.32.1-beta.1-linux.zip
PhaserEditor2D-core-3.32.1-beta.1-windows.zip
PhaserEditor2D-core-3.32.1-beta.1-macos.zip

All in One

PhaserEditor2D-allInOne-3.32.1-beta.1-linux.zip
PhaserEditor2D-allInOne-3.32.1-beta.1-windows.zip
PhaserEditor2D-allInOne-3.32.1-beta.1-macos.zip

NPM

npm install phasereditor2d-launcher@beta