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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
There are no fixes planned for this Bug