Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
Issue ID
1191780
Regression
No
ScriptReference/SystemInfo-minConstantBufferOffsetAlignment.html :
The SystemInfo.minConstantBufferOffsetAlignment property is declared to have a bool value while in fact it needs to have an int value. The issue is clearly visible in the documentation below, where the behavior is documented correctly, but the API is not.
--------------
The documentation asserts that the return type would be an integer but the API return type is a bool.
URL: https://docs.unity3d.com/ScriptReference/SystemInfo-minConstantBufferOffsetAlignment.html
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
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Resolution Note (fix version 2020.2):
The SystemInfo.minConstantBufferOffsetAlignment API was tagged as Obsolete and retained with the wrong return value to keep it from breakage in older projects.
It was replaced with SystemInfo.constantBufferOffsetAlignment which will return the correct int value for the constant buffer offset alignment.