2021-02-01から1ヶ月間の記事一覧
やりたいこと 特定のシーンでのみanimationのeventを無効化したい。 やり方 Is it possible to turn off/suppress event calls in an animation at runtime? - Unity Answers GetComponent<Animator>().fireEvents = false; でeventがoffになります 備考 animationのev</animator>…
個人ゲーム開発で「スチームパペット」というタワーディフェンスゲームをリリースしましたが、Appliv様からレビュー記事を掲載してもらえました! (ありがとうございます!)【すぐわかる!】『スチームパペット - タワーディフェンス』 - Appliv どんな感じ…
最近個人ゲーム開発で「スチームパペット」というタワーディフェンスゲームをリリースしました!アプリ島 可愛いゲーム情報のしるるさんにレビューを書いていただけました! apps-island.com 可愛いゲームしか取り扱っていないかと思ってましたが、全範囲OK…
現象 Symbol not found: _OBJC_CLASS_$_GADAdLoader UnityでiOS用にビルドしてiOSエミュレータでアプリが起動すると上記のエラーが出てアプリが起動せずクラッシュします。 環境 Unity 2020.2.2f Google Mobile Ads Unity Plugin v5.4.0 Firebase各種 7.02 …
現象 CommandInvokationFailure: Unity Remote requirements check failed adb forward tcp:7201 tcp:7201 Unity Editorを再生しようとすると上記のエラーが出ます。 解決策 CommandInvokationFailure: Unity Remote requirements check failed - Unity Answ…