The problem is that FixedUpdate and Update are not called one after the other. Update is called once per frame and FixedUpdate is called ...
確定! 回上一頁