![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | JulioYagami |
How do I know if a resource is loaded or in use by GDScript?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | JulioYagami |
How do I know if a resource is loaded or in use by GDScript?
![]() |
Reply From: | kidscancode |
Loaded resources are cached. You can use the ResourceLoader
singleton to query whether a particular resource is in the cache: