Show / Hide Table of Contents

How to cutomise the batch file settings?

To cutomise the batch file settings, please follow the step below:

  1. Go to the GameObject VGear, VGear (Script) > [System] > Buid Batch .

  2. By default, there are some predefined environments for building batches, including PC, HMD, CAVE and DOME.

  3. Add a new element by changing the Size of the list Customs.

  4. For each element, there are Type, Name and Config Name can be modified.

  5. Modify the Type with different environment types if needed, the Name and Config Name will be changed automatically.

    Name will be concatenated to the application name into the batch file generated. The default value will be the chosen environment type warpped by bracket.

    Config Name stores the path of the configuration file of the application. The default value will be the corresponding config of the chosen environment type. For CAVE and DOME, two batch files will be generated. Take CAVE as example, applicationName_[CAVE].bat and applicationName_[TEST][CAVE].bat will be generated, the former loading the configCAVE.vxrc file in %VOTANIC_PATH%/Configs/, the latter loading the [output folder]\VotanicXR\Configs\ConfigCAVE.vxrc. For other environment types, only one batch file will be generated with loading [output folder]\VotanicXR\Configs\{Config Name}.

  6. After build the project, the batch files will be built with customized settings.

In This Article
Back to top Generated by DocFX