Search Unity

Entity Debugger Component Field Names

Discussion in 'Entity Component System' started by learc83, Jan 27, 2019.

  1. learc83

    learc83

    Joined:
    Feb 28, 2018
    Posts:
    41
    Has anyone else noticed a problem where any component fields with type Entity don't show up as the correct name in the Entity Debugger? For some reason all of the fields of type Entity are showing up randomly as the name of one of my component's Entity field.

    So if I have a component Foo with Entity fields A and B, and another component Bar with Entity field C, Component Foo will show up with 2 Fields named C in the debugger, but with the correct values.
     
  2. Jay-Pavlina

    Jay-Pavlina

    Joined:
    Feb 19, 2012
    Posts:
    195
    Yes I have noticed that, and you can also no longer double click on the entity to view it in the inspector
     
    learc83 likes this.