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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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.