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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.