Scene camera zoom tween bug

Setting the camera zoom to 0 and them tweening it to 1 doesn’t work. In the debugger, the zoom value has been set to null:

image


A workaround is to set the initial zoom to a non-zero value (like 0.01). Then the tween does work.

I see.This can be very useful