Matías Muñoz Espinoza

Results 5 comments of Matías Muñoz Espinoza

The init gave me problems to. but I was able to use admob without init.

You try open with another console, like a cmd or another?

The crash is in the line: get_tree().change_scene_to_file(scene) ![image](https://user-images.githubusercontent.com/342117/222434729-5080c630-fbf8-4775-8de4-ce921424e991.png) When I use curtain.tscn like autoload and curtain.gd.

Another thing is that it only happens in compatibility mode. I test too in Forward+ and Mobile and don't happens.

Still happens in versions **4.2.1** and **4.2.2** and **4.3-beta3** The file is supposed to be created if I do the following: ``` extends Node2D func _ready(): var _file_path := "user://my_file.save"...