Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
7.1.2
Issue ID
1198753
Regression
No
HDRP Package to version 7.1.2 do not compile
How to Reproduce:
1. Create a new Unity HDRP Project
2. Open Package Manager and update High Definition RP package to 7.1.2
3. Observe the console
Expected result: no errors in the console
Reproduced in: 2020.1.0a13, 2019.3.0b9
Cannot reproduce in 2019.3.0b8
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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
Resolution Note:
This cannot be fixed as this is an issue in 7.1.2 that we cannot edit anymore.
There is an issue with 7.1.2. There is a missing meta file in the package and recent upgrade of Unity added a bigger fence so that package are now truly readonly. So 7.1.2 is not usable with last version of Unity 2019.3 as without the meta (previously automatically added) some code file cannot be imported.
You can still install it locally though by editing the package.json targeting a local repository of the git project at the 7.1.2 revision. This should allows unity to add the meta and works correctly.
New packages are currently being released if this is not a good workaround for you.