Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2019.1.0a1
2019.1.0a13
2019.2.0a1
Issue ID
1115110
Regression
No
HashSet<T>(int capacity) constructor is not supported when creating a HashSet variable
How to reproduce:
1. Open tester-attached project (HashSet)
2. Check the Console window
Expected result: no errors are present in the Console window
Actual result: the constructor, used to create a HashSet is not supported and errors are thrown in the Console window
Reproducible with: 2018.3.2f1. 2019.1.0a14, 2019.2.0a1
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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Resolution Note:
This constructor won't be available until we support .Net Framework 4.7.2 and .Net Standard 2.1 api compatibility levels. see -> https://apisof.net/catalog/System.Collections.Generic.HashSet%3CT%3E..ctor(Int32)