There are collision types that work well together types that do not. Is it possible to provide a table or overview where we can easily understand how the collision types interact (and more importantly which ones do not)?
For example SDF meshes do not collide with triangle meshes which is important to know if you are trying to get detailed meshes to interact. In any case it could ease the workflow when working in the software such that we do not need to experiment and try to find it ourselves.
SDF collisions are just GPU feature and on GPU they should work with any other GPU supported collisions, they should work with triangle meshes too. The only exception is a custom collision (cylinder, cone) thats a CPU only feature, that wont work with SDFs.
@scn - for the record, SDF vs. custom geometry will work. It just does not use the SDF information but collide the custom geometry against the triangle mesh of the SDF collider directly.