← SliceForge

Resources

← All tutorials
AdvancedAbout 22 min

Optimize for game engine export

Pick PNG scale, transparency, SVG usage, and engine preset deliberately.

Steps

  1. Open the Export UI modal from Compose; choose engine preset (Unity, Unreal, Godot, Phaser) appropriate to your runtime.
  2. Export 1x transparent PNG first for UI overlays; add 2x/4x only when your atlas budget allows.
  3. Download SVG when typed layers include paths or text you want resolution-independent; otherwise prefer kit PNGs.
  4. Cross-check nine-slice.json and slice manifests with how your importer packs atlases.

Expected result

A repeatable export profile your engine team can script or document without one-off tweaks.

For deeper reference, open Docs.