[2021] 🎓 졸업작품/[2021] 🎮 Unity
Unity C# Texture2D → Sprite로 변경
락꿈사
2021. 12. 23. 15:57
참고
https://kukuta.tistory.com/195
Rect rect = new Rect(0, 0, testTexture.width, testTexture.height);
Sprite.Create(testTexture, rect, new Vector2(0.5f, 0.5f));
진짜 정말정말 많이 썼던 코드^v^