Skip to content

Unity 6 - 53 errors #38

@DmitriStunnar

Description

@DmitriStunnar

Hi there, I have a clean Unity 6 setup get 53 errors which appear to be all of the same type. Anyone knows how to easily fix this?

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(7,14): error CS0234: The type or namespace name 'Avatar2' does not exist in the namespace 'Oculus' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(8,26): error CS0234: The type or namespace name 'Input' does not exist in the namespace 'Oculus.Interaction' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(11,14): error CS0234: The type or namespace name 'Avatar2' does not exist in the namespace 'Oculus' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(12,26): error CS0234: The type or namespace name 'Input' does not exist in the namespace 'Oculus.Interaction' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(7,14): error CS0234: The type or namespace name 'Avatar2' does not exist in the namespace 'Oculus' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(8,26): error CS0234: The type or namespace name 'Input' does not exist in the namespace 'Oculus.Interaction' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\InteractionAvatarConversions.cs(7,14): error CS0234: The type or namespace name 'Avatar2' does not exist in the namespace 'Oculus' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\SampleInputControlDelegate.cs(9,14): error CS0234: The type or namespace name 'Avatar2' does not exist in the namespace 'Oculus' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\SampleInputTrackingDelegate.cs(9,14): error CS0234: The type or namespace name 'Avatar2' does not exist in the namespace 'Oculus' (are you missing an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\SampleInputControlDelegate.cs(16,43): error CS0246: The type or namespace name 'OvrAvatarInputControlDelegate' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\SampleInputTrackingDelegate.cs(13,44): error CS0246: The type or namespace name 'OvrAvatarInputTrackingDelegate' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(18,45): error CS0246: The type or namespace name 'OvrAvatarInputManager' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(13,54): error CS0246: The type or namespace name 'OvrAvatarInputTrackingDelegate' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(14,41): error CS0246: The type or namespace name 'IOvrAvatarHandTrackingDelegate' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\InteractionAvatarConversions.cs(14,23): error CS0246: The type or namespace name 'CAPI' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\SampleInputTrackingDelegate.cs(26,55): error CS0246: The type or namespace name 'OvrAvatarInputTrackingState' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\SampleInputControlDelegate.cs(18,51): error CS0246: The type or namespace name 'OvrAvatarInputControlState' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(16,17): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(17,17): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(18,17): error CS0246: The type or namespace name 'IHmd' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(20,66): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(20,82): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(20,99): error CS0246: The type or namespace name 'IHmd' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\InteractionAvatarConversions.cs(22,23): error CS0246: The type or namespace name 'CAPI' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(17,17): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\InteractionAvatarConversions.cs(44,23): error CS0246: The type or namespace name 'CAPI' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(18,17): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputTrackingDelegate.cs(29,17): error CS0246: The type or namespace name 'OvrAvatarInputTrackingState' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(20,53): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(20,69): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(32,33): error CS0246: The type or namespace name 'OvrAvatarTrackingHandsState' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(66,41): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingDelegate.cs(67,13): error CS0246: The type or namespace name 'CAPI' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(27,17): error CS0246: The type or namespace name 'IHmd' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(31,17): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(35,17): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(39,16): error CS0246: The type or namespace name 'OvrAvatarBodyTrackingMode' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(110,55): error CS0246: The type or namespace name 'Hmd' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(110,64): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(110,80): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(116,31): error CS0246: The type or namespace name 'IHmd' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(121,36): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(126,37): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(25,26): error CS0246: The type or namespace name 'InterfaceAttribute' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(25,26): error CS0246: The type or namespace name 'Interface' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(25,43): error CS0246: The type or namespace name 'IHmd' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(25,10): error CS0579: Duplicate 'SerializeField' attribute

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(29,26): error CS0246: The type or namespace name 'InterfaceAttribute' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(29,26): error CS0246: The type or namespace name 'Interface' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(29,43): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(33,26): error CS0246: The type or namespace name 'InterfaceAttribute' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(33,26): error CS0246: The type or namespace name 'Interface' could not be found (are you missing a using directive or an assembly reference?)

Assets\Discover\Scripts\Avatars\Scripts\HandTrackingInputManager.cs(33,43): error CS0246: The type or namespace name 'IHand' could not be found (are you missing a using directive or an assembly reference?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions