-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Entity Inspector #23013
Copy link
Copy link
Open
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-FeatureA new feature, making something new possibleA new feature, making something new possibleC-GoalSomething big or high-value that the Bevy Organization wants to accomplish. FOR SME USE ONLY!Something big or high-value that the Bevy Organization wants to accomplish. FOR SME USE ONLY!S-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-BlessedHas a large architectural impact or tradeoffs, but the design has been endorsed by decision makersHas a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
Milestone
Description
Metadata
Metadata
Assignees
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-FeatureA new feature, making something new possibleA new feature, making something new possibleC-GoalSomething big or high-value that the Bevy Organization wants to accomplish. FOR SME USE ONLY!Something big or high-value that the Bevy Organization wants to accomplish. FOR SME USE ONLY!S-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!X-BlessedHas a large architectural impact or tradeoffs, but the design has been endorsed by decision makersHas a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
Type
Projects
StatusShow more project fields
Active (Approved)
Goal Description
Entity inspectors, such as
bevy-inspector-egui, allow users to explore the state of a running BevyWorldin a discoverable, interactive way. We should ship one with the engine, which can read and modify component values and resources, and comes with basic usability functions such as entity search.Previously discussed in #15636.
Goal Status
This is Bevy Project Goal is currently Approved (Active), as shown by its state on the Project Goals Board.
Required work