我的性格敏感。 Y 轴工作但不是我的 X 轴
My characters Sensitive. Y Axis is working but not my X Axis
enter image description here
我一直在关注这个 YouTube 视频教程 https://youtu.be/PmIPqGqp8UY and everything was going well my X Axis was working well than I tried working on the Y Axis but for some reason the Y Axis works and now the X doesn't.enter image description here
您似乎已经添加了两次 PlayerController 脚本,其中一次,您将 Player 对象添加为摄像机。
看这里:
尝试从您的对象中删除它的第二个实例。
此外,由于我们看不到您项目的左侧 window 很难判断,但您还需要确认相机是播放器对象的子对象,否则当玩家这样做时,它不会知道要侧向旋转。
顺便说一句,在分享代码时,如果您只需单击文本区域顶部的 {}
按钮并直接粘贴您的代码,人们就可以更轻松地阅读代码。
此外,使用打印屏幕 (PrtSc) 按钮截取的屏幕截图也比照片更易于查看。
enter image description here 我一直在关注这个 YouTube 视频教程 https://youtu.be/PmIPqGqp8UY and everything was going well my X Axis was working well than I tried working on the Y Axis but for some reason the Y Axis works and now the X doesn't.enter image description here
您似乎已经添加了两次 PlayerController 脚本,其中一次,您将 Player 对象添加为摄像机。
看这里:
尝试从您的对象中删除它的第二个实例。
此外,由于我们看不到您项目的左侧 window 很难判断,但您还需要确认相机是播放器对象的子对象,否则当玩家这样做时,它不会知道要侧向旋转。
顺便说一句,在分享代码时,如果您只需单击文本区域顶部的 {}
按钮并直接粘贴您的代码,人们就可以更轻松地阅读代码。
此外,使用打印屏幕 (PrtSc) 按钮截取的屏幕截图也比照片更易于查看。