Unity C# Scripting : Complete C# For Unity Game Development

Category: Courses / Developer
Author: DrZero
Date added: 13.08.2023
Views: 17
Comments: 0










Description material

Unity C# Scripting : Complete C# For Unity Game Development

Last updated 7/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 15.16 GB | Duration: 27h 3m


Learn C# Scripting for Unity Game Development from Basics, Create your own 3D & 2D Games With Unity & C#. (2023 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 2023 .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 2023 )

Lecture 1 Introduction To This C# Scripting Course

Lecture 2 Installing & Setting Up Unity 2023

Lecture 3 Installing and Setting Up Unity 2022

Lecture 4 Join The Community

Section 2: Getting Started With C# Scripting In Unity

Lecture 5 Getting Started With C# Scripting In Unity

Lecture 6 Understanding Structure of a C# Script

Lecture 7 Event Functions in Unity C#

Lecture 8 Variables in Unity C#

Lecture 9 Public Variables in Unity C#

Lecture 10 The Update Function In Detail

Lecture 11 Function Basics in C#

Lecture 12 Functions With Return Type & Parameters in Unity

Lecture 13 If Else Statements in C#

Lecture 14 More Conditions and Equality Checking

Lecture 15 Understanding Boolean Variables

Lecture 16 Introduction To Arrays in Unity C#

Lecture 17 More About Arrays in C#

Lecture 18 Understanding For Loops in C#

Lecture 19 While Loops in Unity C# Scripting

Lecture 20 Learning foreach Loops in C#

Lecture 21 Switch Case Statements in C#

Section 3: Diving into Core Unity C# Programming

Lecture 22 Searching & Finding GameObjects in Unity

Lecture 23 Getting Access To Components using GetComponent Function

Lecture 24 Moving Rotating & Scaling with Transform Component

Lecture 25 Instantiating Random Objects in C#

Lecture 26 Repeatedly Calling Funtions with InvokeRepeating

Lecture 27 Working With KeyBoard Inputs in Unity

Lecture 28 Smooth Movement With Input.GetAxis

Lecture 29 Working With Mouse Input In Unity C#

Lecture 30 Working With Physics - Creating Player Controller

Lecture 31 Shooting Bullets Using Physics

Lecture 32 Checking Collisions in Unity with C#

Lecture 33 Working With Triggers

Lecture 34 Understanding LookAt function

Lecture 35 Loading Scenes / Levels In Unity With C#

Section 4: Game 1: Your First 3D Game with Unity & C# ( Updated 2023 )

Lecture 36 Build A 3D Coin Collecting Game with Unity & C#

Section 5: Intermediate Unity C# Scripting Concepts

Lecture 37 Classes & Objects - Object Oriented Programming Concepts

Lecture 38 Constructors in C# Unity

Lecture 39 Using System.Serializable To Initialize Objects

Lecture 40 C# Properties - Everything You Need To Know

Lecture 41 Enums in C#

Lecture 42 Inheritance in C# - Part 1

Lecture 43 Inheritance in c# - Part 2

Lecture 44 Polymorphism Virtual Functions & Overriding in C#

Lecture 45 Static Variables Functions & Classes in C#

Lecture 46 Understanding Method Overloading in C#

Lecture 47 Using Namespaces in C# & Unity

Lecture 48 Working With Attributes In Unity

Lecture 49 Understanding Coroutines in Unity C#

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

Lecture 50 Setting Up Sprites for Game Characters & Backgrounds

Lecture 51 Setting Up The Candies

Lecture 52 Creating Player Controller

Lecture 53 Restricting Player Movement within Boundaries

Lecture 54 Checking if Monster Eats Candies

Lecture 55 Removing Candies when Out of Screen

Lecture 56 Spawning Random Candies

Lecture 57 Spawning Candy at Random Position

Lecture 58 Repeatedly Spawning Candies

Lecture 59 Checking Score

Lecture 60 Showing Score UI on Screen

Lecture 61 Creating Lives Counter

Lecture 62 Showing Available Lives UI

Lecture 63 Stop Candy Spawning On GameOver

Lecture 64 Creating GameOver Panel

Lecture 65 Creating Main Menu

Lecture 66 Creating GameOver Menu Controller

Lecture 67 Animating The GameOver Panel

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

Lecture 68 Zooming In And Out In Unity with C#

Lecture 69 Creating Camera Shake in Unity with C#

Lecture 70 Rotating Objects With Mouse With C#

Lecture 71 Detecting Button Clicks and Calling Functions

Lecture 72 Create 2D Infinite Scrolling Background for Runner Games

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

Lecture 73 Getting Started With Navmesh in Unity

Lecture 74 Chasing While Avoiding Obstacles

Lecture 75 All About NavMesh Agent in Unity

Lecture 76 Agent Moving on Ramp and Narrow Places

Lecture 77 Moving Intelligent Agent Upstairs

Lecture 78 Intelligent Agent Jumping With Off Mesh Links

Lecture 79 Creating Off Mesh Links Manually

Section 9: Game 3 : Your First Android Game with Unity & C# ( Updated 2023 )

Lecture 80 Build Your First Android Game with Unity & C# ( 2023 Updated )

Section 10: Scripting For Android & Mobile Devices In Unity

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

Lecture 82 Working With Touch Inputs In Unity C#

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

Lecture 84 Accelerometer Inputs in Unity C#

Lecture 85 Accelerometer Inputs in Unity C# - Part 2

Lecture 86 Creating Responsive UI in Unity

Lecture 87 Touch Swipe Controls In Unity C#

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

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

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

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

Lecture 91 Why Use Version Controlling in Your Projects

Lecture 92 Cloning and Creating New Repository

Lecture 93 Practical Version Controlling Example

Lecture 94 Branching Your Projects

Lecture 95 Pushing Local Repository to Github & Bitbucket

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

Lecture 96 Setting Up The Game Level

Lecture 97 Controlling The Ball

Lecture 98 Moving Ball After First Touch

Lecture 99 Checking When The Ball Falls Off The Platform

Lecture 100 Camera Following The Ball Smothly

Lecture 101 Make Platforms Fall Down After Ball Goes Away

Lecture 102 Spawning The Platforms

Lecture 103 Random Platform Spawning Algorithm

Lecture 104 Fixing Platform Falling

Lecture 105 Creating Diamonds and Randomly Spawning

Lecture 106 Destroying Diamonds On Collision

Lecture 107 Creating Awesome Particle Effects

Lecture 108 Create UiManager and Text Animations

Lecture 109 More Main Menu Ui Animations

Lecture 110 GameOver Menu and Animations

Lecture 111 Scripting The UiManager

Lecture 112 ScoreManager Score and HighSchore

Lecture 113 Creating GameManager and Controlling The Whole Game

Lecture 114 Final Fixes and Finishing The Game

Lecture 115 Building and Publishing Our Game

Section 13: Bonus Section : Special Discount Coupons

Lecture 116 Download All Scripts and Project Files

Lecture 117 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

Buy Premium Account From My Download Links & Get Fastest Speed.


https://1dl.net/ge2gg47rihh1/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part01.rar
https://1dl.net/3xgn40d822js/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part02.rar
https://1dl.net/wilyz3o4euvs/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part03.rar
https://1dl.net/xwdme27gw8ju/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part04.rar
https://1dl.net/p93okgi29ff7/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part05.rar
https://1dl.net/gwmd3cgqsr2e/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part06.rar
https://1dl.net/r5usf6wo1utb/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part07.rar
https://1dl.net/xu79qvpvjx4l/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part08.rar
https://1dl.net/us4u33zkwpil/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part09.rar
https://1dl.net/oi3y90an5mw2/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part10.rar
https://1dl.net/hcvncofjyeei/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part11.rar
https://1dl.net/xse0pfgksftf/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part12.rar
https://1dl.net/e93mnfp2rl0a/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part13.rar
https://1dl.net/utcnex7ajkyk/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part14.rar
https://1dl.net/yh3cnopi3iv2/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part15.rar
https://1dl.net/4mio6o3a3lve/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part16.rar


https://nitroflare.com/view/BFE05DC9335B836/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part01.rar
https://nitroflare.com/view/DC838C15D455F97/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part02.rar
https://nitroflare.com/view/9479A5049AA6000/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part03.rar
https://nitroflare.com/view/467F94617034AF8/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part04.rar
https://nitroflare.com/view/903E9F394A5B15B/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part05.rar
https://nitroflare.com/view/34CA337C904ED9A/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part06.rar
https://nitroflare.com/view/669F02D1249C4E8/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part07.rar
https://nitroflare.com/view/3D7EFAD63BE20C1/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part08.rar
https://nitroflare.com/view/CE0142A39EA7E38/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part09.rar
https://nitroflare.com/view/ADFEEF346ACB556/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part10.rar
https://nitroflare.com/view/B7E7755F3A68BC7/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part11.rar
https://nitroflare.com/view/7F71188CAEFFD7B/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part12.rar
https://nitroflare.com/view/605200D1B103C17/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part13.rar
https://nitroflare.com/view/E057BE57AB5BFDD/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part14.rar
https://nitroflare.com/view/6C5A1BF2405094C/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part15.rar
https://nitroflare.com/view/5E1175AB7B189BE/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part16.rar


https://rapidgator.net/file/41129cbb4be752e4795dee3cd2c4c5c5/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part01.rar.html
https://rapidgator.net/file/1e781f38b574bce7801f6084dc2b1831/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part02.rar.html
https://rapidgator.net/file/dd155fc7a12f7e3bb44ff1150d0d24d2/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part03.rar.html
https://rapidgator.net/file/20574470712e1206e1ddb0ed05a8246c/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part04.rar.html
https://rapidgator.net/file/ec475b440adc353f5220dc5e2e9a4873/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part05.rar.html
https://rapidgator.net/file/d3a96c64e6c94b857f02134e254b0ead/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part06.rar.html
https://rapidgator.net/file/9206aece3601ea832325b20c876be575/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part07.rar.html
https://rapidgator.net/file/716628deb31540644a528c87bec70d7e/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part08.rar.html
https://rapidgator.net/file/1f930548996dc3e9ad4ca1f19976a9d1/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part09.rar.html
https://rapidgator.net/file/6f11673131055700d804d3d4dea707f3/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part10.rar.html
https://rapidgator.net/file/7e04edd5df6c3370f4fa1c1144a85316/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part11.rar.html
https://rapidgator.net/file/6aeef1c30c9b585afdd1749ca2febb1b/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part12.rar.html
https://rapidgator.net/file/d0ebcbbd60e99c6d21174ff0233cf66e/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part13.rar.html
https://rapidgator.net/file/74583c5f1dc59672703f0a7b8a198bab/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part14.rar.html
https://rapidgator.net/file/cd664a94c307989cb556fd21321bcea1/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part15.rar.html
https://rapidgator.net/file/8f163c0263e46bad734742accab8c471/Unity_C_Scripting_Complete_C_For_Unity_Game_Development.part16.rar.html


Join to our telegram Group
Information
Users of Guests are not allowed to comment this publication.