Neat idea, but I think with a platformer, it's really important to have satisfying controls and movement. The floating and sliding made it pretty frustrating
Found the problem being Input.GetAxis vs Input.GetAxisRaw..
Smoothing was being applied, that’s why it kept sliding/floating for a bit.. it’s fixed in the release after ratings are over ;)