Search Issue Tracker
By Design
Votes
0
Found in
2019.2
2019.2.0b4
2019.3
Issue ID
1159945
Regression
No
[Xbox One] [UWP] Blendshapes with compute shaders are not rendered on Xbox One with UWP
How to reproduce:
1. Open attached Unity project
2. Build to UWP
3. Deploy to Xbox
Expected result: Cube is rendered.
Actual result: Cube is not rendered. Error pops up: "Platform does not support compute shaders".
Reproduced with: 2019.3.0a6, 2019.2.0b6.
Notes:
- Can't test on 2017.4, 2018.4, 2019.1 because of missing Prefab
- Works as expected on Local Machine
- Works when building directly to Xbox
- Adding Direct3D12 to Graphics API doesn't fix this problem
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2019.3.X):
UWP on XboxOne does not support D3D11 FeatureLevel 11, see https://docs.microsoft.com/en-us/windows/uwp/xbox-apps/system-resource-allocation. therefore no compute shaders support for that particular platform. please use DX12 as the first API in the list.