게임 개발/유니티
[유니티 디자인패턴] 싱글톤
kwan-dev
2023. 12. 25. 01:43
https://youtu.be/a5TCCQgdv-E?si=jtAWsjPK0EKoXe3A
https://unity.com/kr/resources/level-up-your-code-with-game-programming-patterns
Level up your programming with game programming patterns | Unity
For every software design issue you encounter, a thousand developers have been there before. Though you can’t always ask them directly for advice, you can learn from their decisions through design patterns. By implementing common game programming design
unity.com
위 영상에서는 싱글톤을 제네릭으로 만들어 재사용할 수 있는 코드를 만드는 팁이 있다.
아래 유니티 공식 블로그 글과 Ebook 을 참고하면 좋다.