We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff16ea commit 49d6733Copy full SHA for 49d6733
README.md
@@ -20,7 +20,7 @@ Views in your application at once. You will also need a way to
20
communicate to <-> from your unity content to your iOS app.
21
I would recommend an event bus in both your Unity code and
22
your iOS code. AKA one central place on both sides to emit events
23
-to and listen to events from on each side.
+to and listen to events on each side.
24
25
In other words you will need 2 busses, 1 on the Unity side that you can
26
call into to emit events from on the iOS side, and one on the iOS side that
0 commit comments