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:
A workaround is to set the initial zoom to a non-zero value (like 0.01). Then the tween does work.
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:
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