【Unity】Unit《Unity 6 角色扮演游戏开发终极指南》(中英双字)


Unit《Unity 6 角色扮演游戏开发终极指南》

【教程目录】
 
\01 – Watch before you start\1 – Important to know – Mindset of the course.mp4
\01 – Watch before you start\2 – Important to know – Bugs and Q&A.mp4
\01 – Watch before you start\3 – Important to know – Pep talk.mp4
\02 – Crash Course\4 – Important to know – Crash Course.mp4
\02 – Crash Course\5 – Install Unity.mp4
\02 – Crash Course\6 – Windows and Tools.mp4
\02 – Crash Course\7 – Components in Unity.mp4
\02 – Crash Course\8 – Basics of C#.mp4
\02 – Crash Course\9 – Unity’s execution order.mp4
\02 – Crash Course\10 – C# – Functions.mp4
\02 – Crash Course\11 – Input & Movement.mp4
\02 – Crash Course\11 – Input & Movement.txt
\02 – Crash Course\12 – Decision making & Jump.mp4
\02 – Crash Course\13 – Animator.mp4
\02 – Crash Course\14 – Animation transitions.mp4
\02 – Crash Course\15 – Character flip logic.mp4
\02 – Crash Course\16 – Collision detection.mp4
\02 – Crash Course\17 – JumpFall & Blend tree.mp4
\02 – Crash Course\18 – Attack animation.mp4
\02 – Crash Course\19 – Attack logic & Enemy detection.mp4
\02 – Crash Course\20 – Timers & Cooldowns.mp4
\02 – Crash Course\20 – Timers & Cooldowns.txt
\02 – Crash Course\21 – OOP – Inheritance.mp4
\02 – Crash Course\22 – OOP – Polymorphism.mp4
\02 – Crash Course\23 – OOP – Encapsulation.mp4
\02 – Crash Course\24 – Conclusion & Project – Udemy+Course+-+RPG+Crash+Course.zip
\02 – Crash Course\24 – Conclusion & Project.mp4
\03 – FSM & Project Setup\25 – Create project & Get assets.mp4
\03 – FSM & Project Setup\25 – Create project & Get assets.txt
\03 – FSM & Project Setup\26 – What is Finite State Machine.mp4
\03 – FSM & Project Setup\26 – What is Finite State Machine.txt
\03 – FSM & Project Setup\27 – Create Finite State Machine.mp4
\03 – FSM & Project Setup\28 – New States & Structure.mp4
\03 – FSM & Project Setup\29 – Setup New Input System.mp4
\03 – FSM & Project Setup\30 – Clean up & Project – Udemy+Course+-+RPG+New+-+State+Machine.zip
\03 – FSM & Project Setup\30 – Clean up & Project.mp4
\04 – Player State Machine\31 – Idle and Movement animations.mp4
\04 – Player State Machine\32 – Movement logic.mp4
\04 – Player State Machine\33 – Character Flip Logic.mp4
\04 – Player State Machine\34 – Jump – Input States & Animations.mp4
\04 – Player State Machine\35 – Jump – Collision and Horizontal Movement.mp4
\04 – Player State Machine\36 – Wall Slide State.mp4
\04 – Player State Machine\37 – Wall Jump State.mp4
\04 – Player State Machine\38 – Dash State.mp4
\04 – Player State Machine\39 – Attack State.mp4
\04 – Player State Machine\40 – Combo attacks.mp4
\04 – Player State Machine\41 – Queue Combo Attacks.mp4
\04 – Player State Machine\42 – Jump Attack.mp4
\04 – Player State Machine\43 – Better Wall Detection Idle & Move.mp4
\04 – Player State Machine\44 – Clean up & Project – Udemy+Course+-+RPG+New+-+Player+FSM.zip
\04 – Player State Machine\44 – Clean up & Project.mp4
\05 – Level & Camera Setup\45 – Tile Palette Setup & Assets.mp4
\05 – Level & Camera Setup\45 – Tile Palette Setup & Assets.txt
\05 – Level & Camera Setup\46 – Tile Map & Sorting Layers.mp4
\05 – Level & Camera Setup\47 – Cinemachine Camera.mp4
\05 – Level & Camera Setup\48 – Cinemachine Confiner.mp4
\05 – Level & Camera Setup\49 – Parallax background.mp4
\05 – Level & Camera Setup\50 – Endless background.mp4
\05 – Level & Camera Setup\51 – Demo Level Setup.mp4
\05 – Level & Camera Setup\52 – Clean up & Project – Udemy+Course+-+RPG+New+-+Level+and+Camera.zip
\05 – Level & Camera Setup\52 – Clean up & Project.mp4
\06 – Enemy State Machine\53 – Creating a Base Entity Script.mp4
\06 – Enemy State Machine\53 – Creating a Base Entity Script.txt
\06 – Enemy State Machine\54 – Enemy Setup.mp4
\06 – Enemy State Machine\55 – Walk & Idle.mp4
\06 – Enemy State Machine\56 – Attack State.mp4
\06 – Enemy State Machine\57 – Player Detection.mp4
\06 – Enemy State Machine\58 – Chase & Attack.mp4
\06 – Enemy State Machine\59 – Battle Timer & Retreat Ability.mp4
\06 – Enemy State Machine\60 – Clean up & Project – Udemy+Course+-+RPG+New+-+Enemy+FSM.rar
\06 – Enemy State Machine\60 – Clean up & Project.mp4
\07 – Combat System\61 – Target detection.mp4
\07 – Combat System\62 – Damage system.mp4
\07 – Combat System\63 – Take Damage Override.mp4
\07 – Combat System\64 – On Damage VFX.mp4
\07 – Combat System\65 – On Damage Knockback.mp4
\07 – Combat System\66 – Enemy’s Death.mp4
\07 – Combat System\67 – Player’s Death.mp4
\07 – Combat System\68 – Interface and Item Chest.mp4
\07 – Combat System\69 – Enemy Stunned State.mp4
\07 – Combat System\70 – Player Counter Attack State & Logic – Graphics+-+Enemy+Attack+Alert.zip
\07 – Combat System\70 – Player Counter Attack State & Logic.mp4
\07 – Combat System\71 – On Hit VFX.mp4
\07 – Combat System\71 – On Hit VFX.txt
\07 – Combat System\72 – Health bar – Graphics+-+HealthBar.zip
\07 – Combat System\72 – Health bar.mp4
\07 – Combat System\73 – Clean up & Project – Udemy+Course+-+RPG+New+-+Combat+system.rar
\07 – Combat System\73 – Clean up & Project.mp4
\08 – Stat System\74 – Stat System Design & Stat Class.mp4
\08 – Stat System\74 – Stat System Design & Stat Class.txt
\08 – Stat System\75 – Stat groups.mp4
\08 – Stat System\76 – Chance logic & Evasion system.mp4
\08 – Stat System\77 – Physical Damage & Critical attack.mp4
\08 – Stat System\78 – Armor mitigation & Armor penetration.mp4
\08 – Stat System\79 – Elemental Damage.mp4
\08 – Stat System\80 – Element Type & Elemental resistance.mp4
\08 – Stat System\81 – Chilled Status Effect.mp4
\08 – Stat System\82 – Burned Status Effect.mp4
\08 – Stat System\83 – Electrified Status Effect.mp4
\08 – Stat System\84 – Health Regen & Attack Speed.mp4
\08 – Stat System\85 – Interactable Buff Game Object.mp4
\08 – Stat System\86 – Stat Modifiers.mp4
\08 – Stat System\87 – Default Stat Setup.mp4
\08 – Stat System\88 – Clean up & Project – Udemy+Course+-+RPG+New+-+Stat+system.zip
\08 – Stat System\88 – Clean up & Project.mp4
\09 – Skill Tree System & UI\89 – Getting Assets.mp4
\09 – Skill Tree System & UI\89 – Getting Assets.txt
\09 – Skill Tree System & UI\90 – Skill Tree Node.mp4
\09 – Skill Tree System & UI\91 – Skill Data.mp4
\09 – Skill Tree System & UI\92 – Skill Tree Tool Tip – Fonts.zip
\09 – Skill Tree System & UI\92 – Skill Tree Tool Tip.mp4
\09 – Skill Tree System & UI\93 – Skill Tree Connections.mp4
\09 – Skill Tree System & UI\94 – Skill Tree Unlock System.mp4
\09 – Skill Tree System & UI\95 – Skill Tree Final Touches.mp4
\09 – Skill Tree System & UI\96 – Clean up & Project – Udemy+Course+-+RPG+New+-+Skill+Tree+UI.zip
\09 – Skill Tree System & UI\96 – Clean up & Project.mp4
\10 – Core Skill System\97 – Skill Manager & Cooldown.mp4
\10 – Core Skill System\98 – Unlock System.mp4
\10 – Core Skill System\99 – Dash Ability Setup.mp4
\10 – Core Skill System\100 – Shard Skill Object.mp4
\10 – Core Skill System\101 – Shard Unlock & Default Unlocks.mp4
\10 – Core Skill System\102 – Shard Upgrades – Moving shard Multicast.mp4
\10 – Core Skill System\103 – Shard Upgrades – Teleport Health rewind.mp4
\10 – Core Skill System\104 – Skill Damage & Effect Scaling.mp4
\10 – Core Skill System\105 – Time Shard & Quick Dash Synergy.mp4
\10 – Core Skill System\106 – Clean up & Project – Udemy+Course+-+RPG+New+-+Core+Skill+System.zip
\10 – Core Skill System\106 – Clean up & Project.mp4
\11 – Advanced Skills & Upgrades\107 – Planned skills.mp4
\11 – Advanced Skills & Upgrades\108 – Sword Throw State.mp4
\11 – Advanced Skills & Upgrades\109 – Sword Throw Trajectory.mp4
\11 – Advanced Skills & Upgrades\110 – Sword Skill Object.mp4
\11 – Advanced Skills & Upgrades\111 – Sword Skill Upgrades – Peirce and Spin.mp4
\11 – Advanced Skills & Upgrades\112 – Sword Skill Upgrade – Bounce.mp4
\11 – Advanced Skills & Upgrades\113 – Time Echo Object.mp4
\11 – Advanced Skills & Upgrades\114 – Time Echo Upgrade – Offense Upgrades.mp4
\11 – Advanced Skills & Upgrades\115 – Time Echo Upgrade – Utility.mp4
\11 – Advanced Skills & Upgrades\116 – Domain Expansion State.mp4
\11 – Advanced Skills & Upgrades\117 – Domain Expansion Object.mp4
\11 – Advanced Skills & Upgrades\117 – Domain Expansion Object.txt
\11 – Advanced Skills & Upgrades\118 – Domain Expansion Upgrades.mp4
\11 – Advanced Skills & Upgrades\119 – Clean up & Project – Udemy+Course+-+RPG+New+-+Advanced+Skills.zip
\11 – Advanced Skills & Upgrades\119 – Clean up & Project.mp4
\12 – Inventory Equipment & Item Systems\120 – Item Data and Item Object.mp4
\12 – Inventory Equipment & Item Systems\121 – Inventory & Inventory Items.mp4
\12 – Inventory Equipment & Item Systems\122 – Inventory UI.mp4
\12 – Inventory Equipment & Item Systems\123 – Stackable Items.mp4
\12 – Inventory Equipment & Item Systems\124 – Equipment – Part 1.mp4
\12 – Inventory Equipment & Item Systems\125 – Equipment – Part 2.mp4
\12 – Inventory Equipment & Item Systems\126 – Stackable Item Bug Fix.mp4
\12 – Inventory Equipment & Item Systems\127 – Item Tool Tip.mp4
\12 – Inventory Equipment & Item Systems\128 – Character Stats UI Setup.mp4
\12 – Inventory Equipment & Item Systems\129 – Charcater Stats UI Logic.mp4
\12 – Inventory Equipment & Item Systems\130 – Stats ToolTip & Yet another bug fix.mp4
\12 – Inventory Equipment & Item Systems\131 – Consumable Item – Potions.mp4
\12 – Inventory Equipment & Item Systems\132 – New Consumables Health Bug Fix and Inventory Toggle.mp4
\12 – Inventory Equipment & Item Systems\133 – Unique Items.mp4
\12 – Inventory Equipment & Item Systems\134 – Clean up & Project – Udemy+Course+-+RPG+New+-+Inventory+Equipment+&+Item+Systems.zip
\12 – Inventory Equipment & Item Systems\134 – Clean up & Project.mp4
\13 – Crafting Storage Shops & Loot\135 – Storage & Merchant Objects NPC – Graphics(135)+-+Blacksmith+Merchant.zip
\13 – Crafting Storage Shops & Loot\135 – Storage & Merchant Objects NPC.mp4
\13 – Crafting Storage Shops & Loot\136 – Storage logic & UI – Part 1.mp4
\13 – Crafting Storage Shops & Loot\137 – Storage logic & UI – Part 2.mp4
\13 – Crafting Storage Shops & Loot\138 – Craft UI.mp4
\13 – Crafting Storage Shops & Loot\139 – Craft Logic – Part 1.mp4
\13 – Crafting Storage Shops & Loot\140 – Craft Logic – Part 2.mp4
\13 – Crafting Storage Shops & Loot\141 – Shop Logic – Part 1.mp4
\13 – Crafting Storage Shops & Loot\142 – Shop Logic – Part 2.mp4
\13 – Crafting Storage Shops & Loot\143 – Loot Drop System.mp4
\13 – Crafting Storage Shops & Loot\144 – Clean up & Project – Udemy+Course+-+RPG+New+-+CraftStorageShop+&+Loot.zip
\13 – Crafting Storage Shops & Loot\144 – Clean up & Project.mp4
\14 – UI Controls & In game UI\145 – Health bar and XP bar.mp4
\14 – UI Controls & In game UI\146 – Skill bar.mp4
\14 – UI Controls & In game UI\147 – Quick Item Slots.mp4
\14 – UI Controls & In game UI\148 – Quick Item Slots – Feature Tweaks.mp4
\14 – UI Controls & In game UI\149 – Options UI.mp4
\14 – UI Controls & In game UI\150 – UI Controls.mp4
\14 – UI Controls & In game UI\151 – Final Touches.mp4
\14 – UI Controls & In game UI\152 – Clean up & Project – Udemy+Course+-+RPG+New+-+UI+Controls+&+In+game+UI+.zip
\14 – UI Controls & In game UI\152 – Clean up & Project.mp4
\15 – Save System\153 – Save System & Encryption.mp4
\15 – Save System\154 – Save & Load – Items.mp4
\15 – Save System\155 – Save & Load – Storage & Equipment.mp4
\15 – Save System\156 – Save & Load – Skills.mp4
\15 – Save System\157 – Save & Load – Checkpoints.mp4
\15 – Save System\158 – Clean up & Project – Udemy+Course+-+RPG+New+-+Save+and+Load.zip
\15 – Save System\158 – Clean up & Project.mp4
\16 – Scene Management\159 – Prepare levels.mp4
\16 – Scene Management\160 – Enter – Exit – Waypoints.mp4
\16 – Scene Management\161 – Game Manager.mp4
\16 – Scene Management\162 – Checkpoints & Respawn.mp4
\16 – Scene Management\163 – Portal Scroll – Part 1.mp4
\16 – Scene Management\164 – Portal Scroll – Part 2.mp4
\16 – Scene Management\165 – Main Menu.mp4
\16 – Scene Management\166 – Game Over.mp4
\16 – Scene Management\167 – Scene Transition Effect.mp4
\16 – Scene Management\168 – Clean up & Project – Udemy+Course+-+RPG+New+-+Scene+Managmnet.zip
\16 – Scene Management\168 – Clean up & Project.mp4
\17 – Audio\169 – Assets & Audio database – Audio(171)+-+Fire+Sound.zip
\17 – Audio\169 – Assets & Audio database.mp4
\17 – Audio\170 – Audio Manager & SFX.mp4
\17 – Audio\171 – SFX Distance & Looped Audio.mp4
\17 – Audio\172 – Background Music.mp4
\17 – Audio\173 – Audio Settings & Save.mp4
\17 – Audio\174 – Clean up & Project – Udemy+Course+-+RPG+New+-+Audio.zip
\17 – Audio\174 – Clean up & Project.mp4
\18 – Quest System – ( Optional )\175 – Quest Database & New Quests.mp4
\18 – Quest System – ( Optional )\176 – Quest UI – Setup.mp4
\18 – Quest System – ( Optional )\177 – Quest UI Logic – Part 1.mp4
\18 – Quest System – ( Optional )\178 – Quest UI Logic – Part 2.mp4
\18 – Quest System – ( Optional )\179 – Quest Manager & Quest Progress.mp4
\18 – Quest System – ( Optional )\180 – Quest Reward.mp4
\18 – Quest System – ( Optional )\181 – Quest Save & Load.mp4
\18 – Quest System – ( Optional )\182 – Quest Journal.mp4
\18 – Quest System – ( Optional )\183 – Quest Items Delivery.mp4
\18 – Quest System – ( Optional )\184 – Clean up & Project – Udemy+Course+-+RPG+New+-+Quest+System.zip
\18 – Quest System – ( Optional )\184 – Clean up & Project.mp4
\19 – Dialogue System – (Optional)\185 – Dialogue Data.mp4
\19 – Dialogue System – (Optional)\186 – Dialogue UI.mp4
\19 – Dialogue System – (Optional)\187 – Dialogue Typewritter.mp4
\19 – Dialogue System – (Optional)\188 – Dialogue Actions.mp4
\19 – Dialogue System – (Optional)\189 – Dialogue Multiple Choices.mp4
\19 – Dialogue System – (Optional)\190 – Bug Fixes & Other Dialogue Actions.mp4
\19 – Dialogue System – (Optional)\191 – Clean up & Project – Udemy+Course+-+RPG+New+-+Dialogue+System.zip
\19 – Dialogue System – (Optional)\191 – Clean up & Project.mp4
\20 – Additional enemies – (Optional)\192 – Enemy Slime – Part 1.mp4
\20 – Additional enemies – (Optional)\193 – Enemy Slime – Part 2.mp4
\20 – Additional enemies – (Optional)\194 – Enemy Archer – Part 1.mp4
\20 – Additional enemies – (Optional)\195 – Enemy Archer – Part 2.mp4
\20 – Additional enemies – (Optional)\196 – Enemy Mage – Part 1.mp4
\20 – Additional enemies – (Optional)\197 – Enemy Mage – Part 2.mp4
\20 – Additional enemies – (Optional)\198 – Enemy Mage – Part 3.mp4
\20 – Additional enemies – (Optional)\199 – Enemy Boss – Part 1.mp4
\20 – Additional enemies – (Optional)\200 – Enemy Boss – Part 2.mp4
\20 – Additional enemies – (Optional)\201 – Enemy Boss – Part 3.mp4
\20 – Additional enemies – (Optional)\202 – Clean up & Project – Udemy+Course+-+RPG+New+-+More+enemies.zip
\20 – Additional enemies – (Optional)\202 – Clean up & Project.mp4
\21 – BONUS\203 – Thank you for everything!.txt
 
【试看地址】
 
蓝奏网盘下载试看:https://cgjc.lanzoui.com/iMFYI3j9xrhe 或 https://cgjc.lanzoub.com/iMFYI3j9xrhe
A\B站,请关注up主:每日CG教程盘点
 
【教程说明与购买】
 
英文名:The Ultimate Guide to Creating an RPG Game in Unity 6
随机1集试看,教程共202集,总时长60小时44分,高清视频,有素材文件。
官方简介:https://www.udemy.com/course/2d-rpg-alexdev/
视频教程,使用谷歌API翻译(机器翻译),感谢您的支持!
 
【常见问题】
 
 
资源下载此资源下载价格为22.88翻译币(VIP免费),请先
仅支持(QQ、新浪微博 、微信 ,扫码登陆自动注册),不支持邮箱注册。
本站支持微信、支付宝购买,客服QQ:3079088
分享到:
赞(0)

评论抢沙发

没有账号? 忘记密码?

社交账号快速登录