Say I pick a random instance (or all with layer.instances[]), is it possible to get the id of the plugin (ex. Sprite) the object type of the instance belongs to?
I know how to get the name of the object type and reference the plugin, but I haven't figure out how to get the name (id) of the plugin.
Is it possible? (without hacking the official code, of course)
Thanks.