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.