【中英双语】Unity:从零开始构建2D游戏

【中英双语】Unity:从零开始构建2D游戏

通过制作 Unity 2D 游戏来学习 C# 编码 此教程共14.0小时,中英双语字幕,画质清晰无水印,源码附件全 课程英文名:Building 2D Games in Unity Beginner to Advanced

下载地址

百度网盘地址:https://pan.baidu.com/s/1GTN-KLQrz8nKI-UdzudeUA?pwd=n43e

课程内容

你将会学到的

学习用 C# 编写代码 学习为 PC、移动或控制台创建游戏 创建您自己的 2D 游戏 使用基本 AI 创建敌人(跟随我们的玩家) 获得使用 Unity 2017 的经验

📁 38-Building 2D Games in Unity Beginner to Advanced/
├─📄 38-打开获取解压密码-【中英双语】Unity:从零开始构建 2D 游戏.html
├─📁 [Tutsgalaxy.com] - Building 2D Games in Unity Beginner to Advanced/
│ ├─📁 1. Working with Sprites/
│ │ ├─📄 1. How Video Games are made.mp4
│ │ ├─📄 1. How Video Games are made.srt
│ │ ├─📄 2. Import Artwork.mp4
│ │ ├─📄 2. Import Artwork.srt
│ │ ├─📄 3. Cut Up Sprites.mp4
│ │ ├─📄 3. Cut Up Sprites.srt
│ │ ├─📄 4. Optimize Loose Sprites.mp4
│ │ ├─📄 4. Optimize Loose Sprites.srt
│ │ ├─📄 5. Build A Pixel Perfect Camera.mp4
│ │ └─📄 5. Build A Pixel Perfect Camera.srt
│ ├─📁 2. Creating Repeating Textures/
│ │ ├─📄 1. Build A Repeat Background.mp4
│ │ ├─📄 1. Build A Repeat Background.srt
│ │ ├─📄 2. Resize Textures To Fill The Screen.mp4
│ │ ├─📄 2. Resize Textures To Fill The Screen.srt
│ │ ├─📄 3. Animate Repeat Background Textures.mp4
│ │ ├─📄 3. Animate Repeat Background Textures.srt
│ │ ├─📄 4. Emulate Parallax Scrolling.mp4
│ │ └─📄 4. Emulate Parallax Scrolling.srt
│ ├─📁 3. Creating Obstacles/
│ │ ├─📄 1. Build A Reusable Obstacle Gameobject.mp4
│ │ ├─📄 1. Build A Reusable Obstacle Gameobject.srt
│ │ ├─📄 2. Move Obstacles.mp4
│ │ ├─📄 2. Move Obstacles.srt
│ │ ├─📄 3. Spawn New Obstacles.mp4
│ │ ├─📄 3. Spawn New Obstacles.srt
│ │ ├─📄 4. Random Spawner Delay Times.mp4
│ │ ├─📄 4. Random Spawner Delay Times.srt
│ │ ├─📄 5. Destroy Obstacles Offscreen.mp4
│ │ └─📄 5. Destroy Obstacles Offscreen.srt
│ ├─📁 4. Object Pooling/
│ │ ├─📄 1. Build A Gameobject Utility Class.mp4
│ │ ├─📄 1. Build A Gameobject Utility Class.srt
│ │ ├─📄 2. Recycle Game Objects.mp4
│ │ ├─📄 2. Recycle Game Objects.srt
│ │ ├─📄 3. Build An Object Pool.mp4
│ │ ├─📄 3. Build An Object Pool.srt
│ │ ├─📄 4. Wire Up The Object Pool.mp4
│ │ ├─📄 4. Wire Up The Object Pool.srt
│ │ ├─📄 5. Make Obstacles Recyclable.mp4
│ │ ├─📄 5. Make Obstacles Recyclable.srt
│ │ ├─📄 6. Implement Recycle In Any Script.mp4
│ │ ├─📄 6. Implement Recycle In Any Script.srt
│ │ ├─📄 7. Clean Up The Obstacles.mp4
│ │ ├─📄 7. Clean Up The Obstacles.srt
│ │ ├─📄 8. Dynamically Resize 2d Box Colliders.mp4
│ │ └─📄 8. Dynamically Resize 2d Box Colliders.srt
│ ├─📁 5. Creating the Player/
│ │ ├─📄 1. Build The Player.mp4
│ │ ├─📄 1. Build The Player.srt
│ │ ├─📄 2. Detect When The Player Is Standing.mp4
│ │ ├─📄 2. Detect When The Player Is Standing.srt
│ │ ├─📄 3. Make The Player Jump.mp4
│ │ ├─📄 3. Make The Player Jump.srt
│ │ ├─📄 4. Add In A Player Idle Animation.mp4
│ │ ├─📄 4. Add In A Player Idle Animation.srt
│ │ ├─📄 5. Player Animation Manager.mp4
│ │ ├─📄 5. Player Animation Manager.srt
│ │ ├─📄 6. Recycle Player.mp4
│ │ └─📄 6. Recycle Player.srt
│ ├─📁 6. Setting Up the Game/
│ │ ├─📄 1. Start The Game.mp4
│ │ ├─📄 1. Start The Game.srt
│ │ ├─📄 2. Add The Player.mp4
│ │ ├─📄 2. Add The Player.srt
│ │ ├─📄 3. End The Game.mp4
│ │ ├─📄 3. End The Game.srt
│ │ ├─📄 4. Add A Game Over Effect.mp4
│ │ ├─📄 4. Add A Game Over Effect.srt
│ │ ├─📄 5. Restart The Game.mp4
│ │ └─📄 5. Restart The Game.srt
│ ├─📁 7. Polishing the Game/
│ │ ├─📄 1. Add Text.mp4
│ │ ├─📄 1. Add Text.srt
│ │ ├─📄 2. Lay Out Text.mp4
│ │ ├─📄 2. Lay Out Text.srt
│ │ ├─📄 3. Control The Text With Code.mp4
│ │ ├─📄 3. Control The Text With Code.srt
│ │ ├─📄 4. Display The Score.mp4
│ │ ├─📄 4. Display The Score.srt
│ │ ├─📄 5. Connect The Score To The Game Manager.mp4
│ │ ├─📄 5. Connect The Score To The Game Manager.srt
│ │ ├─📄 6. Save High Scores.mp4
│ │ ├─📄 6. Save High Scores.srt
│ │ ├─📄 7. Add In A Simple Lighting Effect Overlay.mp4
│ │ └─📄 7. Add In A Simple Lighting Effect Overlay.srt
│ ├─📁 8. Creating More Obstacles/
│ │ ├─📄 1. Add Zombies.mp4
│ │ ├─📄 1. Add Zombies.srt
│ │ ├─📄 2. Add In Animated Obstacles.mp4
│ │ └─📄 2. Add In Animated Obstacles.srt
│ └─📁 9. Publishing/
│   ├─📄 1. Publish To Different Formats.mp4
│   └─📄 1. Publish To Different Formats.srt
└─📄 【中英双语】Unity:从零开始构建 2D 游戏.zip

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值