I followed this manual to use camera, write go.set("#camera", "enable")
instead of acquire_camera_focus
.
However, I got this error.
ERROR:GAMEOBJECT: Properties can not be of type ‘no value’.
ERROR:SCRIPT: main/game/camera/script_camera.script:4: the property ‘enable’ of ‘#camera’ must be a number
Using msg.post("#camera", "enable")
works.