Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
3
Found in
2018.2.11f1
2018.2.12f1
2018.3.0b3
2019.1.0a1
Issue ID
1092403
Regression
Yes
Disabling Unity Analytics package throws compilation errors when project is using UnityEngine.XR namespace
How to reproduce:
1. Open the attached "Post-Processing Package compile failure.zip" project
2. Open Package Manager window
3. Make sure that the project has "Post-Processing" package is installed
4. Disable the built-in "Unity Analytics" package
Alternative scenario:
1. Create a new project
2. Create an empty script
3. Open the script and add the following code line: "bool b = XRSettings.enabled;"
4. Add a "using" directive: "using UnityEngine.XR;"
5. Save the script
6. Back in Unity Editor, open Package Manager window
7. Disable the built-in "Unity Analytics" package
Expected result: Disabling built-in "Unity Analytics" package does not cause compilation errors when "UnityEngine.XR" namespace is used in the project.
Actual result: If a project is using "UnityEngine.XR" namespace, compilation errors are caused after disabling "Unity Analytics" package.
Reproducible with - 2018.2.11f1, 2018.2.13f1, 2018.3.0b3, 2018.3.0b7, 2019.1.0a1, 2019.1.0a5
Not reproducible with - 2018.2.10f1, 2018.3.0b2
Error thrown (main scenario):
error CS1070: The type `UnityEngine.XR.XRSettings' has been forwarded to an assembly that is not referenced. Enable the built in package 'Unity Analytics' in the Package Manager window to fix this error.
Fixed in 2019.1.0a13
Backported to 2018.3.4f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [2023.2] HDRP Asset Settings Helper throws a NullReferenceException
- [URP] SubmitRenderRequest with NativeRenderPass + Upscaling doesn't work
- “ArgumentOutOfRangeException” error appears when inserting a double character if using “SetValueWithoutNotify” on UI Toolkit’s TextField
- Particle System emission delays between particle generations when playing the simulation
- EditorUtility.DisplayDialog is not shown when Input.GetMouseButtonDown is called a second time
seanmcbeth
Oct 25, 2018 16:22
I am also seeing this issue. This is concerning, because we have clients that require us to disable analytics. Even if the checkbox in the editor to disable it is still working, not being able to continue to work without the module installed does not inspire confidence.