How is this initialization variable executed? Does it perform initialization when entering a scene with this event table? If I set a global variable to 1, will it still be initialized after switching other scene and then re-entering the scene?
In addition, I want to know if the canvas size is equal to the visible area in the project properties, and whether each scene has a separate canvas size. If I want to increase the resolution to 4k, then I need to set the canvas size to 4k for each scene?