Companies Home Search Profile

How to CODE in Unity

Focused View

9:01:25

0 View
  • 1 -Introduction to Scripting.mp4
    03:07
  • 2 -Demonstration.mp4
    03:37
  • 1 -Anatomy of a Script.mp4
    05:44
  • 2 -Demonstration.mp4
    18:26
  • 3 - Code Examples.html
  • 1 -Variables.mp4
    10:49
  • 2 -Bonus Lesson (List Capacity vs Count).mp4
    04:06
  • 3 - Lesson Summary.html
  • 1 -Functions.mp4
    05:30
  • 2 -Demonstration.mp4
    06:59
  • 3 - Lesson Summary.html
  • 1 -Operators.mp4
    11:37
  • 2 - Lesson Summary.html
  • 1 -Conditional Statements.mp4
    04:36
  • 2 -Demonstration.mp4
    04:13
  • 3 - Code Examples.html
  • 1 -Loops & Iterators.mp4
    07:21
  • 2 -Demonstration.mp4
    03:37
  • 3 - Code Examples.html
  • 1 -Coroutines.mp4
    07:52
  • 2 -Demonstration.mp4
    08:11
  • 3 - Code Examples.html
  • 1 -Timing.mp4
    09:13
  • 2 -Demonstration.mp4
    07:07
  • 1 -Connecting Scripts.mp4
    08:59
  • 2 - Code Examples.html
  • 1 -Working with Numbers.mp4
    10:19
  • 2 - Code Examples.html
  • 1 -Fixing Problems.mp4
    05:10
  • 2 - Code Examples.html
  • 1 -Setting up the Project.mp4
    17:07
  • 1 -creating gameplay blank.zip
  • 1 -creating gameplay complete.zip
  • 2 -Introduction.mp4
    03:44
  • 2 - Project Installation Instructions.html
  • 3 -Creating Movement.mp4
    14:42
  • 4 -Infinite Scene Bounds.mp4
    11:23
  • 5 -Global Audio Manager.mp4
    07:26
  • 6 -Creating the Explosion Effect.mp4
    15:34
  • 7 -Setting up Object Pools.mp4
    10:01
  • 8 -Creating the Game Manager.mp4
    02:36
  • 9 -Creating Damageable Objects.mp4
    06:08
  • 10 -Setting up the Asteroids.mp4
    10:11
  • 11 -Spawning the Asteroids.mp4
    06:48
  • 12 -Creating the Projectile.mp4
    13:52
  • 13 -Adding the Player Script.mp4
    05:38
  • 14 -Creating the Weapon Script.mp4
    04:05
  • 15 -Adding Respawn Protection.mp4
    07:51
  • 16 -Respawning the Players.mp4
    05:20
  • 17 -Updating the UI.mp4
    05:04
  • 18 -Updating the Score.mp4
    06:08
  • 19 -Spawning the Players.mp4
    08:18
  • 20 -Showing a Win Screen.mp4
    05:53
  • 21 - Code Examples.html
  • 1 -Scriptable Objects.mp4
    10:25
  • 2 -Demonstration.mp4
    12:10
  • 3 - Code Examples.html
  • 1 -Data Structures.mp4
    09:55
  • 2 - Code Examples.html
  • 1 -Events & Delegates.mp4
    12:24
  • 2 - Code Examples.html
  • 1 -Script Composition.mp4
    08:25
  • 1 -Inheritance.mp4
    09:43
  • 2 - Code Examples.html
  • 1 -Interfaces.mp4
    06:06
  • 2 -Demonstration.mp4
    04:29
  • 3 - Code Examples.html
  • 1 -Properties.mp4
    07:27
  • 2 - Code Examples.html
  • 1 -Performance.mp4
    07:24
  • 2 -Demonstration.mp4
    05:23
  • 3 - Lesson Summary.html
  • 1 -Best Practice.mp4
    20:43
  • 1 -Intro.mp4
    01:17
  • 1 -solving problems blank.zip
  • 1 -solving problems complete.zip
  • 2 -Asteroid Responsibility.mp4
    09:13
  • 2 - Project Installation Instructions.html
  • 3 -Movement Responsibility.mp4
    13:50
  • 4 -Dependent Explosions.mp4
    15:42
  • 5 -Weapon Responsibility.mp4
    26:57
  • 6 -Adding New Weapons.mp4
    22:36
  • 7 -Decoupling the UI.mp4
    22:54
  • 8 - Code Examples.html
  • Description


    Master the basics of C# scripting in Unity

    What You'll Learn?


    • Start with the basics of scripting in Unity, by learning how to use variables, functions, and loops
    • Move on to advanced techniques, such as events, inheritance, interfaces, and scriptable objects
    • You'll learn the fundamentals of C# scripting, so that you can confidently write your own code
    • As well as best-practice scripting approaches, such as the SOLID principles, and how to actually use them
    • Become a game developer by mastering the basics of C# scripting in Unity

    Who is this for?


  • New Unity developers who are serious about learning how to code in Unity
  • What You Need to Know?


  • Made for beginners
  • Works with all versions of Unity (including Unity 6)
  • More details


    Description

    Escape tutorial hell

    If you've already tried to learn how to make your own games, but you still feel like you don't have the confidence to start a project of your own, then you might be stuck in tutorial hell, a state where you keep taking on new information, but without ever making any real progress.

    If this sounds like you, then I want to help you escape.

    Learn how to write scripts of your own

    How to Code in Unity is a different kind of online course.

    If you've read any of my articles, or watched my YouTube videos, then you probably already know that I love to do deep-dives into the basics of Unity game development, often tackling the questions that everyone has, but that no one else bothers to answer properly.

    This is because learning a skill, especially how to write code, isn't as simple as watching someone write a script, or copying an answer from a tutorial.

    While it can be useful to see how things are made, if you don't understand when or why you'd do it in that way, when the time comes to write a script of your own, you're probably not going to know where to start.

    Sound familiar?

    Become a developer by mastering the basics

    In this course, you'll learn the fundamental techniques of writing code that Unity developers use every day to get their projects finished, and you'll learn them in a way that actually sticks, with in-depth explanations, live demonstrations, and one to one support from me whenever you need it.

    You'll master the core skills that all scripts, methods, and techniques in Unity are built on, and, by the end of this course, you won't need to copy other people's code, instead you'll be able to write your own C# scripts in Unity, with confidence.

    Who this course is for

    This course is for anyone who's serious about learning to write code in Unity.

    Whether you're a complete beginner who wants to make their first game, or an experienced developer who wants to master the basics, this course can help you do exactly that.

    If you're sick of learning how to make example projects, and you want to give yourself the skills to build something of your own, How to CODE in Unity will help you to do exactly that.

    Who this course is for:

    • New Unity developers who are serious about learning how to code in Unity

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 59
    • duration 9:01:25
    • English subtitles has
    • Release Date 2025/03/11