v4-new-features

Educate developers on Phaser 4 game objects and rendering architecture.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Raphe-dev/phaser-cozy-mmo --skill v4-new-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: v4-new-features
Source: https://github.com/Raphe-dev/phaser-cozy-mmo/tree/main/skills/v4-new-features
Command: npx skills add https://github.com/Raphe-dev/phaser-cozy-mmo --skill v4-new-features

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Learning and adopting Phaser 4's new features can be overwhelming without a structured guide that highlights the key game objects, rendering changes, and migration paths from v3.

Core Features & Use Cases

  • Introduces new game objects like CaptureFrame, Gradient, Noise (multiple variants), SpriteGPULayer, and TilemapGPULayer for advanced visuals and performance.
  • Adds new components such as Lighting and RenderSteps to enable sophisticated lighting and custom render workflows.
  • Provides a unified rendering model with RenderNodes, plus new tint modes for flexible color effects and easier customization.
  • Use cases include GPU-accelerated sprite layers, high-fidelity tilemaps, procedural gradients, and live frame captures for post-processing.

Quick Start

Inspect the v4-new-features skill to review the available game objects, components, and renderer concepts explained in the guide.

Frequently Asked Questions about v4-new-features

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate my game from Phaser 3 to Phaser 4?

Phaser 4 introduces new game objects like SpriteGPULayer and TilemapGPULayer for advanced visuals. It adds Lighting and RenderSteps components to enable sophisticated lighting effects and custom render workflows within your game development projects.

What is the RenderNodes system in Phaser 4?

Yes, Phaser 4 includes the TilemapGPULayer game object designed for high-fidelity tilemaps. This feature provides GPU-accelerated rendering to optimize tilemap performance and enable advanced visual effects in your games.

How do I optimize sprite rendering performance in Phaser 4?

To optimize sprite rendering in Phaser 4, use the new SpriteGPULayer game object for GPU-accelerated sprite management. This approach significantly improves rendering performance for large numbers of game objects.

Can I capture live frames for post-processing in Phaser 4?

Yes, Phaser 4 introduces the CaptureFrame game object specifically for live frame captures. This allows developers to grab frames during gameplay and use them for advanced post-processing effects and visual manipulation.