Open KnightNine opened 5 months ago
As mentioned on the issue this is documented in 4.3:
Note: Global singletons are not the same as autoloaded nodes, which are configurable in the project settings.
This should be clarified in 4.2 as well, and should also probably be clarified in the scripting documentation
Tested versions
v4.2.2.stable.custom_build [0cfe9491e]
System information
Windows 10
Issue description
Autoload Scripts are also called Singletons in the docs but I do not see them in
Engine.get_singleton_list()
thus I cannot get them withEngine.get_singleton()
when I probably should be able to.I only see the inbuilt singletons when I print the singleton list:
Steps to reproduce
Create some Autoload Scripts in the project settings and see if they show up in
Engine.get_singleton_list()
.Minimal reproduction project (MRP)
N/A