프로그래밍/Unity Engine2 Unity 메모리 프로파일링 https://docs.unity3d.com/kr/2021.3/Manual/ProfilerMemory.html 메모리 프로파일러 모듈 - Unity 매뉴얼 Unity에서 애플리케이션의 메모리 사용량을 분석하는 방법에는 다음의 두 가지가 있습니다. docs.unity3d.com https://resources.unity.com/games/ultimate-guide-to-profiling-unity-games Ultimate guide to profiling Unity games The Ultimate guide to profiling Unity games features best practices from Unity experts on how to profile and improve the performa.. 2023. 1. 30. Unity 주변 랜덤 뭐 검색을 해보면 여러가지 방법들이 나오는데 그냥 가장 심플한 방법을 소개... Random.insideUnitCircle 이걸 사용.. // 10m 반경 랜덤 var pos = Random.insideUnitCircle * 10.0f; // 높이를 무시하고 좌우 앞뒤 값만 사용 Instantiate(obj, m_Player.transform.position + new Vector3(pos.x, m_Player.transform.position.y, pos.y), Quaternion.identity); 결과는 아래 영상에서- https://youtu.be/0cWNSo4BgP4 2023. 1. 29. 이전 1 다음