「Unity/smartbeat」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→インストール) |
|||
行13: | 行13: | ||
参考:https://smrtbeat.com/docs/unity-sdk/ | 参考:https://smrtbeat.com/docs/unity-sdk/ | ||
+ | |||
+ | ==Found plugins with same names and architectures,エラーになる場合== | ||
+ | arm64-v8aとarmebi-v7aがかぶっているためで | ||
+ | |||
+ | Android/Plugins/Libs/armebi-v7aを削除すればよい。 |
2018年9月19日 (水) 19:40時点における版
smartbeatとは
unityにも対応しているbugレポートサービス
DL
- https://smrtbeat.com/docs/unity-sdk/からSmartBeat-Unity-1.16.1.zipをDLする
- SmartBeat-Unity-1.16.1.zipをunzipで解凍しSmartBeat.unitypackageを取り出す
インストール
- Assets/Import Package/Custom PackageでSmartBeat.unitypackageを選択しimport
- gameobjectを設置しAddComponentからSmartBeatBehaviourを追加する
- メインメニューのSmartBeat/Preferenceからsmartbeat管理画面上のAPIKeyを入力する
- PlayerSetting/OtherSetting/ConfigurationでInternetAccessをon(requireかauto)にする
参考:https://smrtbeat.com/docs/unity-sdk/
Found plugins with same names and architectures,エラーになる場合
arm64-v8aとarmebi-v7aがかぶっているためで
Android/Plugins/Libs/armebi-v7aを削除すればよい。