Author Archives: NaruAkitsuki

RiderでCannot Resolve Symbol

RiderがUnityEngineの参照に失敗すると、UnityEditorでエラーにならなくても`Cannot Resolve Symbol` エラーだらけになる。 解決方法 Preferences > Externa …

Read more »

Xcodeでビルドしようとすると “xxx is busy: Preparing debugger support for xxx.” と表示されて先に進まない時の対処

xxx is busy: Preparing debugger support for xxx. Xcodeでビルドしようとすると、途中でxxx is busy: Preparing debugger support f …

Read more »

symlinkが含まれるUnitySDKを導入する時にGUIDが更新され続ける場合の対処

https://forum.unity.com/threads/unity-changing-guids-absolutely-every-time-you-give-the-editor-window-focus.53 …

Read more »

AndroidでCall requires API levelエラー

Call requires API level 26 (current min is 23): android.content.Context#startForegroundService 指定しているビルド時の最小SD …

Read more »

UnityでInvalid build path エラー

下記のようなエラーログが出力された場合、指定できないディレクトリがあるっぽい。 Downloadsフォルダは指定できるみたい。 Invalid build path: c:/users/(username) UnityE …

Read more »