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
- NullReferenceException is thrown when assigning an Object to a custom DebugUI.ObjectField in Rendering Debugger
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
Resolution Note:
There are no fixes planned for this Bug