Advertisement
Guest User

Untitled

a guest
Jun 1st, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1.  
  2. Assets\Oculus\VR\Scripts\Util\OVRCursor.cs(22,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
  3. Assets\Oculus\VR\Scripts\Util\OVRDebugInfo.cs(19,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
  4. Assets\Oculus\VR\Scripts\Util\OVRGazePointer.cs(21,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
  5. Assets\Oculus\VR\Scripts\Util\OVRGearVrControllerTest.cs(18,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
  6. Assets\Oculus\VR\Scripts\Util\OVRProgressIndicator.cs(18,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
  7. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(22,19): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
  8. Assets\Oculus\VR\Scripts\Util\OVRGearVrControllerTest.cs(82,9): error CS0246: The type or namespace name 'Text' could not be found (are you missing a using directive or an assembly reference?)
  9. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(25,35): error CS0246: The type or namespace name 'PointerInputModule' could not be found (are you missing a using directive or an assembly reference?)
  10. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(321,40): error CS0246: The type or namespace name 'MouseButtonEventData' could not be found (are you missing a using directive or an assembly reference?)
  11. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(432,40): error CS0246: The type or namespace name 'MouseState' could not be found (are you missing a using directive or an assembly reference?)
  12. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(486,66): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  13. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(515,39): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  14. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(515,63): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  15. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(595,27): error CS0246: The type or namespace name 'MouseState' could not be found (are you missing a using directive or an assembly reference?)
  16. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(684,19): error CS0246: The type or namespace name 'MouseState' could not be found (are you missing a using directive or an assembly reference?)
  17. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(742,38): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  18. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(780,37): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  19. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(788,75): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  20. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(814,45): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  21. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(857,27): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  22. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(97,33): error CS0115: 'OVRInputModule.Reset()': no suitable method found to override
  23. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(185,30): error CS0115: 'OVRInputModule.UpdateModule()': no suitable method found to override
  24. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(191,30): error CS0115: 'OVRInputModule.IsModuleSupported()': no suitable method found to override
  25. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(199,30): error CS0115: 'OVRInputModule.ShouldActivateModule()': no suitable method found to override
  26. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(213,30): error CS0115: 'OVRInputModule.ActivateModule()': no suitable method found to override
  27. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(226,30): error CS0115: 'OVRInputModule.DeactivateModule()': no suitable method found to override
  28. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(464,30): error CS0115: 'OVRInputModule.Process()': no suitable method found to override
  29. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(515,28): warning CS0109: The member 'OVRInputModule.CopyFromTo(PointerEventData, PointerEventData)' does not hide an accessible member. The new keyword is not required.
  30. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(552,28): warning CS0109: The member 'OVRInputModule.ClearSelection()' does not hide an accessible member. The new keyword is not required.
  31. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(814,33): error CS0115: 'OVRInputModule.ProcessDrag(PointerEventData)': no suitable method found to override
  32. Assets\Oculus\VR\Scripts\Util\OVRInputModule.cs(585,26): error CS0246: The type or namespace name 'MouseState' could not be found (are you missing a using directive or an assembly reference?)
  33. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(25,40): error CS0246: The type or namespace name 'BaseRaycaster' could not be found (are you missing a using directive or an assembly reference?)
  34. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(90,38): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  35. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(90,71): error CS0246: The type or namespace name 'RaycastResult' could not be found (are you missing a using directive or an assembly reference?)
  36. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(133,32): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  37. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(133,65): error CS0246: The type or namespace name 'RaycastResult' could not be found (are you missing a using directive or an assembly reference?)
  38. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(42,32): error CS0115: 'OVRPhysicsRaycaster.eventCamera': no suitable method found to override
  39. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(59,29): error CS0115: 'OVRPhysicsRaycaster.sortOrderPriority': no suitable method found to override
  40. Assets\Oculus\VR\Scripts\Util\OVRPhysicsRaycaster.cs(90,30): error CS0115: 'OVRPhysicsRaycaster.Raycast(PointerEventData, List<RaycastResult>)': no suitable method found to override
  41. Assets\Oculus\VR\Scripts\Util\OVRPointerEventData.cs(28,40): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  42. Assets\Oculus\VR\Scripts\Util\OVRPointerEventData.cs(39,32): error CS0115: 'OVRPointerEventData.ToString()': no suitable method found to override
  43. Assets\Oculus\VR\Scripts\Util\OVRPointerEventData.cs(30,36): error CS0246: The type or namespace name 'EventSystem' could not be found (are you missing a using directive or an assembly reference?)
  44. Assets\Oculus\VR\Scripts\Util\OVRPointerEventData.cs(64,45): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  45. Assets\Oculus\VR\Scripts\Util\OVRPointerEventData.cs(68,39): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  46. Assets\Oculus\VR\Scripts\Util\OVRPointerEventData.cs(75,50): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  47. Assets\Oculus\VR\Scripts\Util\OVRPointerEventData.cs(82,47): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  48. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(31,29): error CS0246: The type or namespace name 'GraphicRaycaster' could not be found (are you missing a using directive or an assembly reference?)
  49. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(31,47): error CS0246: The type or namespace name 'IPointerEnterHandler' could not be found (are you missing a using directive or an assembly reference?)
  50. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(88,26): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  51. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(88,59): error CS0246: The type or namespace name 'RaycastResult' could not be found (are you missing a using directive or an assembly reference?)
  52. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(175,34): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  53. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(175,67): error CS0246: The type or namespace name 'RaycastResult' could not be found (are you missing a using directive or an assembly reference?)
  54. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(187,32): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  55. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(187,65): error CS0246: The type or namespace name 'RaycastResult' could not be found (are you missing a using directive or an assembly reference?)
  56. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(247,38): error CS0246: The type or namespace name 'RaycastResult' could not be found (are you missing a using directive or an assembly reference?)
  57. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(315,32): error CS0246: The type or namespace name 'PointerEventData' could not be found (are you missing a using directive or an assembly reference?)
  58. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(56,28): error CS0115: 'OVRRaycaster.eventCamera': no suitable method found to override
  59. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(64,25): error CS0115: 'OVRRaycaster.sortOrderPriority': no suitable method found to override
  60. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(72,26): error CS0115: 'OVRRaycaster.Start()': no suitable method found to override
  61. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(175,26): error CS0115: 'OVRRaycaster.Raycast(PointerEventData, List<RaycastResult>)': no suitable method found to override
  62. Assets\Oculus\VR\Scripts\Util\OVRRaycaster.cs(299,16): error CS0246: The type or namespace name 'Graphic' could not be found (are you missing a using directive or an assembly reference?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement