Unity Tutorial - Youtube - Daniel Wood
Unity Tutorial 1 - Getting started with Unity 3D https://www.youtube.com/watch?v=pTLCMZ_qvTw
Unity Tutorial 2 - Creating objects in Unity https://www.youtube.com/watch?v=D9qt1cTH2r0
Unity Tutorial 3 - How to export Maya models and import into Unity https://www.youtube.com/watch?v=dX7E6lwCkX8
Unity Tutorial 4 - How to apply materials, shaders and textures to objects in Unity https://www.youtube.com/watch?v=MGIBLPIz4oM
Unity Tutorial 5 - Adding terrain, trees and water to your game https://www.youtube.com/watch?v=OD88_KGYXbg Unity Tutorial 6 - Cameras in Unity https://www.youtube.com/watch?v=blSU_KC_RJQ
Unity Tutorial 7 - Lighting in Unity https://www.youtube.com/watch?v=GRGqQH-O3JA
Unity Tutorial 8 - Skyboxes in Unity https://www.youtube.com/watch?v=v1rVpiVgbV0
Unity Tutorial 9 - Adding fog and lens flares in Unity https://www.youtube.com/watch?v=z3XxyvM_x6k
Unity Tutorial 10 - Character controllers in Unity https://www.youtube.com/watch?v=U-8qkbhhSvk
Unity Tutorial 11 - Advanced camera techniques in Unity https://www.youtube.com/watch?v=J2jmYOP7aSA
Unity Tutorial 12 - PIP Map Effect in Unity https://www.youtube.com/watch?v=aShI4F6ZhPs
Unity Tutorial 13 - Layers in Unity https://www.youtube.com/watch?v=JaXgGyP2dEo
Unity Tutorial 14 - Scripting with C# https://www.youtube.com/watch?v=_TkxNACkYZM
Unity Tutorial 15 - Variables and Data Types https://www.youtube.com/watch?v=QMWLi_KXkpM
Unity Tutorial 16 - Operators in C# https://www.youtube.com/watch?v=Td4f-KIEumA
Unity Tutorial 17 - Conditional Statements in C# https://www.youtube.com/watch?v=-tPUp4_HLNQ
Unity Tutorial 18 - Creating and calling methods (functions) https://www.youtube.com/watch?v=qYqUeCkNdLE
Unity Tutorial 19 - Keyboard Input https://www.youtube.com/watch?v=chMxcadsT4U
Unity Tutorial 20 - Transforming objects using scripts https://www.youtube.com/watch?v=EKUMuqhxsa8
Unity Tutorial 21 - Mouse input https://www.youtube.com/watch?v=L6Z03BOl-T8
Unity Tutorial 22 - Create a rolling ball game with force and gravity in C# https://www.youtube.com/watch?v=-0NfFC0yErg
Unity Tutorial 23 - Collision detection in Unity https://www.youtube.com/watch?v=cmFH3sth7lA
Unity Tutorial 24 - Raycasting in Unity https://www.youtube.com/watch?v=0F2o9CLX7Ao
Untiy Tutorial 25 - GUI Labels https://www.youtube.com/watch?v=saFPpv8q23Y
Unity Tutorial 26 - GUI Boxes https://www.youtube.com/watch?v=3E8yKvUyBko
Unity Tutorial 27 - GUI Buttons https://www.youtube.com/watch?v=0y5pVuc85S0
Unity Tutorial 28 - Adding sound to your scene in Unity https://www.youtube.com/watch?v=ktb2vAAwknw
Unity Tutorial 29 - Animating 3D objects in Unity https://www.youtube.com/watch?v=V394gbdG4zQ
Unity Tutorial 30 - Particle Systems in Unity https://www.youtube.com/watch?v=EVvGIzHq-Ks
Roll-a-Ball
Roll-a-Ball: 1.1 Create a new Unity project https://www.youtube.com/watch?v=_uO5B7bP9jo
Roll-a-Ball: 1.2 Create a new Scene https://www.youtube.com/watch?v=LcPFEoRB8bE
Roll-a-Ball: 1.3 Create a primitive plane https://www.youtube.com/watch?v=KG-o2cGlnig
Roll-a-Ball: 1.4 Scale the Ground plane https://www.youtube.com/watch?v=A5dNxdR_Bl8
Roll-a-Ball: 1.5 Create a player GameObject https://www.youtube.com/watch?v=xIvkB8aWOEs
Roll-a-Ball: 1.6 Adjust the default lighting https://www.youtube.com/watch?v=EGjC6ad0gg8
Roll-a-Ball: 1.7 Add colors with Materials https://www.youtube.com/watch?v=uXfMQ3l1qpI
Roll-a-Ball: 2.1 Add a Rigidbody to the player https://www.youtube.com/watch?v=IItr6riqfyM
Roll-a-Ball: 2.2 Install the Input System package https://www.youtube.com/watch?v=C5s0BNNT_MM
Roll-a-Ball: 2.3 Add a Player Input component https://www.youtube.com/watch?v=4CTUDXq9o68
Roll-a-Ball: 2.4 Create a new script https://www.youtube.com/watch?v=6purI3AYBGk
Roll-a-Ball: 2.5 Write the OnMove function declaration https://www.youtube.com/watch?v=26_AihBBG08
Roll-a-Ball: 2.6 Apply input data to the Player https://www.youtube.com/watch?v=GDaMULXLBeQ
Roll-a-Ball: 2.7 Apply force to the Player https://www.youtube.com/watch?v=QIShB1p_Gls
Roll-a-Ball: 2.8 Fix the Player movement speed https://www.youtube.com/watch?v=KnKOVDFkvdQ
Roll-a-Ball: 3.1 Set the Camera position https://www.youtube.com/watch?v=VziWP-dW4YE
Roll-a-Ball: 3.2 Write a CameraController script https://www.youtube.com/watch?v=usSoznP2ioQ
Roll-a-Ball: 3.3 Reference the Player GameObject https://www.youtube.com/watch?v=WpPIOqNdi6c
Roll-a-Ball: 4.1 Create a wall for the play field https://www.youtube.com/watch?v=rwHK91Q7qGM
Roll-a-Ball: 4.2 Finish the play field walls https://www.youtube.com/watch?v=yKA65__QZAY
Roll-a-Ball: 5.1 Create a collectible GameObject https://www.youtube.com/watch?v=t5G3oOUhlS8
Roll-a-Ball: 5.2 Rotate the PickUp GameObject https://www.youtube.com/watch?v=7iNSpAvNjSk
Roll-a-Ball: 5.3 Make PickUp a Prefab https://www.youtube.com/watch?v=EPTlZlSFkZ8
Roll-a-Ball: 5.4 Add more collectibles https://www.youtube.com/watch?v=DqwdGnynb7s
Roll-a-Ball: 6.1 Disable PickUps with OnTriggerEnter https://www.youtube.com/watch?v=AtKjwryaYdI
Roll-a-Ball: 6.2 Add a tag to the PickUp Prefab https://www.youtube.com/watch?v=VBqnApouxsU
Roll-a-Ball: 6.3 Write a conditional statement https://www.youtube.com/watch?v=2CMxY-zcH5M
Roll-a-Ball: 6.4 Set the PickUp Colliders as triggers https://www.youtube.com/watch?v=2MEYYPr5D_k
Roll-a-Ball: 6.5 Add a Rigidbody to the PickUp Prefab https://www.youtube.com/watch?v=ZULFhlaIFwU
Roll-a-Ball: 7.1 Store the value of collected PickUps https://www.youtube.com/watch?v=yxt1DYerz8M
Roll-a-Ball: 7.2 Create a UI text element https://www.youtube.com/watch?v=m5E0WolESZQ
Roll-a-Ball: 7.3 Display the count value https://www.youtube.com/watch?v=KXFLp3EMBeI
Roll-a-Ball: 7.4 Create a game end message https://www.youtube.com/watch?v=mkywg62nZYM
Roll-a-Ball: 8.1 Create a build of your game https://www.youtube.com/watch?v=I-f6AlLYsvw
Roll-a-Ball: 8.2 Your next steps https://www.youtube.com/watch?v=oeDrJBTSCNM
Jimmy Vegas Tutorial
Unity Tutorial For Beginners - How To Make A Game - Part 001 - THE BASICS https://www.youtube.com/watch?v=G9BdFZ2MCXc
Unity Tutorial For Beginners - How To Make A Game - Part 002 - TEXTURES & INPUT https://www.youtube.com/watch?v=eOIyQc1cBL4
Unity Tutorial For Beginners - How To Make A Game - Part 003 - BUILDING & TERRAIN https://www.youtube.com/watch?v=reSJQVH6C5o
Unity Tutorial For Beginners - How To Make A Game - Part 004 - TERRAIN & EFFECTS https://www.youtube.com/watch?v=gARS4jyzBH0
Unity Tutorial For Beginners - How To Make A Game - Part 005 - RIVER & TREES https://www.youtube.com/watch?v=wqg1r2UnbPI
Unity Tutorial For Beginners - How To Make A Game - Part 006 - Pick Up Objects https://www.youtube.com/watch?v=ceIZqcp7N6A
Unity Tutorial For Beginners - How To Make A Game - Part 007 - Coins & Environment https://www.youtube.com/watch?v=5cmFR1L4K74
Unity Tutorial For Beginners - How To Make A Game - Part 008 - Animation https://www.youtube.com/watch?v=N4cvnDNNW2Q
Unity Tutorial For Beginners - How To Make A Game - Part 009 - GUI & Importing Models https://www.youtube.com/watch?v=2TPRnIiLk1g
Unity Tutorial For Beginners - How To Make A Game - Part 010 - Weapons https://www.youtube.com/watch?v=LNmpFPk9eV4
Unity Tutorial For Beginners - How To Make A Game - Part 011 - Raycast & Enemies https://www.youtube.com/watch?v=Q_o74dbn3ZU
Unity Tutorial For Beginners - How To Make A Game - Part 012 - Enemy & Weapon Models https://www.youtube.com/watch?v=WlD8XzZHb7M
Unity Tutorial For Beginners - How To Make A Game - Part 013 - NPC, Light & Questing https://www.youtube.com/watch?v=MrXmYlaO1os
Unity Tutorial For Beginners - How To Make A Game - Part 014 - Quest Scripting https://www.youtube.com/watch?v=EaEm5kDXGEQ
Unity Tutorial For Beginners - How To Make A Game - Part 015 - Loot & Quest https://www.youtube.com/watch?v=ZBFmMUvG_aQ
Unity Tutorial For Beginners - How To Make A Game - Part 016 - Audio & Sound Effects https://www.youtube.com/watch?v=EVSRirbF-Xs
Unity Tutorial For Beginners - How To Make A Game - Part 017 - Terrain & Menu https://www.youtube.com/watch?v=6WBqJOA5rgk
Unity Tutorial For Beginners - How To Make A Game - Part 018 - Build Menu & GUI https://www.youtube.com/watch?v=Xvvo0_daunc
Unity Tutorial For Beginners - How To Make A Game - Part 019 - Project Settings https://www.youtube.com/watch?v=SAfvUwLx7ws
Unity Tutorial For Beginners - How To Make A Game - Part 020 - Atmosphere https://www.youtube.com/watch?v=gw-rKF0KGt4
Unity Tutorial For Beginners - How To Make A Game - Part 021 - Fade Screens https://www.youtube.com/watch?v=YRjcxa-xs9A
Unity Tutorial For Beginners - How To Make A Game - Part 022 - More Quest Scripting https://www.youtube.com/watch?v=P012nT6SBas
Unity Tutorial For Beginners - How To Make A Game - Part 023 - Triggers https://www.youtube.com/watch?v=Il8TxRCO78I
Unity Tutorial For Beginners - How To Make A Game - Part 024 - Bloom & Sunshafts https://www.youtube.com/watch?v=uRdaKz77daI
Unity Tutorial For Beginners - How To Make A Game - Part 025 - Advanced Buttons https://www.youtube.com/watch?v=vga3mp8wII4
Unity Tutorial For Beginners - How To Make A Game - Part 026 - Loading Game https://www.youtube.com/watch?v=VoOtodrXWW4
Unity Tutorial For Beginners - How To Make A Game - Part 027A - Picking Up Weapons https://www.youtube.com/watch?v=NVByHb0vmg4
Unity Tutorial For Beginners - How To Make A Game - Part 027B - Picking Up Weapons https://www.youtube.com/watch?v=cZf9ZoRCVq0
Unity Tutorial For Beginners - How To Make A Game - Part 028 - Simple Inventory https://www.youtube.com/watch?v=qrz_bQOh-tw
Unity Tutorial For Beginners - How To Make A Game - Part 029 - Inventory & Cursor https://www.youtube.com/watch?v=paqsDjLtcYg
Unity Tutorial For Beginners - How To Make A Game - Part 030 - Asset Store, Items https://www.youtube.com/watch?v=_u_6cnW9SUY
Unity Tutorial For Beginners - How To Make A Game - Part 031 - Doors & Quests https://www.youtube.com/watch?v=t8uQkaMpgco
Unity Tutorial For Beginners - How To Make A Game - Part 032 - Voice Acting https://www.youtube.com/watch?v=ZSQEsDSgCK0
Unity Tutorial For Beginners - How To Make A Game - Part 033 - Footsteps & C# https://www.youtube.com/watch?v=4Bfghkls7PU
Unity Tutorial For Beginners - How To Make A Game - Part 034 - Snow & Animated Skybox https://www.youtube.com/watch?v=qcqqHge78ow
Unity Tutorial For Beginners - How To Make A Game - Part 035 - Shop System https://www.youtube.com/watch?v=wnjv3GEj-KY
Unity Tutorial For Beginners - How To Make A Game - Part 036 - Cash System https://www.youtube.com/watch?v=nKszYBuxgBI
Unity Tutorial For Beginners - How To Make A Game - Part 037 - Shop & NPC https://www.youtube.com/watch?v=qUKA8FnhyeI
Unity Tutorial For Beginners - How To Make A Game - Part 038 - Cutscene & Mini Map https://www.youtube.com/watch?v=KwXnDLxVZVM
Unity Tutorial For Beginners - How To Make A Game - Part 039 - Dungeons & Environment https://www.youtube.com/watch?v=YG3pv_N-8QE
Unity Tutorial For Beginners - How To Make A Game - Part 040 - Wind Zone & Moving Ledges https://www.youtube.com/watch?v=m9IqWqQv1ss
Unity Tutorial For Beginners - How To Make A Game - Part 041 - Pausing & URL Links https://www.youtube.com/watch?v=FRHRwUzoXk4
Unity Tutorial For Beginners - How To Make A Game - Part 042 - QTE System https://www.youtube.com/watch?v=b34hz_gVwp4
Unity Tutorial For Beginners - How To Make A Game - Part 043 - Randomizing https://www.youtube.com/watch?v=euAbVBOo_Pw
Unity Tutorial For Beginners - How To Make A Game - Part 044 - Dungeon Expansion https://www.youtube.com/watch?v=ltdOyI0q0iY
Unity Tutorial For Beginners - How To Make A Game - Part 045 - Splash Screen https://www.youtube.com/watch?v=A8WBPnyUQWQ
Unity Tutorial For Beginners - How To Make A Game - Part 046 - Chest UI & Credits https://www.youtube.com/watch?v=-aH7Bt5BdrM
Unity Tutorial For Beginners - How To Make A Game - Part 047 - Fog Variants https://www.youtube.com/watch?v=EUMNhdy8yXI
Unity Tutorial For Beginners - How To Make A Game - Part 048 - Tags & Animated NPC https://www.youtube.com/watch?v=JsXb90iWKQk
Unity Tutorial For Beginners - How To Make A Game - Part 049 - NPC Moving https://www.youtube.com/watch?v=eDqRlUTIS24
Unity Tutorial For Beginners - How To Make A Game - Part 050 - Light Reflection [FINAL] https://www.youtube.com/watch?v=fkb62tnCYlU
'tech > game' 카테고리의 다른 글
21/08/09 A SIMPLE UNITY GAME : ROLL THE CUBE (0) | 2021.08.09 |
---|---|
21/08/09 Controlling a Character using the Character Controller (Unity Tutorial) (0) | 2021.08.09 |
21/08/09 Beginning C# with Unity (0) | 2021.08.09 |
21/08/08 How To Build An Android Game in 40 Minutes - Unity 2019 (0) | 2021.08.08 |
21/08/08 유니티 20분만에 증강현실 AR 앱 만들기 (Unity + Vuforia AR app) - 쉽게 앱 만드는 방법 (현직 개발자 설명) (0) | 2021.08.08 |