Unity 2024第一第三人称射击游戏制作核心技术视频教程
- 1. Introduction To the Course
- 1. Introduction
- 2. Download & Setup Unity & Unity Interface
- 1. Download Unity And Unity Interface
- 3. Get Our Asset & How to Use It
- 1. Our Asset
- 2. Unity Asset Store And Changing Some Our Asset Models
- 4. Third Person Locomotion
- 1. setup player camera
- 2. Introduction to Unity Input and Player Movement
- 3. animator controller set float function and adding the animations to the player
- 4. add the rolling and animator set bool function
- 5. add crouching to the player
- 6. add gravity to the player
- 7. introduction to unity classes
- 8. add jumping parameters and animation to the player
- 9. control the player with joystick - unity input manager
- 5. Melee Combat System in Unity
- 1. melee combat walking
- 2. Scriptable Objects In Unity
- 3. melee combat attack system
- 4. melee combat attack system 2
- 5. melee combat running
- 6. Melee Combat Dodging
- 6. Inventory System
- 1. Inventory System Part 1 _ Inventory UI
- 2. Inventory System Part 2 _ Coding Inventory
- 7. Simple Enemy AI Zombie
- 1. Zombie Locomotion
- 2. Zombie Attacks and Apply Damage To Player