7小時Unity3D遊戲開發培訓教程

2021-05-24 04:55:16 字數 1243 閱讀 6148

中文名: 7小時unity3d遊戲開發培訓教程

英文名: over 7 hours of unity training videos

資源格式: 光碟映象

發行日期: 2023年01月15日

地區: 美國

對白語言: 英語

文字語言: 英文

目錄:introduction unity簡介

unity crash course unity crash課程

the game object 遊戲物件

creating our project 建立專案

creating the player 建立玩家

creating the player script 建立玩家指令碼

player script continued 建立玩家指令碼2

creating the projectile 建立炮彈

firing the projectile   發射炮彈

adding sound to our game 新增聲音到遊戲中

creating*custom visual studio templates 建立自定義visual studio模板

creating the enemy 建立敵人

streamlining the enemy class

projectile collisions 炮彈碰撞

creating the explosion effect 建立**效果

putting our explosion to work 讓**工作

creating a ****** hud 建立簡單hud

increasing score 提供分數

player destruction 玩家摧毀

using coroutines 建立協同程式

setting up our menu 設定選單

losing the game  輸掉遊戲

winning the game 贏得遊戲

drawing new backgrounds 繪製新背景

creating a scrolling background 建立乙個滾動背景

new player geometry 新玩家幾何

new enemy geometry 新敵人幾何

enhancing our player spawn system 增強玩家生成系統

increasing game difficulty 增加遊戲難度

Unity3D遊戲開發

入門級unity安裝教程 一 unity五大面板 unity3d的介紹 1 介面 選單 面板 元件 unity5.x 編輯器介紹 unity開啟篇 一 滑鼠右鍵 wsadeq前後左右上下移動 shift加速移動 滑鼠右鍵旋轉檢視 滑鼠中鍵移動檢視 alt 右鍵縮放 alt 左鍵旋轉物體視角 q移動場...

Unity3D遊戲開發初探

1 如何在遊戲指令碼程式中建立物件而不是一開始就建立好物件?使用gameobject的靜態方法 createprimitive view code 其中在createcube方法中,使用gameobject.createprimitive方法來建立cube型別的遊戲物件例項,設定了它出現的座標並為它...

Unity 3D遊戲開發導學

策劃 美工軟體工程師 測試工程師 客服等.unity是一款遊戲引擎 遊戲引擎 一款遊戲最最最核心的 程式框架。包含以下系統 渲染引擎,物理引擎,碰撞檢測系統,音效,指令碼引擎,動畫系統,人工智慧,網路引擎,以及場景管理。使用遊戲引擎,開發者可以重用已有的核心技術,將精力集中在遊戲邏輯和設計上,從而簡...