![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | auloma |
Hi everyone,
I try to create my first project.
It is composed of one scene called “my_scene”.
I defined the default scene on “my_scene.cs”. Godot has accepted it (with another path it raise an error wich says that the scene doesn’t exists, so it means the scene i defined is correct … )
When i try to run the scene i have the error :
modules/mono/mono_gd/gd_mono_utils.cpp:371 - System.IO.IOException: Invalid handle to path “/home/my_path/[Unknown]”.
I changed the real path by “my_path”.
The script isn’t executed.
Thank you for your help.