Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Most Comprehensive Guide To Unity Game Development Vol 1, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:55
    Introduction(IMPORTANT - Watch This Lecture)
  • Урок 2. 00:02:35
    2 Notes (IMPORTANT - Watch This Lecture)
  • Урок 3. 00:04:32
    Downloading Unity Hub And Unity
  • Урок 4. 00:03:47
    About Unity Versions And Creating A New Project
  • Урок 5. 00:13:04
    Introduction To Unity's Interface
  • Урок 6. 00:07:37
    Starting With Unity Basics
  • Урок 7. 00:08:33
    Rigid Bodies And Colliders
  • Урок 8. 00:07:29
    Audio Source And UI Elements
  • Урок 9. 00:08:35
    Moving Our Character With Code
  • Урок 10. 00:11:52
    Introduction To Variables
  • Урок 11. 00:12:48
    Operations With Variables
  • Урок 12. 00:15:21
    Functions
  • Урок 13. 00:15:08
    Conditional Statements
  • Урок 14. 00:09:12
    Loops
  • Урок 15. 00:12:08
    Classes
  • Урок 16. 00:10:08
    Accesibility Modifiers(Data Encapsulation)
  • Урок 17. 00:16:42
    Inheritance
  • Урок 18. 00:05:58
    Coroutines
  • Урок 19. 00:08:57
    Getting Components
  • Урок 20. 00:01:23
    Game Introduction
  • Урок 21. 00:08:28
    Importing Assets And Working With Sprite Sheets
  • Урок 22. 00:15:14
    Creating Player Animations
  • Урок 23. 00:06:28
    Sorting Layers And Order In Layer
  • Урок 24. 00:09:00
    Creating The Game Background
  • Урок 25. 00:17:24
    Player Movement
  • Урок 26. 00:13:08
    Animating The Player Via Code
  • Урок 27. 00:15:29
    Player Jumping
  • Урок 28. 00:11:40
    Camera Follow Player
  • Урок 29. 00:08:59
    Enemy Animations
  • Урок 30. 00:11:36
    Enemy Script
  • Урок 31. 00:23:00
    Enemy Spawner
  • Урок 32. 00:17:41
    Enemy Collision
  • Урок 33. 00:08:37
    The Collector Script
  • Урок 34. 00:12:35
    Unity UI System
  • Урок 35. 00:09:28
    Creating Main Menu
  • Урок 36. 00:10:31
    Navigating Between Scenes
  • Урок 37. 00:07:47
    Selecting A Character
  • Урок 38. 00:09:33
    Static Variables
  • Урок 39. 00:11:12
    Singleton Patern
  • Урок 40. 00:31:36
    Events And Delegates
  • Урок 41. 00:04:49
    Instantiating The Selected Character When The Game Starts
  • Урок 42. 00:06:40
    Finishing Our Game
  • Урок 43. 00:02:58
    Game Intro
  • Урок 44. 00:04:07
    Importing Assets And Creating The Player
  • Урок 45. 00:13:32
    Player Movement
  • Урок 46. 00:17:32
    Animating The Player
  • Урок 47. 00:06:17
    Creating Our Level With Tile Map
  • Урок 48. 00:05:28
    Creating The Bush
  • Урок 49. 00:07:11
    Enumerations
  • Урок 50. 00:14:17
    Bush Visuals
  • Урок 51. 00:17:49
    Bush Fruits
  • Урок 52. 00:07:19
    Player Backpack
  • Урок 53. 00:19:06
    Player Harvest
  • Урок 54. 00:07:33
    Particle System
  • Урок 55. 00:11:52
    Creating The Artifact
  • Урок 56. 00:16:58
    The Artifact Script
  • Урок 57. 00:10:02
    Creating The Wolf Enemies
  • Урок 58. 00:21:44
    WolfAI Script - Searching For Target
  • Урок 59. 00:25:00
    WolfAI Script - Attacking The Bush And The Artifact
  • Урок 60. 00:15:28
    Enemy Spawner
  • Урок 61. 00:07:59
    Slash Attack Prefab
  • Урок 62. 00:10:35
    Player Slash Script
  • Урок 63. 00:11:14
    Enemy Health Script
  • Урок 64. 00:06:47
    Gameplay UI Elements
  • Урок 65. 00:12:20
    Time Manager
  • Урок 66. 00:09:05
    Backpack Info And Artifact Health Info
  • Урок 67. 00:04:50
    Creating The Game's Main Menu
  • Урок 68. 00:10:18
    Creating The How To Play Info
  • Урок 69. 00:08:59
    Main Menu Controller And Game Over Panel
  • Урок 70. 00:09:42
    Game Over Controller
  • Урок 71. 00:04:20
    Game Intro
  • Урок 72. 00:11:11
    Importing Assets And Creating The Player Ship
  • Урок 73. 00:21:40
    Player Movement And Fire Engines
  • Урок 74. 00:16:28
    Projectiles
  • Урок 75. 00:23:39
    Weapon Manager(Shooting Projectiles)
  • Урок 76. 00:05:48
    Removing Projectiles From The Game
  • Урок 77. 00:16:33
    Lists
  • Урок 78. 00:29:59
    Reusing Projectiles (Pooling System)
  • Урок 79. 00:12:52
    Awake, Start, And OnEnable
  • Урок 80. 00:12:33
    Redesigning Projectiles
  • Урок 81. 00:09:22
    Creating Enemy Ships
  • Урок 82. 00:17:52
    Enemy Movement Script
  • Урок 83. 00:22:41
    EnemyMovementPointToPoint Script
  • Урок 84. 00:07:31
    EnemyMovementRandom Script(Assignment Solution)
  • Урок 85. 00:14:57
    Enemy Shooting
  • Урок 86. 00:12:44
    Projectile Collision Detection
  • Урок 87. 00:05:59
    Meteor Obstacles
  • Урок 88. 00:19:03
    MeteorMovement Script
  • Урок 89. 00:14:09
    Meteor Spawner
  • Урок 90. 00:15:08
    Enemy Spawner
  • Урок 91. 00:09:05
    Creating The Health Bar UI
  • Урок 92. 00:13:13
    Enemy Health Script
  • Урок 93. 00:10:26
    Enemy Hit And Destroy Effect
  • Урок 94. 00:11:59
    Sound Manager
  • Урок 95. 00:11:14
    Player Health Script
  • Урок 96. 00:05:50
    The Collectable Prefabs
  • Урок 97. 00:12:34
    Collectable Script
  • Урок 98. 00:15:38
    Player Weapon Upgrades
  • Урок 99. 00:07:41
    Drop Collectable When Destroyed
  • Урок 100. 00:15:28
    Creating The Game BG
  • Урок 101. 00:10:35
    Gameplay UI
  • Урок 102. 00:22:25
    Gameplay UI Controller Script
  • Урок 103. 00:07:21
    Player Health Slider
  • Урок 104. 00:12:05
    Game Over UI Panel
  • Урок 105. 00:16:05
    Game Over UI Controller Script
  • Урок 106. 00:12:15
    Main Menu And Highscore Menu
  • Урок 107. 00:32:57
    Meteor Effect For Main Menu(Solution For Assignment)
  • Урок 108. 00:43:38
    Space Ship Effect For Main Menu(Solution For Assigment)
  • Урок 109. 00:13:49
    Meteor Effect For Main Menu Pooling System (Solution For Assignment)
  • Урок 110. 00:09:55
    Main Menu Controller
  • Урок 111. 00:12:40
    Saving Data With Player Preferences
  • Урок 112. 00:18:12
    Wrapping Up Our Game
  • Урок 113. 00:02:47
    Game Intro
  • Урок 114. 00:09:56
    Importing Assets And Slicing Level Parts
  • Урок 115. 00:07:13
    Creating The Player Character
  • Урок 116. 00:09:27
    Player Animations
  • Урок 117. 00:12:32
    Player Movement
  • Урок 118. 00:07:58
    2 Ways For Moving The Rigid Body
  • Урок 119. 00:13:51
    Player Animation Script
  • Урок 120. 00:09:07
    Fixing Animation Transitions And Player Facing Direction
  • Урок 121. 00:26:14
    Raycasting And Jumping
  • Урок 122. 00:21:06
    Boxcasting And Double Jumping
  • Урок 123. 00:13:27
    Player Jump Animation
  • Урок 124. 00:13:46
    Fixing Player Jump Animation Issue
  • Урок 125. 00:05:12
    Creating The First Level
  • Урок 126. 00:15:00
    Unlocking The Lock With The Key
  • Урок 127. 00:09:39
    Unlocking The Lock With The Key (Another Way To Do It)
  • Урок 128. 00:05:13
    Platform Effector
  • Урок 129. 00:06:18
    Worm Soldier Enemy
  • Урок 130. 00:21:41
    Worm Soldier Movement Script
  • Урок 131. 00:07:35
    Circle Obstacle
  • Урок 132. 00:12:17
    Hanging Spike
  • Урок 133. 00:04:30
    Flying Bat Enemy
  • Урок 134. 00:19:02
    Flying Bat Movement Script V1
  • Урок 135. 00:10:14
    Flying Bat Movement Script V2
  • Урок 136. 00:05:46
    Spider Shooter Enemy
  • Урок 137. 00:09:50
    Spider Shooter Script
  • Урок 138. 00:06:23
    Spider Jumper Enemy
  • Урок 139. 00:08:46
    Spider Jumper Script