Search Issue Tracker
Fixed
Fixed in 2020.3.43f1
Votes
0
Found in
2020.3.34f1
Issue ID
UUM-1939
Regression
No
[Backport] [Metal] Unity returns that it only supports 8 compute buffers with metal graphics API when it actually supports 32
Steps to reproduce:
1. Open the attached project "Case_1299759"
2. Enter Play mode
3. Press on the white Cube
Expected results: Unity will return the number that is actually available on the device (On Mac it should be 32)
Actual results: Unity returns lower or higher values than actually available on the device (On Mac it shows just 8)
Reproducible with: 2019.4.17f1, 2020.2.1f1, 2021.1.0b1,
Unable to test with: 2018.4 due to project breaking from downgrading
Note:
- macOS and IOS with Metal seem to constantly reproduce this issue.
- Pressing on the Cube will enable 10 compute buffers and then display the cube if according to the console or the red text in the project the supported buffer count is lower then 10 but the Cube is still displayed which means that the device actually supports 10 or more compute buffers and Unity is just displaying them wrong(This happens with IOS and macOS)
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
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
- [macOS] "Add Component" button is broken when the Editor is moved to a different MacOS workspace
- Player settings icons are not retrieved when using "PlayerSettings.GetIcons" method on PS4, PS5, Xbox
- Changes of MaterialPropertyBlock via Script reset when Sprite Renderer.Color is changed in animation
Resolution Note (fix version 2020.3.43f1):
Fixed in: 2020.3.43f1