エラー

Unityエラー

VS Codeでusing UnityEngine.UIが参照エラーになる場合の解決方法

Unityでゲームを作っていて、いつも通りVSCodeでC#ファイルを開いてUIの処理を記述しようとしたところ・・・usingUnityEngine.UIを書いたときに、なぜかエラーが出ました。エラー状態で保存してUnityエディタに戻って...
Unityエラー

VectorGraphicsが原因でUnityEngine.UIへの参照がエラーになる問題

普段当たり前のように使っていたUnityEngine.UIですが、先ほど突然UnityEngine.UIへの参照がされなくなってしまいました。エディタはVSCodeを使っているのですが、突然usingUnityEngine.UI;という記述...
Unityエラー

【ZenjectException】Instantiator should not be used to create new mono behaviours. というエラー

Zenjectでのエラー。ZenjectException:Asserthit!Erroroccurredwhileinstantiatingobjectoftype'xxxx'.Instantiatorshouldnotbeusedtoc...
Unityエラー

Refresh case sensitivity failure. というエラー

Unityで以下のエラーが出ました。Refreshcasesensitivityfailure.原因と解決方法主には.metaファイルが原因のようです。不適切なファイルの追加/削除を行ったりしたときに、.metaファイルが壊れる(対応ファイ...
Unityエラー

NCMBエラー「UriFormatException: Invalid URI: The URI is empty.」の原因と解決方法

Unityプロジェクトのオンラインランキング実装で、NCMBを利用していました。それまで正常に動作していたのですが、インポートし直した際にエラーが出て動作停止するようになったので、原因を探りました。UriFormatException:In...
Xcodeエラー

Supported orientations has no common orientation with the application…というエラー

UnityでiOSビルドした後にXcodeで実機ビルドした際、以下のエラーが出ました。UIApplicationInvalidInterfaceOrientation:Supportedorientationshasnocommonorie...
Unityエラー

Duplicate class android.support.v4.app.XXX found in modules classes.jar … というビルドエラー

UnityでAndroidビルドする際、以下のようなエラーが大量に出てきました。Duplicateclassandroid.support.v4.app.INotificationSideChannel$Stubfoundinmodules...
Unityエラー

Exception: /xx/xx/xx/il2cppcore.dll did not run properly! のビルドエラーを解決

UnityでのAndroidビルド時、以下のエラーが出ました。Exception:/Applications/Unity/Hub/Editor/2019.2.7f2/Unity.app/Contents/il2cpp/build/il2cp...
Xcodeエラー

No suitable application records were found. Verify your bundle identifier ‘xxxx’ is correct. の原因と解決方法

XcodeでArchiveしたあとValidateする際、以下のエラーが出ました。Nosuitableapplicationrecordswerefound.Verifyyourbundleidentifier'com.Yusuke.Cub...
その他エラー

Catalinaでウィンドウが点滅(非アクティブ状態になる)不具合の解決方法が判明

macOSをCatalinaにアップグレードしたところ、ウィンドウがアクティブ状態と非アクティブ状態を繰り返し、常に点滅しているような状態になってしまいました。特定のアプリケーションで起こるわけではなく、全てのアプリケーションのウィンドウで...