Is there any way to load a custom resource using its unique id?

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

How can I do it? The load() function requires a path, but I would like to access all the custom resource’s variables just by using its unique id.

Is there something like load("uid://c4d8oi4dfnvy8")

Sorry, it seems like load("uid://c4d8oi4dfnvy8") works fine. I was confused by a bug in my code.

Trenico | 2023-03-31 19:05