KaijuEngine/kaiju

Add ability to disable entity data in editor

Open

#529 opened on Dec 12, 2025

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Go (194 forks)auto 404
editorgood first issue

Repository metrics

Stars
 (4,569 stars)
PR merge metrics
 (PR metrics pending)

Description

  1. Open a project
  2. Go to stage workspace
  3. Create an entity
  4. Attach an entity data to the entity

There should be a checkbox or something to disable entity data. This isn't like it would be in other engines because entity data holds nothing but information, so disabling it would mean not to compile it into the game as the Init would never be called and thus rendering it useless. However, being able to disable things and quickly test would be a great help for debugging.

This action should also be added as a memento to editor history so it supports undo/redo.

Contributor guide