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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
There are no fixes planned for this Bug