Search Issue Tracker
By Design
Votes
0
Found in [Package]
8.2.0,8.1.0, 7.1.1
Issue ID
1285614
Regression
No
[Ubuntu] [HDRP] Unable to render Game Window when creating a new project with HDRP
After creating an HDRP template project, the Game Window doesn't render anything and generate an error "OpenGLCore is not supported, no rendering will occur" when the OpenGL API is not added in the graphics API list (Only Vulkan is available) in the Player settings, Reter to the attached Screenshot
Steps to Repro:
1. Create a new project with the HDRP template.
2. Observe a Game Window
Actual Result:
Unable to render Game Window when creating a new project with HDRP
Expected Result:
No errors in the console and the Game window is rendered normally
Reproducible on:
2021.1.0a1,2020.2.0b8 with package version Version 8.1.0
2020.1.3f1 with package version Version 8.2.0
2020.1.0a13 with package version Version 7.1.1
Note: Unable to check below 2020.1.0a13 due to this issue
https://fogbugz.unity3d.com/f/cases/1113161/
Environment: Ubuntu 18.04 LTS
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
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
HDRP project no longer display incorrect unsupported API error message on Linux when only vulkan API is setup.
Edit: What you're seeing is the expected behavior when Vulkan is not installed on Linux. The editor falls back directly to OpenGL which is always available for Editor and Player, but HDRP doesn't support OpenGL hence the error message.