userBill Bcancel
branchrust_reboot/main/vehicles/FixPhysicsPt2cancel

11 Commits over 0 Days - ∞cph!

4 Years Ago
Switch collision detection mode to Continuous Speculative for cars. Let's eventually look at using Discrete with big blocky world-only colliders, as speculative is far from perfect. But until then this should fix both the slow-motion stops of Continuous and the getting stuck in signposts of Discrete.
4 Years Ago
Road signs on the test map
4 Years Ago
Adjust engine power
4 Years Ago
Fix vehicles spinning out and sliding strangely: - Reduced the potential deviation of the centre of mass - Gave wheels additional sideways friction - Added AdjustHitForces method to handle any further errant values from PhysX WheelHit results - Increased minimum vehicle mass, increasing engine power to compensate
4 Years Ago
Merge from Vehicles
4 Years Ago
Formatting
4 Years Ago
Oops, actually replace the layer when asked
4 Years Ago
Script now allows replacing one layer with another when scanning a scene
4 Years Ago
Remove accidental logs
4 Years Ago
Added support for finding layer use in scene, as well as in project
4 Years Ago
Wrote a script to find all GameObjects in project assets that use a specified layer. Editor window accessed via "Window/What Uses This/What Uses Layer..."