KaijuEngine/kaiju

Add ability to disable entity data in editor

Open

#529 创建于 2025年12月12日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)Go (194 fork)auto 404
editorgood first issue

仓库指标

Star
 (4,569 star)
PR 合并指标
 (PR 指标待抓取)

描述

  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.

贡献者指南