cancel
Showing results for 
Search instead for 
Did you mean: 

Can i Develop in Visual Studio

gtushar31
Honored Guest
Can the development for Mobile VR be first done in Visual Studio as PC Developement and then later be ported to Android Studio for Mobile VR.
I am relatively new to Android Studio and thus was hoping to get comfortable first in Visual Studio.
1 REPLY 1

GEMISIS
Adventurer
The SDKs are quite different between mobile and PC development when it comes to doing so natively.  While you can do Android development in Visual Studio, the code base will more than likely be completely different from what you will use in PC development (I haven't taken a look at the C APIs for mobile/PC in a while, but I believe they are quite different).  My recommendation for a unified code base would be to use either Unity or the Unreal Engine.