User Activity

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 can find that Oculus Mobile SDK can be used with Unity and Android Studio. Is it possible to use with Visual Studio community 2015???