I am trying to recreate my character controller in ECS and realize while I was trying to implement the crouching mechanic that I can not just modify the capsule collider. I read a recommendation where you have to implement 2 different height collider but I cant use that on my controller since I have to use lerp on the height (forced crouching). Any help is very much appreciated !
How do I mark this as solved? Found the solution, I just have to read the documentation (who would have thought). Sorry for the inconvenience guys!
https://docs.unity3d.com/Packages/com.unity.physics@1.3/manual/physics-collider-components.html
Just edit thread topic and add at the front [Solved]
That is good enough.