در این دوره، مدرس Ava Pek به آموزش بهترین روش های برای طراحی الگوی GameObject Singletons در برنامه Unity می پردازد. در Unity دشوار است یک الگوی طراحی Singleton را اجرا کنید که بتوانید پیام های MonoBehaviour را دریافت کنید یا برخی از توابع Unity API را فراخوانی کنید. شما دانش پایه ای در مورد چگونگی ایجاد GameObject Singletons برای حل مشکلات در Unity را آموزش می بینید.
مشاهده توضیحاتــ انگلیسی
It’s difficult in Unity to implement a Singleton that can receive MonoBehaviour messages or call certain Unity API functions. In this course, Unity GameObject Singletons: Best Practices, you will learn foundational knowledge of how to create GameObject Singletons to solve problems such as asynchronous downloading, coroutines that can continue after GameObject destruction, and more. First, you will learn what a GameObject Singleton is and when you should use one. Next, you will discover the basic code needed to implement one. Finally, you will explore how to make them robust and easy to maintain. When you are finished with this course, you will have the skills and knowledge of GameObject Singletons needed to create your own solutions to problems that require interfacing with Unity’s update loop. Software required: Unity 3D