Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error message when a GDScript resource fails to load.
Currently, GDScripts who are only loaded through `ResourceLoader::load()`, like Autoloads, do not have a pathway to announce there is an error in their code. This contributes to significant confusion in error projects when autoloads are involved. At least partially closes godotengine#78230.
- Loading branch information