Getting the list of entities that uses specific asset/material?

Is there any built-in way of getting the list of entities that uses specific asset? Mostly interested in “Container” and “Texture” assets usage, as well as list of entities that uses specific material

Thank you.

Hi @Newbie_Coder,

I think there isn’t anything in the engine that does that automatically, so you need to create a system to handle that.

1 Like