Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.2.X, 2017.3.X
Votes
0
Found in
2017.2.0b11
Issue ID
951036
Regression
Yes
[WSA] ComputeBuffer.SetData() amdComputeBuffer.GetData() return empty result when running on an UWP build
Steps to reproduce:
1. Open the attached project
2. Switch platform to Windows Store
3. Build for WSA Universal 10
4. Open Visual Studio solution
5. Deploy on local machine
6. Observe the Output windows. Tests are failed or returns (0, 0, 0)
Actual results: Tests are failed or returns (0, 0, 0)
Expected results: Tests should not failed and return the set value
Note:
With 2017.2.0a1 - 2017.2.0b9 versions the build crashes with exception:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
Reproduced with: 2017.2.0b10, 2017.2.0b11, 2017.3.0a7
Not reproduced with: 5.6.3p2, 2017.1.1p2
Fixed in: 2017.2.0p3, 2017.3.0b8, 2018.1.0a2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- New browser tab is not created when trying to open Package Manager hyperlinks by holding the Ctrl key and pressing the left mouse button
- [Mobile] NavigationSubmitEvent is not being triggered when the submit button is pressed on a mobile keyboard
- Materials render incorrect color when using the "require native16bit" pragma directive
- GUIUtility.hotControl controlID value does not change when clicking with the Left Mouse Button
- ScriptableObject.OnDestroy is not called after Respouces.UnloadUnusedAssets
Add comment