Search Unity

Question How to enable collision detection in 1.0.0-pre.65

Discussion in 'Physics for ECS' started by Everest_A, Apr 26, 2023.

  1. Everest_A

    Everest_A

    Joined:
    Mar 13, 2023
    Posts:
    6
    在 1.0.0-pre.65 如何打开碰撞体的碰撞检测中,我在面板中找不到打开按钮,也无法像 1.0.0-pre.44 那样打开碰撞检测
     

    Attached Files:

  2. daniel-holz

    daniel-holz

    Unity Technologies

    Joined:
    Sep 17, 2021
    Posts:
    278
    I suppose you expect this box to fall, but it needs a Rigidbody component for it to become dynamic and be subject to gravity.

    Have a look at the standard, built-in physics documentation for Unity for how to author physics and then do the authoring in a subscene and this should work fine.

    Hope this helps.