-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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.
-
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.
-
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.
-
Compiling VPlayer
- Open player-app/unitysln/player with Unity.
- Use the Release Tool in the Menu Bar to Compile Platform Players.
-
Compiling VR Maker
- Execute build.bat to compile all files.(Integrate Qt5.9 and VS2015)
-
Running VR Maker
- Run run.bat to run VRMaker. (How to create your first project)
-
Running VPlayer on mobile
- 使用adb安装runpath\player\reviewer_cardboard.apk