Search Issue Tracker
Fixed in > 1.0.2-preview
Votes
0
Found in [Package]
com.unity.2d.triangle
Issue ID
1084161
Regression
No
[2D] [2d Triangle] Warnings appear in console when using 2d Triangle package
Two warnings appear in console when using 2d Triangle package
Steps to repro:
1. add com.unity.2d.triangle package to your project
2. look into the console
The following warnings appear:
Library\PackageCache\com.unity.2d.triangle@1.0.2-preview\Runtime\Mesh.cs(59,22): warning CS0649: Field 'Mesh.nextras' is never assigned to, and will always have its default value 0
Library\PackageCache\com.unity.2d.triangle@1.0.2-preview\Runtime\Topology\DCEL\Face.cs(31,22): warning CS0649: Field 'Face.mark' is never assigned to, and will always have its default value 0
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
Add comment