ARCore collider on generated planes

后端 未结 3 1811
醉酒成梦
醉酒成梦 2020-12-18 08:07

I\'m just playing around with AR core and want to have an object flying around the room and able to land. I\'m unsure about how to add colliders to the planes that ARcore is

3条回答
  •  借酒劲吻你
    2020-12-18 08:21

    Assuming you are doing this in Unity, you may want to use a Mesh Collider on the surface instead of a Box Collider.

    I'm not sure about ARCore in Unity specifically, but in other AR frameworks it works something like in the attached screen shot, so I imagine it would be similar.

    Plane with Collider Screenshot

提交回复
热议问题