#So you might just call a Unity function
1 messages · Page 1 of 1 (latest)
Yeah, you call the swift function, let swift do its thing and then let swift call a callback function on unity with its values.
ahh ok I understand
Thats the easiest way to achieve this without hassle about different async threads or callback passing
How do you call a callback function on unity from swift 😅