Godot version
4.0 beta4
System information
Windows 10 x64
Issue description
When you have an Autoload and do preload("scene.tscn"), it will fail at runtime if that scene refers to Autoload in a script. This wasn't happening in beta3.
Steps to reproduce
Just run MRP
Minimal reproduction project
PreloadBug.zip
Godot version
4.0 beta4
System information
Windows 10 x64
Issue description
When you have an Autoload and do
preload("scene.tscn"), it will fail at runtime if that scene refers to Autoload in a script. This wasn't happening in beta3.Steps to reproduce
Just run MRP
Minimal reproduction project
PreloadBug.zip