에러
Posts
35 posts[경고&에러 대응] `UnityEditor.EditorApplication.currentScene' is obsolete
mParam.Reference = mParam.Value.name + "(" + EditorApplication.currentScene+")"; -> using UnityEditor.SceneManagement; mParam.Reference = mParam.Value.name + "(" + EditorSceneManager.GetActiveScene ().name + ")";//EditorApplication.currentScene+")";
[경고&에러 대응] UnityEngine.ParticleSystem.enableEmission' is obsolete
foreach (ParticleSystem em in pss)if (em != null) { em.enableEmission = false;} -> foreach (ParticleSystem em in pss)if (em != null) { var emission = em.emission; //added for unity2017 emission.enabled = false; //em.enableEmission = false; //modified for unity2017}
[경고&에러 대응] 'UnityEditor.EditorWindow.title' is obsolete.
win.title = "PS Scaler"; win.minSize = new Vector2(300, 165); win.maxSize = new Vector2(300, 165); -> #if UNITY_4_3 || UNITY_4_5 || UNITY_4_6 || UNITY_5_0 win.title = "PS Scaler"; #else win.titleContent = new GUIContent("PS Scaler"); #endif win.minSize = new Vector2(300, 165); win.maxSize = new Vector2(300, 165);
[경고&에러 대응] 'UnityEditor.TextureImporterFormat.AutomaticTruecolor' is obsolete.
1.Open up the ColorCorrectionLookupEditor.cs script from Assets/Editor/ImageEffects.On line line 54, replaceif (textureImporter.textureFormat != TextureImporterFormat.AutomaticTruecolor)withif (textureImporter.textureCompression != TextureImporterCompression.Uncompressed) 2.On line line 62, replacetextureImporter.textureFormat = TextureImporterFormat.AutomaticTruecolor;withtextureImporter.textureC



![[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)