RockVR / VRCapture

Best VR Game Capture & Share Experience
11 stars 0 forks source link

error when try import this plugin: #6

Open Char1x4 opened 6 months ago

Char1x4 commented 6 months ago

when trying import the whole plugin , it raised error:

Problem detected while importing the Prefab file: 'Assets/RockVR/Video/Resources/Prefabs/MainCapture.prefab'. The file might be corrupt or have missing nested Prefabs. See details below. Warnings: Component at index 2 could not be loaded when loading game object 'MainCapture'. Removing it

when trying import RiftComponent.package, it raise the error like:

Assets\RockVR\Rift\Demo\Resources\RiftTouchModel\Scripts\TouchController.cs(11,18): error CS0101: The namespace 'OVRTouchSample' already contains a definition for 'TouchController'

Assets\RockVR\Rift\Demo\Resources\RiftTouchModel\Scripts\TouchController.cs(18,22): error CS0111: Type 'TouchController' already defines a member called 'Update' with the same parameter types

any thoughts?