🌥制作記録🌥

創作に関することを書いていきます。だいたいゲーム系

2019-01-01から1年間の記事一覧

【Unity 2019.3.0f3/ビルド】Android NDK not found 修正方法

概要 NDKが読み込めないケースの修正方法説明 エラー画面 環境 Unity Hub 2.2.1 Unity.2019.3.0f3 原因 自動で設定されるNDKのパス先のファイル構成に誤りがある。 修正方法 NDK 読み込みの状態を確認 Edit → Preference → External Tools のAndroidの項目に…

Privacy Poricy -Android-

Privacy Policy MokomoGames built the Geister app as an Ad Supported app. This SERVICE is provided by MokomoGames at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use,…

Unity App Privacy Policy -iOS-

Privacy Policy built the Geister app as an Ad Supported app. This SERVICE is provided by at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Perso…

【Unity/PUN】ネットワークゲームにおける楽な動作確認方法

概要 こんな人がよむ 前提 やり方 流れ ローカルマシーンに同様のプロジェクトを2つクローンする UnityEditorを2つ開く 片方のプロジェクトでコーディングを行う 2つのローカルリポジトリを同期させる (準備) 2つのローカルリポジトリを同期させる 怒られま…

【Unity2019.3.0a4】関数名を取得する方法。引数として必要になった時など

問題点 下のような関数名を引数として取る関数を使用する際に以下のような問題が起きる。 ベタ打ちによるタイポが発生 関数名を修正する時に大変になる methodNameとして渡す関数が、どこで使用されているか探す事が困難になる public void RPC(string metho…