Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
7.4.3
Issue ID
1269724
Regression
Yes
[HDRP] HDRP 7.4.3 doesnt work with Unity 2019.3.2f1 XR errors
HDRP does not compile on Unity 2019.3.2f1
1) Open an empty project with Unity 2019.3.2f1
2) Download HDRP 7.4.3 with package manager and notice minimal version is 2019.3.2f1
3) After HDRP imports there will be 3 errors in the console.
This happens because the minimal version is not set correctly
Doesn't compile on 2019.3.5f1 and below.
Compiles on 2019.3.6f1 and above.
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
We are unable to fix this situation as the HDRP package in question is released, and therefore unmodifiable. The solution is to upgrade to a Unity version that is compatible with 7.4.3 (e.g., Unity 2019.3.6).
UPDATE: We implemented prevention for this issue in the future here:
https://github.com/Unity-Technologies/Graphics/pull/1803