경고
Posts
29 posts[경고&에러 대응] `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
[경고&에러 대응] UnityEditor.EditorApplication.SaveScene(string)' is obsolete
EditorApplication.SaveScene("Assets/seven/Scene/BattleScene/" + sceneName + ".unity"); -> #if UNITY_2017_2_OR_NEWER EditorSceneManager.SaveScene(EditorSceneManager.GetActiveScene(), "Assets/seven/Scene/BattleScene/" + sceneName + ".unity");#elseEditorApplication.SaveScene("Assets/seven/Scene/BattleScene/" + sceneName + ".unity");#endif
[경고&에러 대응] `UnityEngine.Material.Material(string)' is obsolete
material = new Material ("Shader \"Lines/Colored Blended\" {" + "SubShader { Pass { " + " Blend SrcAlpha OneMinusSrcAlpha " + " ZWrite Off Cull Off Fog { Mode Off } " + " BindChannels {" + " Bind \"vertex\", vertex Bind \"color\", color }" +
![[웹툰단행본] 『통제구역관리부』 1권 후기 : 이상한 변칙과 기이한 일들이 일어나는 공간에 대하여](https://img.zoomtrend.com/2026/06/09/1780996474-SE-5eda86fa-0d63-4afd-b8dd-b801879fed52.jpg)


![[CV] [Comi] 'あかね噺'(아카네 이야기) 22권. 아카네의 첫 전력 승부](https://img.zoomtrend.com/2026/06/08/1780982081-EC9D8CEC9585EC9D98EBA6ACEB93ACEC9CBCEBA19C.jpg)