Is resource loaded?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JulioYagami

How do I know if a resource is loaded or in use by GDScript?

:bust_in_silhouette: Reply From: kidscancode

Loaded resources are cached. You can use the ResourceLoader singleton to query whether a particular resource is in the cache: