Your main problem is that you're checking for input in FixedUpdate . FixedUpdate is not guaranteed to run every frame, or only once per ...
確定! 回上一頁