Engine Release: v1.69.0

And this is now in the Editor again. Please report any issues.

@mvaligursky it seems like clear color property of cameras doesn’t work on old projects. Do you know why this might be happening? It seems like it’s broken after latest release.

You can check if clearColorBuffer property is set to true on the camera component. Otherwise, it works for me at least with latest and older versions.

Yep, there was some change in the 1.68.
Ah yeah … WebGL automatically clears the backbuffer. But now when AA is enabled, we allocate the backbuffer we render to, and that is by default not cleared. So the camera flag needs to be set to clear.

1 Like