08-01-2021, 02:25 PM
(08-01-2021, 05:10 AM)kawarazaki Wrote: こんにちは!
現在発生しているARオブジェクトのバウンスの問題についてフォローアップをリクエストしたいだけです。
ARによって検出されたメッシュの衝突に進展はありましたか?
また、ARで生成されたメッシュは帯でサポートされていませんか?
ありがとうございました。
Hi,
In the above images I see the "mesh" field of the MeshCollider is null. You state that the mesh is generated by the ARMeshManager, but it only takes a MeshFilter as input. It's unclear to me if you're actually assigning a mesh to the MeshCollider at runtime.
You need to assign the mesh you generate to the MeshCollider's mesh property.