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