에러
Posts
35 posts[에러 대응] Ambiguous reference 'preview': CameraMotionBlurEditor.preview, UnityEditor.Editor.preview.
var preview : SerializedProperty; to var preview_ : SerializedProperty; preview_ = serObj.FindProperty ("preview");EditorGUILayout.PropertyField (preview_, new GUIContent("Preview"));if (preview_.boolValue)
[경고&에러 대응] `UnityEditor.EditorUtility' does not contain a definition for `GetAssetPreview'
....#if (UNITY_2_6 || UNITY_2_6_1 || UNITY_3_0 || UNITY_3_0_0 || UNITY_3_1 || UNITY_3_2 || UNITY_3_3 || UNITY_3_4 || UNITY_3_5 || UNITY_3_6 || UNITY_3_7 || UNITY_3_8 || UNITY_3_9) bodyPreview = (Texture2D)EditorUtility.GetAssetPreview(bodyObject);#else bodyPreview = (Texture2D)AssetPreview.GetAssetPreview(bodyObject);#endif ... #if (UNITY_2_6 || UNITY_2_6_1 || UNITY_3_0 ||
[경고&에러 대응] `UnityEditor.EditorWindow.title' is obsolete
title = "CustomWindow "; -> #if UNITY_4_3 || UNITY_4_5 || UNITY_4_6 || UNITY_5_0 title = "CustomWindow "; #else titleContent = new GUIContent("CustomWindow "); #endif
[경고&에러 대응] `UnityEditor.EditorApplication.NewScene()' is obsolete
EditorApplication.SaveScene();EditorApplication.NewScene(); -> #if UNITY_2017_2_OR_NEWER //added for unity2017EditorSceneManager.SaveScene(EditorSceneManager.GetActiveScene());EditorSceneManager.NewScene(NewSceneSetup.DefaultGameObjects);#elseEditorApplication.SaveScene();EditorApplication.NewScene();#endif
![[1년 전 오늘] 250608 인천 무의도 덕점방파제 바다루어낚시 - 장대, 광어](https://img.zoomtrend.com/2026/06/10/1781084366-20250608122254.jpg)
![[CV] [Comi] '終末のハーレム ファンタジア' (종말의 하렘 판타지아) 17권. 그동안 SAVAN에 무슨 일이 있었던 거냐](https://img.zoomtrend.com/2026/06/10/1781084386-ECA484EBA6ACEC9790.jpg)

