• Godot HelpProgramming
  • Is there a way to check the "load as placeholder" box by default when a certain scene is instanced?

Asking because I use "load as placeholder" to save objects into memory without instancing them, then later I instance many of them.

I don't think this exists as a built-in option, but you may be able to use a tool script attached to the instanced scene to achieve this (or an editor plugin).

a year later