I am trying to debug Geometry Collections/Chaos but none of the following console commands do anything. Are they broken in 5.3?
p.Chaos.DebugDraw.Enabled 1
p.chaos.DebugDrawAwake 1
p.Chaos.DebugDraw.ShowCoreShapes 1
p.Chaos.DebugDraw.Mode 1
p.Chaos.DebugDraw.Radius 7000
p.Chaos.DebugDraw.MaxLines 100000
p.Chaos.Solver.DebugDrawCollidingShapes 1
p.Chaos.Solver.DebugDrawShapes 1
p.Chaos.Solver.DebugDrawCollisions 1
Have tried entering these at Runtime and also as node ‘execute console commands’ and neither works for me. For my sanity can anyone on 5.3 check if they are working?
Are there any alternate ways of debugging Chaos behaviours in 5.3?