RadicalCSG / Chisel.Prototype

Work in progress prototype for the Chisel Level Editor, for Unity
MIT License
466 stars 34 forks source link

Support optionally using Unity.Physics instead of Physx, when available #261

Open LogicalError opened 3 years ago

LogicalError commented 3 years ago

Instead of creating MeshColliders, create the appropriate physics components instead. Alternatively we could use the dots conversion pipeline and create physics entities directly, relying on live editing. Then we wouldn't need to create GameObjects for physics, which would simplify things wrt prefabs (where you're sometimes not allowed to delete GameObjects)