Editor: object linked or unique?

Hi…,

how to see in the Godot 4 editor if an object is linked or unique?

Thanks

Mike

If the resource is saved to a file you can do right-click > View Owners
Otherwise I don’t think there is a way to see if a particular Resource is used in multiple places.
You can always open the tscn or tres in a text editor, find the resource and Ctrl-F for it in the file

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.