Search Issue Tracker
Fixed
Fixed in 2022.3.20f1, 2023.2.10f1, 2023.3.0b7, 7000.0.0a1
Votes
0
Found in
2022.3.0f1
2023.2.0a1
2023.3.0a3
Issue ID
UUM-4341
Regression
No
Coverage.GetSequencePointsFor API returns wrong file path for fields in partial class that are declared with an initial value
Steps to reproduce:
1. Open attached project UUM-4341.zip in any Unity version
2. Select 'Test/Sequencepoints' from the top menu
3. Inspect the Console
Actual result:
.ctor TestClassPart2.cs 28
.ctor TestClassPart1.cs 29
.ctor TestClassPart1.cs 5
.ctor TestClassPart1.cs 6
.ctor TestClassPart1.cs 7
.ctor TestClassPart1.cs 8
Expected result:
.ctor TestClassPart2.cs 28
.ctor TestClassPart2.cs 29
.ctor TestClassPart1.cs 5
.ctor TestClassPart1.cs 6
.ctor TestClassPart1.cs 7
.ctor TestClassPart1.cs 8
Reproduced with: 2019.4.31f1, 2021.3.31, 2022.3.12, 2023.1.18
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
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Resolution Note (fix version 2023.3.0b7):
Fixed in: 2023.3.0b7
Resolution Note (fix version 2023.2.10f1):
Fixed in: 2023.2.10f1
Resolution Note (fix version 2022.3.20f1):
Fixed in: 2022.3.20f1