Unity/smartbeat
提供: 初心者エンジニアの簡易メモ
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を削除すればよい。