Sharing assets between apps

Hi,

I’m wondering if there is any way to “share” assets (images, audio files) between different apps. In other words, a way to reference assets from one app that exist in a different app.

We have a particular use case where it would helpful to centralize assets (in one app) that are shared by multiple other apps.

Any help would be greatly appreciated!

-Barton

I mean assets are just links. You can easily share the links to the assets. But there is no automatic way.

You could write a custom editor and then select assets from a shared app. This would probably work.

1 Like

The idea of a custom editor is interesting. Thanks, Sebastian!