Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Bug Static Collider with Parent

Discussion in 'Physics for ECS' started by argibaltzi, Jan 11, 2023.

  1. argibaltzi

    argibaltzi

    Joined:
    Nov 13, 2014
    Posts:
    196
    Hi

    I have a few static colliders with no collision response under an enity. I am using those colliders for raycast.
    I am aware that all physics objects are unparanted in order to take part in the simulation but these colliders seem to stay as children... which is great as this is what i want.

    However if i add a rotation to the parent then the children become unparented by the physics system..

    Where is the bug?

    Is there anything i can do to have raycast colliders only as children?

    I am using Unity Physics