Search Issue Tracker
Fixed in 0.1.1-preview
Votes
0
Found in [Package]
0.1.0
Issue ID
1173318
Regression
Yes
Using TryDequeue on an empty NativeQueue stops the queue from receiving any new elements by using Enqueue
How to reproduce:
1. Open the attached "NativeQueue Test.zip" project
2. Open "SampleScene"
3. Enter Play mode and inspect the console
Expected results: The NativeQueue has 1 element after Enqueue is called for the second time
Actual results: The NativeQueue has 0 elements after Enqueue is called for the second time
Reproducible with: 2019.1.13f1, 2019.2.1f1, 2019.3.0a11 (Collections package version 0.1.0)
Not reproducible with: 2018.4.5f1, Collections package versions 0.0.9 - preview.12 and below
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
- Trees painted on a Terrain are not affected by any Wind Zone when those trees are part of an LOD Group
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
Resolution Note (fix version 0.1.1-preview):
Thanks for submitting, we fixed it in `0.1.1-preview`.