Search Issue Tracker
Fixed
Fixed in 10.0.2
Votes
0
Found in [Package]
10.0.0
Issue ID
DANB-498
Regression
No
Fill tessellation doesn't work and Warnings logged for Closed 2D Shapes when C# Job is used
How to reproduce:
1. Create a 2D Project
2. In Hierarchy right click and create 2D Objects > Sprite Shape > Closed Shape
3. Select it in Hierarchy and check in Inspector that "Fill Tessellation (C# Job)" is checked and click the Edit Spline button
4. In Scene View move the pivot points so that the splines intersect
Reproducible with: 2021.3.27f1, 2022.3.4f1, 2023.1.2f1, 2023.2.0a21
Note: Issue is reproducible in 2021.3, but no Warnings are logged in the Console
Warning message: "Fill tessellation (C# Job) encountered errors. Please disable it to use default tessellation for fill geometry.
UnityEngine.U2D.SpriteShapeController:LateUpdate () (at ./Library/PackageCache/com.unity.2d.spriteshape@10.0.1/Runtime/SpriteShapeController.cs:614)"
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 10.0.2):
Fix for this issue is available on 2D SpriteShape package 10.0.2 and above