'OVRCameraController' 找不到。您是否缺少 using 指令或程序集引用?
'OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
我很难找到错误的答案。
错误如下:
Assets/OVR/Scripts/OVRCamera.cs(73,17): error CS0246: The type or
namespace name `OVRCameraController' could not be found. Are you
missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRCamera.cs(507,16): error CS0246: The type or
namespace name `OVRCameraController' could not be found. Are you
missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRCrosshair.cs(41,16): error CS0246: The type or
namespace name `OVRCameraController' could not be found. Are you
missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRCrosshair.cs(84,48): error CS0246: The type or
namespace name `OVRCameraController' could not be found. Are you
missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRMainMenu.cs(78,17): error CS0246: The type or
namespace name `OVRCameraController' could not be found. Are you
missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRVisionGuide.cs(45,17): error CS0246: The type or
namespace name `OVRCameraController' could not be found. Are you
missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRVisionGuide.cs(201,48): error CS0246: The type
or namespace name `OVRCameraController' could not be found. Are you
missing a using directive or an assembly reference?
如何解决这些错误?
请帮帮我
OVRPlayerController
来自 Oculus SDK Unity 4 Integration ~v0.24。这是为 Unity 4 制作的,现在被认为是旧版插件。最新版本不包含您的错误 message.You 中的所有 类 可以通过单击 Unity 4.x Legacy Integration V1.3.0. For the latest version which means you have to start your project over, simply download Oculus Utilities for Unity 5 V1.5.0 旁边的 详细信息 来获取旧版本。
我很难找到错误的答案。 错误如下:
Assets/OVR/Scripts/OVRCamera.cs(73,17): error CS0246: The type or namespace name `OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRCamera.cs(507,16): error CS0246: The type or namespace name `OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRCrosshair.cs(41,16): error CS0246: The type or namespace name `OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRCrosshair.cs(84,48): error CS0246: The type or namespace name `OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRMainMenu.cs(78,17): error CS0246: The type or namespace name `OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRVisionGuide.cs(45,17): error CS0246: The type or namespace name `OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
Assets/OVR/Scripts/OVRVisionGuide.cs(201,48): error CS0246: The type or namespace name `OVRCameraController' could not be found. Are you missing a using directive or an assembly reference?
如何解决这些错误?
请帮帮我
OVRPlayerController
来自 Oculus SDK Unity 4 Integration ~v0.24。这是为 Unity 4 制作的,现在被认为是旧版插件。最新版本不包含您的错误 message.You 中的所有 类 可以通过单击 Unity 4.x Legacy Integration V1.3.0. For the latest version which means you have to start your project over, simply download Oculus Utilities for Unity 5 V1.5.0 旁边的 详细信息 来获取旧版本。