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
- Depth of Field doesn't apply correctly to Canvas UI when it is set to World Space Render Mode
- Crash on GetElementMapKey when "None" is assigned to a field with binding path "m_GameObject"
- Stereoscopic skybox renders as monoscopic when using Multi-pass render mode in XR plugin while using URP
- Parameterized Tests with ValueSource fail when supplied parameter is an System.Object
- Error Message "Broken text PPtr in file" is not informative enough to locate the problematic asset
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.