Hi, I’m getting lots of these errors in the debugger when I run the game, referring to nodes that have long been deleted. Why is Godot still trying to reference them? Are they cached somewhere? Can I clean that cache without having to reimport anything? Thanks.
I’ve searched all scripts for any references to those ‘not found’ nodes but found nothing. I don’t recall referencing those nodes in my code anywhere either.