Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.1.0-exp.3
Issue ID
URS-432
Regression
Yes
[Render Streaming] Vulkan plugin CreateInstanceHook method returns nullptr for some Vulkan functions
How to reproduce:
1. Open the user's attached "VulkanPlugin" project
2. Select the "+" button in the "Package Manager" window
3. Select the "Add package from git URL" option to add a Package
4. Enter "com.unity.renderstreaming" into the URL field
5. Restart the Editor
6. Open the "plugin.log" file located in the root file of the project with any text editor
7. Observe the "vkEnumerateInstanceLayerProperties" and "vkEnumerateInstanceExtensionProperties" returned pointer values
Expected result: The returned address isn't nullptr
Actual result: The returned address is nullptr
Reproducible with: 2.2.0-preview, 3.1.0-exp.3 (2020.3.32f1, 2021.2.19f1, 2022.1.0b15), 3.1.0-exp.3 (2022.2.0a9)
Not reproducible with: 2.1.1-preview (2020.3.32f1, 2021.2.19f1, 2022.1.0b15)
Couldn't test with: 3.1.0-exp.3 (2019.4.37f1) (project crashes on opening), 2.2.0-preview (2022.2.0a9) ("Unable to intercept vulkan initialisation" is thrown in the plugin.log file)
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
There are no fixes planned for this Bug