유니티
포스트: 59|조회수: 0|ARTIFACT
Posts
59 posts[경고&에러 대응] '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
[경고&에러 대응] '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);
![[일상] Eave 65와 목새 택타일 | 토프레 무접점 느낌 | 타건 영상 있음](https://img.zoomtrend.com/2026/06/07/1780838085-SE-77297eb3-90bf-43a7-9629-75fd8530e370.jpg)



