경고
Posts
29 posts[경고&에러 대응] '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
[경고&에러 대응] 'UnityEngine.ParticleSystem.startSpeed' is obsolete
particle.startSize *= myMultiplier->particle.main.startSizeMultiplier = myMultiplier
[경고&에러 대응] OnLevelWasLoaded is deprecated
The new way: using UnityEngine.SceneManagement; void OnEnable() { //Tell our 'OnLevelFinishedLoading' function to start listening for a scene change as soon as this script is enabled. SceneManager.sceneLoaded += OnLevelFinishedLoading; } void OnDisable() { //Tell our 'OnLevelFinishedLo
![[웹툰단행본] 『통제구역관리부』 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)