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

Question Compound collider made of children entities that I can unparent from rigidbody, like in gameobject

Discussion in 'Physics for ECS' started by Tigrian, Jan 1, 2023.

  1. Tigrian

    Tigrian

    Joined:
    Mar 21, 2021
    Posts:
    117
    Hello,

    Is It possible, with the new transform system, to have a rigidbody entity have his colliders as children entity, that I could parent and unparent from one rigibody to another?

    From what I read in the forums (or at least from what I understand) things like this are not possible without using Physics.MeshCollider.Create to recreate a collider for my rigidbody, from my colliders meshes.

    But this seems to be expensive for what I have to do (not tested in my case though). Before implementing this, I would like to know if it is possible to do like in Unity gameObjects, where you can take gameObjects with colliders, and make a compound by making them children of a rigidbody, all this being of course at runtime.
     
    U_ru_Ru likes this.