Skip to content

v0.2.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 14:15
· 39 commits to main since this release

Addons files contain GDExtension binary for MacOS, Windows, Linux, Web and Android.

Version

  • v0.2.2

Godot Version

  • v4.2.2

How To Use

Plugin

  1. Download and Extract files under Assets below. Ignore the files labeled Source code.
  2. Copy addons folder to your addons project folder.
  3. Please Keep the plugin directory to addons/net.yarvis.pixel_pen.
  4. In Godot Project Settings / Plugins, ensure that PixelPen is enabled.
  5. Select Project / Reload Current Project to restart.
  6. In the top of the right side after Assetlib you should see PixelPen Button.
  7. Click this button to show PixelPen Window.

Note

MacOS

  • Read support.apple.com
  • Control-click res://addons/net.yarvis.pixel_pen/bin/libpixelpen.macos.debug.framework/libpixelpen.macos.debug.
  • Control-click res://addons/net.yarvis.pixel_pen/bin/libpixelpen.macos.release.framework/libpixelpen.macos.release.
  • Open it once with any app.

Application

  1. Follow above instructions.
  2. Set res://addons/net.yarvis.pixel_pen/editor/editor_main_ui.tscn as your main scene.
  3. Export project for your targeted platform. https://docs.godotengine.org/en/stable/tutorials/export/exporting_projects.html