Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
11.0.0
Issue ID
1374797
Regression
Yes
Texture mesh leftover after original fix when building project in WebGL
How to reproduce:
1. Open the attached "WebGL_bug.zip" project
2. Build and Run as a WebGL project
Expected result: No mesh between the legs
Actual result: There's a mesh leftover after a fix between the legs
Reproducible with: 2021.1.0b4, 2021.1.10f1 (11.0.0)
Not reproducible with: 2020.3.12f1 (10.5.0), 2021.1.0b3 (11.0.0), 2021.2.0a1 and 2021.2.0a2 (11.0.0)
Could not test with: 2021.2.0a3 - 2021.2.0a19 (Due to existing issue when building on WebGL), 2019.4.27f1 (Due to errors when downgrading)
Notes:
- The issue is not reproducible in the Editor
- The issue is not reproducible on Windows Build
- Original issue fixed with the project, the fix was introduced in 2021.1.24f1, no Backports we're made
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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
Resolution Note:
The project is missing a script and animation controller that drive the visibility of that "leftover" mesh. Since the original issue was resolved, this issue seems to only be a project specific issue.