FusedVR / VRStreaming

Unity Render Streaming SDK to stream VR from CloudXR to WebXR over WebRTC
Apache License 2.0
147 stars 24 forks source link

The type or namespace name 'RemoteInput' could not be found (are you missing a using directive or an assembly reference?) #39

Open NgaNT1096 opened 12 months ago

NgaNT1096 commented 12 months ago

I imported the fucusVR streaming package into the unity 2022.3.5f1 project and it had this message: " Library\PackageCache\com.fusedvr.vrstreaming@ab88032ebd\Runtime\Scripts\VRInputManager.cs(43,17): error CS0246: The type or namespace name 'RemoteInput' could not be found (are you missing a using directive or an assembly reference?) "

franchyze923 commented 11 months ago

I get the same error, not sure how to fix at the moment

trostmarvin commented 8 months ago

I get this error after uprading Unity.RenderStreaming, using the original version gave me an Android SDK error in the WebRTC package, although I was compiling for windows.