matter-ecs / matter

A modern ECS library for Roblox
https://matter-ecs.github.io/matter/
MIT License
72 stars 13 forks source link

Edit components in debugger view #17

Open LastTalon opened 10 months ago

LastTalon commented 10 months ago

Problem

Currently the debugger lets you view components, but not edit them directly. This would be very useful in a lot of debugging situations.

Proposed solution

Add the ability to both add and remove components as well as edit component data visually in the editor using the UI.

jackTabsCode commented 10 months ago

Plasma getting a text box would be a good precursor to this