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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.