Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.3.X, 6000.4.X, 6000.5.X, 6000.6.X
Votes
0
Found in
6000.0.67f1
6000.3.8f1
6000.4.0b8
6000.5.0a6
6000.6.0a1
Issue ID
UUM-134389
Regression
Yes
[Package Manager] Vulkan Native Rendering Plugin can no longer intercept Vulkan Initialization, as it is loaded later when added via Package Manager
Steps to reproduce:
1. Open the attached project user's project "project.zip" on 6000.2.0b2 (2bdac9ac0d74)
2. Open the Editor.log
3. Search for:
"Refreshing native plugins compatible for Editor in 1.12 ms, found 1 plugins.
Preloading 1 native plugins for Editor in 23.90 ms."
4. Open the same project on 6000.3.0a1 (4592b02ab560)
5. Search for:
Refreshing native plugins compatible for Editor in 0.09 ms, found 0 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Actual result: graphics plugin is not loaded on Editor initialization if installed via Package Manager
Expected result: graphics plugin is loaded on Editor initialization if loaded via Package Manager
Reproducible with: 6000.0.52f1, 6000.0.68f1, 6000.3.0a1 (4592b02ab560), 6000.3.9f1, 6000.4.0b9, 6000.5.0a7
Not reproducible with: 2022.3.71f1, 6000.0.51f1, 6000.2.0b2 (2bdac9ac0d74)
Environment tested: Windows 11 24H2
Notes:
-Plugin source is attached as "GraphicsPlugin.zip"
-This can be worked around by either the Package installing the plugin into Assets/Plugins or bypassing the Package Manager completely
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment