Search Issue Tracker
Fixed in 2022.2.X
Fixed in 2022.1.X
Votes
0
Found in
2022.1.0b8
Issue ID
1402368
Regression
No
ShaderPropertySheet native tests failing Unity 2022 when minConstantBufferOffsetAlignment unsupported
How to reproduce:
1. Clone Unity 2022/staging source code
2. Build the editor
3. From the directory where the editor is(e.g. D:\unity2022\build\WindowsEditor\x64\Debug) run the following commands on Windows:
-Unity -force-feature-level-11-0 -runNativeTests ShaderPropertySheet.SheetWithCBProperty_FindsOnlyCBProperty
-Unity -force-feature-level-11-0 -runNativeTests ShaderPropertySheet.SheetAddsPropertiesOnlyOnce
-Unity -force-feature-level-11-0 -runNativeTests ShaderPropertySheet.AddProperty_AllTypes_KeepsOtherValuesIntact
-Unity -force-feature-level-11-0 -runNativeTests ShaderPropertySheet.AddProperty_OfSameType_KeepsOtherValuesIntact
4. Open the editor log and note that tests are failing
Expected results: The tests do not fail
Actual results: The tests in the editor log fail
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
Add comment