Posts
53 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;



![[Spoiler] '우주 형제' 완결. 매거진 신작 '천선 전기'.](https://img.zoomtrend.com/2026/06/10/1781142015-ECBD98ED8AB8EBA1A4EB9FACEBA5BCEB93A0EC9E90.jpg)