Sending Images across Unity to iOS Bridge
I'm building an app that has a heavy UI Layer built in UIKit.
As part of the UI, we built a messenger system that is very similar to whatsapp, and uses images of the users' avatars for profile pictures. These avatar images are rendered in unity and stored as sprites on the unity side of the bridge, but we need to send them over to the iOS side in order to display in the UI.
What's the most efficient way to do this?
Comment
Your answer
Follow this Question
Related Questions
Unity WebGL Disable mobile warning 12 Answers
Pause Unity when ADS or other modal view are presented 0 Answers
Exporting to iOS 0 Answers
Why iOS Build is more bigger than Android? 0 Answers
MetaData and iOS Build is huge, sprites not loading correctly on iOS 1 Answer