Search Issue Tracker
Fixed in 9.0.0-pre.1
Fixed in 7.0.5
Votes
0
Found in [Package]
8.0.0-pre.5
Issue ID
1387298
Regression
No
SpriteShape throws ArgumentException error when checking position validity of a point added to Spline
How to reproduce:
1. Open the user's attached project
2. Open scene Scenes/SampleScene
3. Press the Play button and observe the Console
Expected result: no errors are thrown
Actual result: ArgumentException: Internal error: Point too close to neighbor
UnityEngine.U2D.Spline.InsertPointAt (System.Int32 index, UnityEngine.Vector3 point) <...>
Reproducible with: 7.0.3 (2021.2.8f1), 8.0.0-pre.4 (2022.1.0b4), 8.0.0-pre.5 (2022.2.0a2)
Could not test with: 2019.4.34f1, 2020.3.26f1 (2D Package errors)
Notes: crash occurs occasionally after entering Play mode
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
- Lightmaps are baked incorrectly for GameObjects when their Position is <=-2048 or >=2048 on any of the coordinates
- Sahder errors in Player when "Strict shader variant matching" is enabled and the rendering path is set to "Deferred"
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
Resolution Note (fix version 9.0.0-pre.1):
Fix for this issue available on Unity 2022.2.0a14 and above
Resolution Note (fix version 7.0.5):
Fix for this issue will be available on Unity 2021.3.7f1 and above