I’m looking at the RUBE example, and It appears that the EntityManager places new entities into the ‘level’ container. I added a new entityBase at the same depth (i.e. sibling) as the Entity Manager, and the body was placed INTO the level. Great.
However, right below and again at the same level the Row is placed OVERLAPPING the level (not into the level). Why? Why is the row not placed INTO the level?