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
- The tag adder functionality does not work if a space is entered instead of a name
- Errors thrown in the Console when configuring In-App Purchases package
- Longer Scaler Profile names go out of the"Scaler Profilers" section
- AI Navigation window UI elements overlap when the AI Navigation window is docked and resized
- Editor freezes after some time when using NavMeshQuery::Raycast
Resolution Note:
There are no fixes planned for this Bug