Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Ultimate Guide to Unity Designpatterns, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:49
    Course Overview
  • Урок 2. 00:05:56
    Introduction to ObjectPool
  • Урок 3. 00:06:21
    Implementing an ObjectPool
  • Урок 4. 00:01:09
    ObjectPool Exercise
  • Урок 5. 00:15:16
    ObjectPool Exercise Solution
  • Урок 6. 00:06:04
    Performance Comparison of different ObjectPools
  • Урок 7. 00:03:02
    Queues - Theory
  • Урок 8. 00:02:30
    Implementing Objectpool with Queues
  • Урок 9. 00:05:06
    Advanced Objectpool with Lazy Instantiation
  • Урок 10. 00:09:36
    Flyweight - Basics
  • Урок 11. 00:10:02
    Comparison of different Approaches
  • Урок 12. 00:06:07
    Basic Implementation
  • Урок 13. 00:08:35
    ScriptableObject - Basics
  • Урок 14. 00:06:03
    ScriptableObject - Implementation
  • Урок 15. 00:10:03
    (Optional) ScriptableObject - Pitfalls
  • Урок 16. 00:06:21
    (Optional) ScriptableObject Singletons
  • Урок 17. 00:07:50
    Implementing Flyweight with ScriptableObjects
  • Урок 18. 00:11:25
    Solution for Exercise
  • Урок 19. 00:04:57
    Command - Overview
  • Урок 20. 00:05:04
    Command Introduction
  • Урок 21. 00:04:57
    Basic Implementation
  • Урок 22. 00:01:22
    Exercise1: Remappable Input
  • Урок 23. 00:10:56
    Example - RemappableInput Solution
  • Урок 24. 00:04:26
    Formal Definition of the Designpattern
  • Урок 25. 00:03:20
    Queue Commands
  • Урок 26. 00:03:04
    Queue Commands Implementation
  • Урок 27. 00:01:02
    Exercise2: Queue Commands
  • Урок 28. 00:13:12
    Exercise Queue Commands - Solution
  • Урок 29. 00:03:07
    (Optional) More Sophisticated Implementation
  • Урок 30. 00:05:44
    Undo Commands
  • Урок 31. 00:00:57
    Exercise3: Undo Commands
  • Урок 32. 00:07:29
    Exercise Undo Commands - Solution
  • Урок 33. 00:01:04
    Summary