Hi,
Is there a way to see which game assets/entities are using a script? I am looking for a way to get a high level view of who uses what in a project.
thanks
Hi,
Is there a way to see which game assets/entities are using a script? I am looking for a way to get a high level view of who uses what in a project.
thanks
get_script() returns script instance, otherwise null.
Search help is very useful to find methods and properties of classes.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.