Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.1.0
Issue ID
1289158
Regression
No
Frame Buffer is not being cleared in the Player with 2D Renderer Data Asset
How to reproduce:
1. Open the user's attached "TroxDelivery.zip" project
2. Go to File -> Build And Run
3. Press "Play" in the Player
4. Move the truck with the "W" key
5. Observe the application
Expected result: The Sprites are not repeating, Frame Buffer is getting cleared
Actual result: The Sprites are repeating, Frame Buffer is not getting cleared
Reproducible with: 8.2.0 (2020.1.13f1), 10.1.0 (2020.2.0b11, 2021.1.0a5)
Could not test with: 7.5.1 (2019.4.14f1) - Black screen in the Player
Notes:
- Reproduced the issue on Windows
- The issue is not reproducible in the Editor with 8.2.0 (2020.1.13f1), while it's also reproducible in the Editor in 10.1.0 (2020.2.0b11, 2021.1.0a5)
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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Resolution Note:
The camera Background Type in the test scenes is Skybox, which isn't supported by the 2D Renderer. The solution is to use Solid Color or an image for the background.