Made my application on Unity for Samsung Gear VR virtual reality glasses. I would like to make a version for Android, so that any Android user can use this application, and not just users of sgs 6/7 + gear vr. What do I need to do?

    1 answer 1

    Change the platform in BuildSettings on Android and click the "Switch Platform" button and Unity will prompt you that it will not work on the selected platform. You will need to correct the problem pieces so that the application runs on Android. Well, then it will remain to make the interface suitable for different devices and screen sizes, and everything seems to be.

    • Apparently, you do not know the details of the development of Gear VR. When developing for Gear VR, you are already working on a project for android, just by pre-importing the package from the SDK downloaded from the official site. - delphikettle
    • then explain what the problem is? Need to use another SDK? - KingPeas