※ この募集は締め切られました。
FlutterとUnityの連携
【教えてもらいたいこと】
プログラミング/スマートフォンアプリ
【具体的な相談内容】
FlutterにUnityを入れ込む実装が必要となりました。
現在、flutterとunityのプロジェクトがあります。
ゴールとしては、連携が完了後フラッターのボタンを押したらUnityに指示を送信できUnityのオブジェクトが動くということころです。
ゴールまで教えていただける方はいらっしゃいますか。
Flutterについてはある程度知識がありますが、Unityについてはありません。
【目安予算】
30000円
現状、接続は完了しそうなのですが
Build file '/Users/rikuto/StudioProjects/untitled5/android/unityLibrary/build.gradle' line: 2
* What went wrong:
A problem occurred evaluating project ':unityLibrary'.
> Could not read script '/Users/rikuto/StudioProjects/untitled5/android/shared/keepUnitySymbols.gradle' as it does not exist.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':unityLibrary'.
> com.android.builder.errors.EvalIssueException: compileSdkVersion is not specified. Please add it to build.gradle
というエラーでつまづいています。