Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Unity C# Scripting : Complete C# For Unity Game Development
#1
[Bild: tpxccu6bsephhugbgbqkwakf1u.jpg]

Unity C# Scripting : Complete C# For Unity Game Development
Last updated 6/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 8.58 GB | Duration: 25h 33m

Learn C# Scripting for Unity Game Development from Basics, Create your own 3D & 2D Games With Unity & C#. (2022 Updated)



What you'll learn
Get A Solid Understanding of C# & Basic Programming Concepts
Learn Unity's API from Absolute Basics
Learn Object Oriented Programming Concepts
Learn C# Scripting With Practical Examples in Unity
Use C# Skills for Building Mobile / Android Games
Implement Basic AI Features in Unity
Learn Version Controlling with Github , Bitbucket & SourceTree
Build Real 2D & 3D Example Games With C# & Unity

Requirements
No previous programming experience is required
Basic familiarity with computers is enough

Description
This Course will Teach You everything that you need to get started with C# scripting in Unity. You will learn step by step from scratch every feature of the C# language as well as how to implement it in Unity's API for building Games. All The Content works fine in Unity 2021 .List of Things You Will Learn

Learn C# Language from absolute basicsMaster basic Programming conceptsLearn Unity's APILearn Object Oriented Programming ConceptsCreate Ready To Use C# ScriptsApply Your C# Skills for Building Android / Mobile GamesImplement Basic AI Features With C#Learn Version Controlling With Github, Bitbucket, Source TreeI have taught C# Scripting to thousands of people on my Youtube Channel: Charger Games. I love teaching complex concepts in a simple way, so even if you have no previous coding experience, no need to worry, I'm gonna teach you everything step by step in the perfect order.Learn the basic concepts, tools, and functions that you will need to build fully functional Games with C# and the Unity game engine.Build a strong foundation in C# Scripting and Unity Game Development with this course.Get Started With C# programmingLearn fundamentals of Unity APILearn Object Oriented Programming ConceptsCreate Reusable C# scriptsLearn Intermediate C# Concepts in UnityTake Your C# Skills to the next levelA Powerful Skill at Your Fingertips Learning the fundamentals of C# Scripting in Unity puts a powerful and very useful tool at your fingertips. Unity is free, easy to learn, has excellent documentation, and is the game engine used for building games.Jobs in unity game development are plentiful, and being able to learn C# Scripting along with Unity game development will give you a strong background to more easily build awesome games.Content and Overview Suitable for beginning programmers, through this course of 100+ lectures and 20+ hours of content, you'll learn all of the Unity C# Scripting fundamentals and establish a strong understanding of the concept behind C# programming. Each chapter closes with quizes, putting your new learned skills into practical use immediately.Starting with the installation of the Unity , Visual Studio , this course will take you through various C# language features and how to use them. By creating example C# Scripts, you'll a establish a strong understanding of unity game development.With these basics mastered, the course will take you through building different example games with unity to learn more about the process of creating mobile android games with unity.Students completing the course will have the knowledge to create fully functional Games with C# or use their C# skills to Build any other useful thing that they want.Complete with working files, you'll be able to work alongside the author as you work through each concept, and will receive a verifiable certificate of completion upon finishing the course.

Overview

Section 1: Introduction To Unity C# Scripting ( Updated 2022 )

Lecture 1 Introduction To This C# Scripting Course

Lecture 2 Installing and Setting Up Unity 2022

Lecture 3 Join The Community

Section 2: Getting Started With C# Scripting In Unity

Lecture 4 Getting Started With C# Scripting In Unity

Lecture 5 Understanding Structure of a C# Script

Lecture 6 Event Functions in Unity C#

Lecture 7 Variables in Unity C#

Lecture 8 Public Variables in Unity C#

Lecture 9 The Update Function In Detail

Lecture 10 Function Basics in C#

Lecture 11 Functions With Return Type & Parameters in Unity

Lecture 12 If Else Statements in C#

Lecture 13 More Conditions and Equality Checking

Lecture 14 Understanding Boolean Variables

Lecture 15 Introduction To Arrays in Unity C#

Lecture 16 More About Arrays in C#

Lecture 17 Understanding For Loops in C#

Lecture 18 While Loops in Unity C# Scripting

Lecture 19 Learning foreach Loops in C#

Lecture 20 Switch Case Statements in C#

Section 3: Diving into Core Unity C# Programming

Lecture 21 Searching & Finding GameObjects in Unity

Lecture 22 Getting Access To Components using GetComponent Function

Lecture 23 Moving Rotating & Scaling with Transform Component

Lecture 24 Instantiating Random Objects in C#

Lecture 25 Repeatedly Calling Funtions with InvokeRepeating

Lecture 26 Working With KeyBoard Inputs in Unity

Lecture 27 Smooth Movement With Input.GetAxis

Lecture 28 Working With Mouse Input In Unity C#

Lecture 29 Working With Physics - Creating Player Controller

Lecture 30 Shooting Bullets Using Physics

Lecture 31 Checking Collisions in Unity with C#

Lecture 32 Working With Triggers

Lecture 33 Understanding LookAt function

Lecture 34 Loading Scenes / Levels In Unity With C#

Section 4: Intermediate Unity C# Scripting Concepts

Lecture 35 Classes & Objects - Object Oriented Programming Concepts

Lecture 36 Constructors in C# Unity

Lecture 37 Using System.Serializable To Initialize Objects

Lecture 38 C# Properties - Everything You Need To Know

Lecture 39 Enums in C#

Lecture 40 Inheritance in C# - Part 1

Lecture 41 Inheritance in c# - Part 2

Lecture 42 Polymorphism Virtual Functions & Overriding in C#

Lecture 43 Static Variables Functions & Classes in C#

Lecture 44 Understanding Method Overloading in C#

Lecture 45 Using Namespaces in C# & Unity

Lecture 46 Working With Attributes In Unity

Lecture 47 Understanding Coroutines in Unity C#

Section 5: Create a 2D Candy Catch Game - Start to Finish

Lecture 48 Setting Up Sprites for Game Characters & Backgrounds

Lecture 49 Setting Up The Candies

Lecture 50 Creating Player Controller

Lecture 51 Restricting Player Movement within Boundaries

Lecture 52 Checking if Monster Eats Candies

Lecture 53 Removing Candies when Out of Screen

Lecture 54 Spawning Random Candies

Lecture 55 Spawning Candy at Random Position

Lecture 56 Repeatedly Spawning Candies

Lecture 57 Checking Score

Lecture 58 Showing Score UI on Screen

Lecture 59 Creating Lives Counter

Lecture 60 Showing Available Lives UI

Lecture 61 Stop Candy Spawning On GameOver

Lecture 62 Creating GameOver Panel

Lecture 63 Creating Main Menu

Lecture 64 Creating GameOver Menu Controller

Lecture 65 Animating The GameOver Panel

Section 6: Creating Useful C# Scripts Ready To Use in Your Projects

Lecture 66 Zooming In And Out In Unity with C#

Lecture 67 Creating Camera Shake in Unity with C#

Lecture 68 Rotating Objects With Mouse With C#

Lecture 69 Detecting Button Clicks and Calling Functions

Lecture 70 Create 2D Infinite Scrolling Background for Runner Games

Section 7: Scripting Basic Artificial Intelligence With C# in Unity

Lecture 71 Getting Started With Navmesh in Unity

Lecture 72 Chasing While Avoiding Obstacles

Lecture 73 All About NavMesh Agent in Unity

Lecture 74 Agent Moving on Ramp and Narrow Places

Lecture 75 Moving Intelligent Agent Upstairs

Lecture 76 Intelligent Agent Jumping With Off Mesh Links

Lecture 77 Creating Off Mesh Links Manually

Section 8: Scripting For Android & Mobile Devices In Unity

Lecture 78 Build an Android Game Start to Finish in 40 Minutes

Lecture 79 Working With Touch Inputs In Unity C#

Lecture 80 Touch & Destroy Objects With RayCasting in Unity C#

Lecture 81 Accelerometer Inputs in Unity C#

Lecture 82 Accelerometer Inputs in Unity C# - Part 2

Lecture 83 Creating Responsive UI in Unity

Lecture 84 Touch Swipe Controls In Unity C#

Lecture 85[Deprecated] Touch Joystick Input Controller In Unity C#

Lecture 86[Deprecated] Creating Your First Android Game - Complete Process (2018)

Lecture 87[Deprecated] Getting Started & Setting Up Android Development Environment (2017)

Section 9: Learn Version Controlling - Manage Your Unity C# Projects Effectively

Lecture 88 Why Use Version Controlling in Your Projects

Lecture 89 Cloning and Creating New Repository

Lecture 90 Practical Version Controlling Example

Lecture 91 Branching Your Projects

Lecture 92 Pushing Local Repository to Github & Bitbucket

Section 10: Build A Complete 3D Game With Unity & C#

Lecture 93 Setting Up The Game Level

Lecture 94 Controlling The Ball

Lecture 95 Moving Ball After First Touch

Lecture 96 Checking When The Ball Falls Off The Platform

Lecture 97 Camera Following The Ball Smothly

Lecture 98 Make Platforms Fall Down After Ball Goes Away

Lecture 99 Spawning The Platforms

Lecture 100 Random Platform Spawning Algorithm

Lecture 101 Fixing Platform Falling

Lecture 102 Creating Diamonds and Randomly Spawning

Lecture 103 Destroying Diamonds On Collision

Lecture 104 Creating Awesome Particle Effects

Lecture 105 Create UiManager and Text Animations

Lecture 106 More Main Menu Ui Animations

Lecture 107 GameOver Menu and Animations

Lecture 108 Scripting The UiManager

Lecture 109 ScoreManager Score and HighSchore

Lecture 110 Creating GameManager and Controlling The Whole Game

Lecture 111 Final Fixes and Finishing The Game

Lecture 112 Building and Publishing Our Game

Section 11: Bonus Section : Special Discount Coupons

Lecture 113 Download All Scripts and Project Files

Lecture 114 Bonus : Special Discount Coupons For All Courses

Anyone who wants to Learn C# Scripting for Unity Game Development,Beginner C# developers willing to work in Unity,Anyone who wants to Build Games using C#,Someone proficient in another language & willing to learn C# in a fun way

Homepage

[Bild: 70create2dinfinitescr4ncly.jpg]

Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  The Complete Android & Kotlin Development Course Panter 0 70 15.02.2024, 13:22
Letzter Beitrag: Panter
  Maîtriser Unity et le C# | Guide Complet Développeur Panter 0 56 13.02.2024, 16:59
Letzter Beitrag: Panter
  The Ultimate Guide to Creating an RPG Game in Unity Panter 0 62 11.02.2024, 02:03
Letzter Beitrag: Panter
  Rpg 2D In Stile Pokemon Con Unity (C#) [Ita] Panter 0 54 08.02.2024, 09:00
Letzter Beitrag: Panter
  Complete game animators pipeline from Blender to engine Panter 0 55 06.02.2024, 08:42
Letzter Beitrag: Panter
  The Complete 2024 Web Development Bootcamp Panter 0 92 06.02.2024, 08:20
Letzter Beitrag: Panter

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Expand chat