エラー対策 warning CS0108: ‘method()’ hides inherited member ‘parent-method()’.

Unityにて。警告だから無視できますけど。

 

メッセージ全文
warning CS0108: ‘method()’ hides inherited member ‘parent-method()’. Use the new keyword if hiding was intended.

 

対策
親クラスの変数名、メソッド名とかぶってっるよという警告。
名前を変えるか、継承しているのなら継承していると名言すべき。

 

スマホ動作時に、縦向き/横向き を固定する

Unityでスマホアプリをビルドした場合、デフォルトでは全方向に回転が有効化されています。そこで、以下の手順で回転方向を制限する必要があります。

“スマホ動作時に、縦向き/横向き を固定する” の続きを読む

Scene ‘SceneName’ couldn’t be loaded because it has not been added to the build settings の対策

メッセージそのままですけど、たまにやってしまうのでメモしておきます。

エラーメッセージ全文
Scene ‘SceneName’ couldn’t be loaded because it has not been added to the build settings or the AssetBundle has not been loaded.
To add a scene to the build settings use the menu File->Build Settings…
 
 

“Scene ‘SceneName’ couldn’t be loaded because it has not been added to the build settings の対策” の続きを読む

iOS Support のインストールに失敗する場合の解決策

エラーメッセージ
インストール中にエラーが起きました。
インストールできませんでした。エラーによってインストールできませんでした。
ソフトウェアの開発元に問い合わせてください。

“iOS Support のインストールに失敗する場合の解決策” の続きを読む