Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.1f1
2021.1
2021.2
Issue ID
1332369
Regression
Yes
SpriteMask use GPU inefficiently in Play Mode
Reproduction steps:
1. Open attached project "New Unity Project (2)"
2. Open Scene 'BenchmarkSpriteMask'
3. Play Scene
4. Observe GPU usage in Task Manager or other software
Expected result: Relatively low GPU usage
Actual result: High GPU usage
Reproducible with: 2019.4.24f1, 2020.3.4f1, 2021.1.4f1, 2021.2.0a15
Not reproducible with: 2018.4.33f1
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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
Resolution Note:
The example project doesn't provide a good case of using sprite masks. Sprite masks are tightly integrated with unity's legacy systems. Refactoring the code to be optimized isn't trivial and would require a large amount of engineering effort. Unfortunately since this is one-off case, we don't think it is worth allocating the resources to fix.