Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.2.0a4
Issue ID
922697
Regression
No
[WebGL][FF Win] Camera flag "don't clear" not working with new webglContextAttributes
-e: with the introduction of webglContextAttributes option for overriding said attributes the "don't clear" flag on the camera can be made working as expected. but it fails to do so on Firefox on Windows.
-repro:
--Download the project and open "test" scene.
--Make sure main camera's Clear Flags option is set to "Don't Clear" or "Depth only".
--Play scene in editor, move cube with left/right arrow keys.
--Observe the the previous draws of the cube sticking around looking like a white line
--Build for WebGL
--under <build>\Build edit the json as follows:
---set "preserveDrawingBuffer" from false to true
--run build in FF on Windows
Expected Result: Current frame should be rendered on top of previous one. (As seen in editor.)
Observed Result: the cube doesn't move at all (see console that the left/right commands are actually triggered)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
- Crash with multiple stack traces when leaving a docked VFX Graph open
Add comment