Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented an entity browser #2883

Merged
merged 5 commits into from
Dec 13, 2024
Merged

Implemented an entity browser #2883

merged 5 commits into from
Dec 13, 2024

Conversation

AnsisMalins
Copy link
Collaborator

What does this PR change?

This change adds an entity browser window under Arch/View/Entities in the top menu in Unity editor. It allows you to compose any query and view the list of matching entities and their components in real time.

How to test the changes?

  1. Open the project in Unity editor
  2. Open the entity browser
  3. Enter play mode
  4. Enter a query and view the list of entities

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

Copy link
Collaborator

@mikhail-dcl mikhail-dcl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It already looks very cool in the current shape 👍 but I have to proposals to make it more useful

Copy link
Contributor

@QThund QThund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice tool as a first step. I guess you already have many ideas for future improvements, the most obvious to me would be adding a search box in each filter (all, none, etc.) so we can easily find the component we want.

Copy link
Collaborator

@dalkia dalkia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing tool, thanks!!

@AnsisMalins AnsisMalins added the clean-build Used to trigger clean build on PR label Dec 12, 2024
@m3taphysics m3taphysics merged commit 0beaaa9 into dev Dec 13, 2024
8 of 9 checks passed
@m3taphysics m3taphysics deleted the entity-browser branch December 13, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean-build Used to trigger clean build on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants