1 messages · Page 1 of 1 (latest)
is the error on the line velocity.y -= gravity delta?
velocity.y -= gravity delta
gravity * delta
should be
if your gravity is float that is fine
if your gravity Vector3 then not