TAKOYAKING’s blog 一覧

TAKOYAKING’s blog

たこ焼き系

2021-02-01から1ヶ月間の記事一覧

Unity: Animationのeventをoffにしたい

やりたいこと 特定のシーンでのみ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様からレビュー記事を掲載してもらえました! (ありがとうございます!)【すぐわかる!】『スチームパペット - タワーディフェンス』 - Appliv どんな感じ…

アプリ島 可愛いゲーム情報で「スチームパペット - タワーディフェンス」をレビューしてもらえました。

最近個人ゲーム開発で「スチームパペット」というタワーディフェンスゲームをリリースしました!アプリ島 可愛いゲーム情報のしるるさんにレビューを書いていただけました! apps-island.com 可愛いゲームしか取り扱っていないかと思ってましたが、全範囲OK…

Unity: iOSエラー「Symbol not found: _OBJC_CLASS_$_GADAdLoader」

現象 Symbol not found: _OBJC_CLASS_$_GADAdLoader UnityでiOS用にビルドしてiOSエミュレータでアプリが起動すると上記のエラーが出てアプリが起動せずクラッシュします。 環境 Unity 2020.2.2f Google Mobile Ads Unity Plugin v5.4.0 Firebase各種 7.02 …

Unity: 再生すると「CommandInvokationFailure: Unity Remote requirements check failed adb forward tcp:7201 tcp:7201」のエラーが出る

現象 CommandInvokationFailure: Unity Remote requirements check failed adb forward tcp:7201 tcp:7201 Unity Editorを再生しようとすると上記のエラーが出ます。 解決策 CommandInvokationFailure: Unity Remote requirements check failed - Unity Answ…