Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2021.1.17f1
2021.3.16f1
2023.3.0a3
Issue ID
UUM-41447
Regression
Yes
[HDRP][XR] Editor crash entering play mode with terrain in the scene
Editor is crashing when trying to enter play mode with terrain in view. This appears to only happen with XR + HDRP + Multi Pass, single pass doesn't reproduce the crash
*Forum Post:*
[https://forum.unity.com/threads/unity-2020-1-1-6-editor-crash-when-using-terrain-with-steam-xr-plugin-and-multi-pass-rendering.957078/] **
*Issue Link:*
*GitHub Link/Valve:*
[https://github.com/ValveSoftware/unity-xr-plugin/issues/38]
How to reproduce:
# Create a new project with 3D HDRP template
# Go to Player Settings and enable VR support
# Add the Open XR package in the Package manager
## Enable OpenXR -> Mock Runtime
# In the Hierarchy create a new Terrain
## Paint some terrain on the asset in view of the camera view
# Enter the Play Mode
Note: The crash appears to be caused by the Camera. Disabling the main camera in the scene stops the crash from happening
_*Attaching min repo project*_
-
karen435662
Jul 03, 2023 01:43
For the past 3 months now I have been looking for good and genuine spell to bring back my ex lover back and also help me to win lottery. and it has been a hard time for me finding the right place until I get in contact with Dr Padman who gave me powerful prayer and assured me that it will take two days before the spell will be effective, truly 2 days later, my Ex Lover called me, i answered the call, he started apologizing, we are together Now. Thank you for making her know that we are meeting to be together and also making my dreams come true. And he did a spell that made me win the lottery. Please if anyone needs a LOTTERY SPELL. Contact him now for your own help, All thanks goes to DR. Padman for the excessive work that he has done for me. Below is his contact info.
Contact: Name: DR PADMAN
Email: padmanlovespell@yahoo. com
Whatsapp: +1(201)-(834)-(6111)
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
- 3D Sample Scene (HDRP) template tutorial Welcome Dialog pop-up doesn't appear on project creation
- [Profiler] The Addressable Asset Module module outputs an ArgumentException when asset GUIDs produce a hash collision with Addressables
- Huge amounts of tests have a start delay when pressing "Run All" in the Test Runner
- Blackboard: Double borders around the tooltip
- [WebGL]VideoPlayer Rendering stops when setting FilterMode of a texture downloaded with UnityWebRequestTexture.GetTexture()
Resolution Note:
There are no fixes planned for this Bug
Resolution Note (2023.3.X):
Upon investigation, we found this issue is related to a corner case of double culling using the same camera.
The root issue is the compatibility issue wrt IntermediateRenderer(per camera instanceID) dynamic array grow/resize and the HDRP XR multipass culling pattern.
Added warning message in HDRP to detect this incompatibility issue and fixed the crash. After the fix, multipass with multicull won't render when terrain is active.
Workaround for HDRP XR terrain is to use single pass XR or switch to a provider that support single cull.