#if UNITY_EDITOR // エディタ上の動作 #else // エディタ以外の動作 #endif #if UNITY_IPHONE || UNITY_ANDROID // iphoneとandroidの動作 #endif ...
確定! 回上一頁