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
- Invalid Clip Method
- WebGPU error with Fantasy Kingdom and GPU Resident Drawer
- WebGPU fails with height fog in Fantasy Kingdom
- Crash on UndoManager::RegisterUndoInternal when applying added GameObjects to a Prefab
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
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)