Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2020.3.45f1
2021.3.20f1
2022.2.9f1
2023.1.0b6
2023.2.0a4
Issue ID
UUM-28971
Regression
No
System.Buffers option does not exist when selecting the Assembly reference
Reproduction steps:
1. Open the attached project “AssemblyBug”
2. Select “Assets/StrawberryShake/StrawberryShake.asmdef” asset
3. In the Inspector window under the Assembly References tab open the dropdown menu
Expected result: Systems.Buffers Assembly Reference is shown in the list
Actual result: Systems.Buffers Assembly Reference is missing from the list with some other references
Reproducible with: 2020.3.45f1, 2021.3.20f1, 2022.2.9f1, 2023.1.0b6, 2023.2.0a4
Reproducible on: macOS 13.1 (Intel)
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Any assemblies in the project that are already referenced from the base class library are not included in the list of possible assembly references for an .asmdef file. The System.Buffers.dll assembly is one of these files.
Resolution Note (2023.2.X):
Any assemblies in the project that are already referenced from the base class library are not included in the list of possible assembly references for an .asmdef file. The System.Buffers.dll assembly is one of these files.