Search Unity

Click Entity in Debugger Problems

Discussion in 'Entity Component System' started by JooleanLogic, Jun 27, 2020.

  1. JooleanLogic

    JooleanLogic

    Joined:
    Mar 1, 2018
    Posts:
    447
    I'm using AddHybridComponent with phys2D and if I click on one of these entities in the debugger, the objects on screen go haywire as if the joints have suddenly exploded.
    It's obviously doing something to the hybrid components but the properties for these don't show up in the Inspector when you use AddHybridComponent.
    Anyone know what's happening under the hood when you click an entity?