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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.