[유니티(Unity)] SnapShot 스냅샷
목표 게임을 만들다가 아래 보이는 UI에 아이콘이 필요하게 되었습니다. 그래서 프리팹을 통해서 아이콘을 만들고 버튼 아이콘에 넣는 목표를 세웠습니다. 그 전에 인터넷을 통해 좋은 자료를 발견해서 참고 했고 이 코드를 사용하여 필요한 스냅샷을 제작해 보겠습니다. 참고 : https://gist.github.com/mickdekkers/5c3c62539c057010d4497f9865060e20 Take snapshot images of Prefabs and GameObjects in Unity using Render Textures Take snapshot images of Prefabs and GameObjects in Unity using Render Textures - SnapshotCamera.cs ..