Hi, I am trying to convert a code from c++ to c# for oculus in unity.How
i can convert the following method1.vectorv (10,42), a;
copy(v.begin(), v.end(), std::back_inserter(a));how i can i use this
copy in c#. in c# i m using Listv instead of vector....
I have create a new Empty Native Application Project using Oculus mobile
SDK and Android studio, which is working fine. Its run in mobile with
green screen.I have created a new class (MyCube.cpp and MyCube.h), But
when I am trying to access the new c...
I have added the following line in settings.gradle in Oculus MObile SDK
1.0.3 and samples are now showing in target.include
'VrSamples:Native:CinemaSDK:Projects:Android'include
'VrSamples:Native:Oculus360PhotosSDK:Projects:Android'include
'VrSamples:...
Hi Pawan, Did you get any solution?When I download Oculus mobile sdk
1.0.0,
(https://developer3.oculus.com/downloads/mobile/1.0.0.0/Oculus_Mobile_SDK/)
it works as it is in documentation. projects are showing beside run
button. but for Oculus mobile ...