Conversation
|
@michaelsakharov @sinnwrig ready for review |
|
There already is a jitter debug drawer setup with jitter itself, we might qanna remove that if we're doing it all manually? |
|
Oh I was unaware of that. I just needed debug gizmos for colliders cus I was doing the math in my head each time ✌️ |
|
Also I don't know what the performance of Jitter's Regardless, I need debug gizmos for colliders in my project, so I'll use this until we decide on a solution. |
|
Jitters debug drawer is already integrated and already works but it only works in play mode, so what i mean is it needs to be removed if yours is more accurate. |
|
I'll try and see if I can get |
|
It can't work in editor mode cause physical doesn't exist in editor |
|
Yeah I figured. Anyway I think we should go ahead with this PR and leave IDebugDrawer mostly alone for things like joints and constraints. At least until we can write our our gizmos for it. Yes you will have to click play to see them but that way I can slowly go through each joint/constraint and copy what Jitter is doing. Otherwise I'll have to do it blind. |
|
Jist clone jitters code and tell claude to port their debug drawer stuff to ur debug gizmo's haha |
|
Oh dear. That sounds a little bit criminal... if I wanted to do it right I would setup a proper physics test scene and verify that what claude draws is close to what jitter draws for joints/constraints. I know that I got the colliders correct at least. But er, I guess I could do that |
|
i honestly dont think jitters debug draw comes with anything much for contraints, just delete the IDebugDrawer we already have (because i implemented one fully already in Physics class i think or somewhere there) that way we dont have duplicate stuff, then i'll merge this. |
|
Does this look good? I removed all the IDebugDrawer stuff |

This solves #259
Convex mesh colliders work, but I can't seem to get the debug gizmo for convex version working:
If you need a project to test with you can download this and open it in prowl: https://github.com/PaperPrototype/KayKitDemos/blob/main/Assets/Paper/Platformer/README.md