![]() |
|
Unity C# Scripting : Complete C# For Unity Game Development - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Unity C# Scripting : Complete C# For Unity Game Development (/Thread-Unity-C-Scripting-Complete-C-For-Unity-Game-Development) |
Unity C# Scripting : Complete C# For Unity Game Development - SKIKDA - 08-13-2023 ![]() 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. |