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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.