我正在做一个3D游戏,但编辑是2D,游戏是3D的。有人能帮忙吗?以下是错误:SceneView rotation is fixed to identity when in 2D mode. This will be an error in future versions of Unity. UnityEditor.GenericMenu:CatchMenu (object,string[],int) (at /Users/bokken/buildslave/unity/build/Editor/Mono/GUI/GenericMenu.cs:125)
下面是游戏和编辑之间的截图:
游戏:
编辑:
发布于 2022-08-02 10:40:31
我认为你的场景视图选项被工具箱屏蔽了。从那里开始,你需要解压2D按钮。
视景选项

https://stackoverflow.com/questions/73192126
复制相似问题