Search Issue Tracker
Fixed in 2021.2
Fix In Review for 2020.2
Fixed in 2021.1
Votes
0
Found in
2019.3.0f1
2020.1.2f1
2021.1
Issue ID
1292639
Regression
Yes
Empty square brackets appear in the scene file after adding the Composite Collider 2D
How to reproduce it:
1. Open the attached project "1292639.zip"
2. Open the “Test.unity” file with the Visual Studio
3. In Visual Studio find the "m_CompositePaths" object
4. Notice that "m_CompositePaths" object doesn't contain empty brackets ("- []")
5. In the Unity Editor, load the "Test" scene
6. In the Hierarchy view, select the ‘GameObject’
7. In the Inspector view, find and remove Composite Collider 2D
8. Add a new Composite Collider 2D component to the 'GameObject'
9. Save the “Test” scene
10. In Visual Studio observe the "m_CompositePaths" object
Expected result: "m_CompositePaths" object doesn't contain empty square brackets ("- []")
Actual result: Empty square brackets ("- []") appears in the "m_CompositePaths" object
Reproducible with: 2019.3.0f1, 2019.3.15f1, 2019.4.15f1, 2020.1.17f1, 2020.2.0f1, 2021.1.0a9
Not reproducible with: 2018.4.30f1, 2019.3.0b12
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader error db grows on each build
- Android ARCore build fails with 2019.4 due to outdated Gradle
- [tvOS] Visual artifacts are present when Ambient Occlusion is enabled and Dynamic Resolution is reduced
- Texture Importer Inspector throws errors when a built-in texture inspector is overwritten in C#
- Invalid AABB error is thrown when moving a Particle with Velocity over Lifetime and Limit Velocity over Lifetime modules
Add comment