UNITY
포스트: 52|조회수: 0|ORGANIZATION
Posts
52 posts[경고&에러 대응]RenderTexture color surface (284x131) was not cleared/discarded.
임시 방편이라고 생각되지만... Edit -> Graphic Emulation -> No Emulation
[경고&에러 대응] 'UnityEngine.Transform.RotateAround(UnityEngine.Vector3, float)' is obsolete
this.transform.RotateAround(Vector3.up,Time.deltaTime * 0.2f); -> this.transform.Rotate(Vector3.up,Time.deltaTime * 0.2f);
[경고&에러 대응] `UnityEngine.AI.NavMeshAgent.Stop()' is obsolete: `Set isStopped to true instead'
nma.Stop(); -> nma.isStopped=true;
[경고&에러 대응] `UnityEngine.Application.loadedLevelName' is obsolete:
_name.Value = Application.loadedLevelName; ->using UnityEngine.SceneManagement; _name.Value=SceneManager.GetActiveScene().name;


![[웹툰단행본] 『통제구역관리부』 1권 후기 : 이상한 변칙과 기이한 일들이 일어나는 공간에 대하여](https://img.zoomtrend.com/2026/06/09/1780996474-SE-5eda86fa-0d63-4afd-b8dd-b801879fed52.jpg)
