Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Resolved Is there a way to view entity with index on the Entity Debugger?

Discussion in 'Entity Component System' started by vectorized-runner, Jun 13, 2020.

  1. vectorized-runner

    vectorized-runner

    Joined:
    Jan 22, 2018
    Posts:
    396
    I wrote a debugging system which finds some troubled entities that shouldn't have some components and logs it, but its so hard to find it on the entity debugger using the index I'm frustrated. Is there a way to do this?
     
  2. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,697
    Yea I’m suffering with the same thing , one thing that did help a tiny bit was naming the particular entity so I can find the sucker
     
    vectorized-runner likes this.
  3. vectorized-runner

    vectorized-runner

    Joined:
    Jan 22, 2018
    Posts:
    396
    Setting its name looks like a good temporary solution
     
  4. JooleanLogic

    JooleanLogic

    Joined:
    Mar 1, 2018
    Posts:
    447
    Could you add a custom tag to those entities and then use the ComponentType filter in the Entity Debugger?

    The ability to sort/filter on the Index and Name columns would be useful though.