WARNING
Posts
22 posts[경고&에러 대응] '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
[경고&에러 대응]RenderTexture color surface (284x131) was not cleared/discarded.
임시 방편이라고 생각되지만... Edit -> Graphic Emulation -> No Emulation
![[Spoiler] 점프 신작 '공주님 고문 시간입니다' 원작자에 '우공못' 작가 그림. '시간정지용사' 또다른 플레이어? '다음에 오는 만화 대상' 운영 잡지 폐간](https://img.zoomtrend.com/2026/06/07/1780881297-ECA090ED948426-28EC95A0EB8B88EBA980EC8B9CEAB7B8EB8490.jpeg)

