유니티
Posts
59 posts[경고&에러 대응] 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 }" +
[경고&에러 대응] `UnityEditor.EditorApplication.playmodeStateChanged' is obsolete
void OnEnable() { if (!IsUnityWritingToPlist()) RefreshKeys(); //Make sure we never subscribe twice as OnEnable will be called more often then you think :) EditorApplication.playmodeStateChanged -= OnPlayModeStateChanged; EditorApplication.playmodeStateChanged += OnPlayModeStateChanged; } private void OnPlayModeStateChanged() { waitTillPlistHas
[경고&에러 대응] `UnityEditor.EditorGUIUtility.LookLikeControls(float)' is obsolete
EditorGUIUtility.LookLikeControls(labelWidth); -> EditorGUIUtility.labelWidth = labelWidth;
![[일상] Eave 65와 목새 택타일 | 토프레 무접점 느낌 | 타건 영상 있음](https://img.zoomtrend.com/2026/06/07/1780838085-SE-77297eb3-90bf-43a7-9629-75fd8530e370.jpg)



