How to export image to xcode project and use in swift?

i want use swiftui in unity ,but how to use unity assets image in swiftui

You’ll need to put the images in streaming assets and manually load them up at runtime I believe.

2 Likes

Yes, this came up before in this thread, which has some example code.

1 Like

thanks everyone

1 Like