-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New example with Flutter <-> Unity communcation & iOS fixes #61
New example with Flutter <-> Unity communcation & iOS fixes #61
Conversation
…lutter" functionality
* original-master: Update Build.cs
🎉 |
@thomas-stockx and @krispypen you two are awesome. We can give you access too to manage stuff here, seeing how busy I am becoming |
@juicycleff That would be nice :) |
@thomas-stockx accept the invitation here https://github.com/snowballdigital/flutter-unity-view-widget/invitations |
Thanks again we do appreciate it |
Thanks man 👍 |
I'm still having the following error: Ld /Users/XXXXXXX/Library/Developer/Xcode/DerivedData/Runner-bajlhudeslpnyrbncvmddahlibcy/Build/Products/Debug-iphoneos/UnityFramework.framework/UnityFramework normal arm64 Undefined symbols for architecture arm64: ANY help is greatly appreciated! |
Hi @thomas-stockx, I have added the files and the code below to send message from Unity to Flutter:
But the message still not appearing, do I actually need to edit the file in Unity and export it to Android again or I can just edit it in Android Studio in my Flutter Project? |
Every time you make a change to the Unity project, you need to export it again. |
I have too. |
I've updated the example to include Flutter to Unity and Unity to Flutter communication so this PR
fixes #35
fixes #36
fixes #33
fixes #41
@krispypen made sure the example works on iOS, so this PR also
fixes #38
fixes #56
Probably also fixes #60