Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
/ UnityCcuTest Public archive

Demonstrates an issue where I'm unable to get the Unity Conditional Compilation Utility to work as expected.

Notifications You must be signed in to change notification settings

binarynate/UnityCcuTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Conditional Compilation Utility Issue Repro

UPDATE: For the solution, see this issue in the CCU repo.

This project demonstrates an issue where I'm unable to get the Unity Conditional Compilation Utility to work as expected. The Test.cs file uses CCU to declare a OCULUS_XR_INSTALLED scripting symbol if the Oculus XR plugin is installed. However, the file demonstrates that OCULUS_XR_INSTALLED isn't defined, even though the Oculus XR plugin is installed in the project.

Setting up the project

  1. The Unity Conditional Compilation Utility is installed as a git submodule, so it must be initialized after cloneing the project:
git clone git@github.com:BinaryNate/UnityCcuTest.git
git submodule update --init
  1. After that, you can open the project in Unity 2020.2.

About

Demonstrates an issue where I'm unable to get the Unity Conditional Compilation Utility to work as expected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages