Skip to content
chimera kang edited this page Aug 6, 2019 · 13 revisions

VR Maker is an open source tool for crafting virtual reality experiences. This repository hosts the open source code for the platform and allows developers to openly contribute to the development of the platform. With the help of all contributors, this platform aims to make building experiences in virtual reality easier than ever.

  1. Environment Initialization

    • Set the environment variable QT_ROOT, Eg: C:\qt-580-msvc2015-x86\5.8\msvc2015.
    • Set the environment variable VRMAKER_ROOT to point to the VRMaker folder.
    • Execute init.bat to create the run directory.
  2. Compiling Resources

    • Open pkg-maker with Unity.
    • Compile the resources of the web platform using the BuildTools/AssetBundle/WebGL menu bar.
    • Compile resources for the Windows platform using BuildTools/AssetBundle/Win32 in the menu bar.
    • Compile Android platform resources using BuildTools/AssetBundle/Android in the menu bar.
    • Compile the manifest file using the BuildTools/Manifest menu bar.
  3. Compiling VPlayer

    • Open player-app/unitysln/player with Unity.
    • Use the Release Tool in the Menu Bar to Compile Platform Players.
  4. Compiling VR Maker

  5. Running VR Maker

  6. Running VPlayer on mobile

    • 使用adb安装runpath\player\reviewer_cardboard.apk

Clone this wiki locally