

Epävarma mistä
alkaa?
Track
Todistus
Game Development with Unity
4.6+
★★★★★
★★★★★
7 arvostelut
Beginner
Have you ever played games? I think in our time, everyone has at least once launched computer games and enjoyed the virtual world of these digital creations. But have you ever been curious about how such games are created? What programming language are they written in, and what is game development? This track will introduce you to one of the most popular game engines, Unity. Get ready to dive into an incredible adventure of learning Unity and create your own game using the C# language!
C#
Unity
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Learn the fundamentals of C#, including variables, control structures, and object-oriented programming principles
- Deepen your C# skills by exploring advanced concepts, improving code efficiency and maintainability
- Get started with Unity by building a fully functional Flappy Bird game, learning game physics, UI, and player controls
- Master 2D game development in Unity by creating a fighting game, implementing animations, combat mechanics, and AI
- 168 chapters
- 18 hours
- 143 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / C# Basics
In this section we will get an introduction to C#. Moreover, we will also learn some basic elements of the C# language.
- Why C#?Esikatselu
- C# SyntaxEsikatselu
- Displaying OutputEsikatselu
- Challenge: Outputting a TriangleEsikatselu
- CommentsEsikatselu
- Challenge: CommentsEsikatselu
- VariablesEsikatselu
- IdentifiersEsikatselu
- Challenge: Variable DeclarationEsikatselu
- Basic Operators & ExpressionsEsikatselu
- Challenge: OperatorsEsikatselu
In any programming language we have to deal with different types of data. In this section we will learn about that.
- Integer Data TypesEsikatselu
- Challenge: Declaring Explicitly Typed VariablesEsikatselu
- Floating-Point and DoubleEsikatselu
- BooleansEsikatselu
- CharacterEsikatselu
- StringEsikatselu
- Strings ChallengeEsikatselu
- Basic String FormattingEsikatselu
- Challenge: String FormattingEsikatselu
- Declaring ConstantsEsikatselu
- Basic Type CastingEsikatselu
- Type Casting PracticeEsikatselu
- Basic Type ConversionEsikatselu
- Basic Coding PracticeEsikatselu
In this section we will learn about features of C# that help us control the flow of the program such as executing pieces of code based on conditions.
- Comparison OperatorsEsikatselu
- Logical OperatorsEsikatselu
- Challenge: OperatorsEsikatselu
- Order of OperationsEsikatselu
- If StatementEsikatselu
- Challenge: if ConditionEsikatselu
- else KeywordEsikatselu
- Challenge: else KeywordEsikatselu
- if-else ChainEsikatselu
- Challenge: if, else-if, elseEsikatselu
- switch StatementEsikatselu
- Challenge: SwitchEsikatselu
In this section we will learn about how to deal with repetitive tasks in programming.
Arrays are an important part of any programming language as they let us group together and manipulate a large amount of similar data. In this section we will learn about Arrays and how to use them for practical applications.
In this section we will learn about one of of the most widely used and essential features of C# called Methods. We will also explore its uses through creative practice tasks.
- What are Methods?Esikatselu
- Creating and Calling MethodsEsikatselu
- Challenge: Methods CreationEsikatselu
- Method ParametersEsikatselu
- Challenge: Method with ParametersEsikatselu
- Method Return ValuesEsikatselu
- Challenge: Return ValuesEsikatselu
- Local & Global ScopesEsikatselu
- Challenge: ScopesEsikatselu
- What's Next?Esikatselu
Module 2 / C# Beyond Basics
In this section we will learn data structures like Lists and Dictionaries. We will also learn how to read and write files. In the end we will look at how to deal with unexpected errors which can occur during the program's execution.
- What are Lists?Esikatselu
- Practicing List DeclarationEsikatselu
- List MethodsEsikatselu
- What are Dictionaries?Esikatselu
- Practicing DictionariesEsikatselu
- Reading Files using StreamReaderEsikatselu
- Reading Files using File MethodsEsikatselu
- Writing FilesEsikatselu
- Error HandlingEsikatselu
- Practicing Error HandlingEsikatselu
In this section we will learn about some more advanced structures for storing data, namely Structs and Enumerators. We will learn how to use them and we will look at some practice examples as well.
- What are Structs?Esikatselu
- Defining & Using a StructureEsikatselu
- Practicing StructsEsikatselu
- Structs with Other Data StructuresEsikatselu
- Struct MethodsEsikatselu
- Correctly Accessing Fields in Struct MethodsEsikatselu
- Practicing MethodsEsikatselu
- Struct ConstructorsEsikatselu
- Practicing ConstructorsEsikatselu
- EnumeratorsEsikatselu
- Practicing EnumeratorEsikatselu
In this section, we will learn what Object-Oriented Programming (OOP) is and how we can create programs that use the concept of OOP. We will also practice this concept with many hands-on tasks that are fun to solve.
- What is Object-Oriented Programming?Esikatselu
- Defining ClassesEsikatselu
- Practice: Creating ClassesEsikatselu
- Class ObjectsEsikatselu
- Class Objects vs Struct ObjectsEsikatselu
- Practice: ObjectsEsikatselu
- Class MethodsEsikatselu
- Practice: MethodsEsikatselu
- Class ConstructorsEsikatselu
- Practice: ConstructorsEsikatselu
In this section, we delve deeper into the essentials of Object-Oriented Programming (OOP). We explore advanced topics to enhance your understanding and proficiency in OOP. From managing object lifecycles through destructors to refining class structures with access modifiers, and harnessing the power of derived classes and method overloading, this section equips you with the knowledge and practical skills needed to design robust and flexible object-oriented systems.
This will be a detailed chapter in which we will dive deep into the main principles of Object-Oriented Programming (OOP). We will also look at many practical applications and hands-on examples of these principles to understand them better. In this section we will revise some of the concepts from the previous section in a bit more detail and combine the concepts together to understand it more thoroughly.
Module 3 / Unity for Beginners
Discover what Unity is and how it's used through a concise video. Learn how to download Unity with step-by-step instructions accompanied by visuals. Follow along as we create a project and scene in Unity. Explore the Unity interface, including Hierarchy, Project, Console, Scene, Game, and Inspector, through an engaging video with a quizzes.
Embark on your game development journey with Unity Essentials. Learn scripting basics,
explore components, manipulate GameObjects, master object transformations, capture
player input, and move your first player.
Grasp foundational concepts in gaming physics, including
time.deltaTime's role for smooth gameplay. Learn to utilize Rigidbody components effectively and implement collision detection techniques. Explore OnCollisionEnter and OnTriggerEnter methods' uses. Apply these skills practically by guiding a bird character through a Flappy Bird-style game, mastering movement and collision detection.
Discover how to design interfaces and incorporate sounds into your games. Begin by
mastering UI basics and creating elements. Explore specific UI designs like texts and buttons. Connect different game scenes and add a main menu to your game. Enhance gameplay with immersive sound effects, utilizing a dedicated sound manager for optimal control and organization.
Enhance your game's visuals by updating designs and incorporating basic particle systems and post-processing effects. Improve the overall design for a better player experience.
Finally, export your game and conduct thorough testing to ensure quality.
Module 4 / Fighting Game in Unity
In this chapter, we will learn all about animations, how to synchronize animations with movement, and how to smoothly transition between animations.
We will create a full behavior for the player and animate it. The player will be able to move, jump, and attack using different techniques, such as the Rigidbody2D for movement and triggers for attacks and interactions.
We will create the Boss AI and define its behavior based on the player's proximity. When the player is at a long distance, the Boss will either send a projectile or move toward the player. If the player is nearby, the Boss will attack with its weapon. Additionally, when the Boss's health drops below 40%, it will enter a rage state and unleash different, more aggressive attacks.
We will implement major improvements to the game, including adding particles and effects to enhance the overall feel. Additionally, we'll create UI elements such as the main menu and health bar, and ensure they are controllable. Finally, we'll export the game and test it.
We will revisit the game we created in the previous Unity course (Flappy Bird) and enhance it. We'll add random generation, synchronize the background movement with the player, and dynamically move obstacles, creating an endless gameplay experience.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
Tärkeintä on oppia eikä luovuttaa
Materiaali on hyvä, opittavaa riittää – kaikki parantuaksesi ja tärkeintä on oppia sitä, mitä haluat....
Matteo Comune
Kiitos heille opin paljon…
Kiitos heille opin paljon nopeammin, koska he auttavat ymmärtämään kaiken alusta alkaen. Tämä on paras sivusto, joka tukee IT-taustattomia...
Yuliana Cadavid
Loistava kurssi aloittelijoille
Loistava kurssi aloittelijoille, joka testaa tietosi jokaisella oppitunnilla...
Elpunzon
Nautin Codefinity-kokemuksestani…
Nautin Codefinity-kokemuksesta Pythonin oppimiseen. Itseohjautuva oppimismenetelmä on erinomainen, sillä se mahtuu aikatauluuni...
Alexandru Alexandru
On mukava oppia Codefinityltä
On mukava oppia Codefinityltä. Se on helppoa ja tarjoaa hyviä esimerkkejä opitusta...
jacob Templet
Easy to follow along with and provides…
Helppo seurata ja se tuo haastetta arkeeni. Haaste saa minut haluamaan oppia päivä toisensa jälkeen...
Elan
Codefinity on kattava oppimisväline…
Codefinity on kattava oppimisväline, joka auttaa kehittämään taitojasi ohjelmistoinsinöörinä tai datatieteilijänä. Harjoitukset ovat hauskoja ja erinomainen tapa hioa taitojasi...
Thibault
Ensimmäistä kertaa koodaamista opiskellen
Ensimmäistä kertaa koodaamista opiskellen ja onnistuneesti Codefinityn avulla – kiitos...
Adrien Morel
Hyvin suunniteltu täysin aloittelijoille
Hyvin suunniteltu täysin aloittelijoille, sisältää asteittaista edistystä ja saa minut tuntemaan oloni varmaksi....
_Gracy
se on yksinkertaisesti täydellisesti selitetty
se on yksinkertaisesti täydellisesti selitetty! Tähän mennessä en ole kohdannut vaikeuksia, koska kaikki on niin hyvin järjestetty....
Ruslan Kravchuk
Tärkeintä on oppia eikä luovuttaa
Materiaali on hyvä, opittavaa riittää – kaikki parantuaksesi ja tärkeintä on oppia sitä, mitä haluat....
Matteo Comune
Kiitos heille opin paljon…
Kiitos heille opin paljon nopeammin, koska he auttavat ymmärtämään kaiken alusta alkaen. Tämä on paras sivusto, joka tukee IT-taustattomia...
Yuliana Cadavid
Loistava kurssi aloittelijoille
Loistava kurssi aloittelijoille, joka testaa tietosi jokaisella oppitunnilla...
Elpunzon
Nautin Codefinity-kokemuksestani…
Nautin Codefinity-kokemuksesta Pythonin oppimiseen. Itseohjautuva oppimismenetelmä on erinomainen, sillä se mahtuu aikatauluuni...
Alexandru Alexandru
On mukava oppia Codefinityltä
On mukava oppia Codefinityltä. Se on helppoa ja tarjoaa hyviä esimerkkejä opitusta...
jacob Templet
Easy to follow along with and provides…
Helppo seurata ja se tuo haastetta arkeeni. Haaste saa minut haluamaan oppia päivä toisensa jälkeen...
Elan
Codefinity on kattava oppimisväline…
Codefinity on kattava oppimisväline, joka auttaa kehittämään taitojasi ohjelmistoinsinöörinä tai datatieteilijänä. Harjoitukset ovat hauskoja ja erinomainen tapa hioa taitojasi...
Thibault
Ensimmäistä kertaa koodaamista opiskellen
Ensimmäistä kertaa koodaamista opiskellen ja onnistuneesti Codefinityn avulla – kiitos...
Adrien Morel
Hyvin suunniteltu täysin aloittelijoille
Hyvin suunniteltu täysin aloittelijoille, sisältää asteittaista edistystä ja saa minut tuntemaan oloni varmaksi....
_Gracy
se on yksinkertaisesti täydellisesti selitetty
se on yksinkertaisesti täydellisesti selitetty! Tähän mennessä en ole kohdannut vaikeuksia, koska kaikki on niin hyvin järjestetty....
Data Engineer
Suoritustodistus
Näytä äskettäin hankitut taitosi. Olet ansainnut sen
Discover more
Learning tracks
Vain Ultimate
1 Kurssi
1 Projekti
0 Task
Vain Ultimate
7 Kurssit
345 Tehtävät
Vain Ultimate
5 Kurssit
119 Tehtävät
Vain Ultimate
5 Kurssit
146 Tehtävät
Vain Ultimate
4 Kurssit
115 Tehtävät
Vain Ultimate
6 Kurssit
101 Tehtävät
Vain Ultimate
6 Kurssit
168 Tehtävät
Vain Ultimate
5 Kurssit
135 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
57 Tehtävät
Vain Ultimate
7 Kurssit
376 Tehtävät
Vain Ultimate
5 Kurssit
180 Tehtävät
Vain Ultimate
5 Kurssit
165 Tehtävät
Vain Ultimate
6 Kurssit
308 Tehtävät
Vain Ultimate
6 Kurssit
252 Tehtävät
Vain Ultimate
8 Kurssit
2 Projektit
176 Tehtävät
Vain Ultimate
2 Kurssit
80 Tehtävät
Vain Ultimate
7 Kurssit
293 Tehtävät
Vain Ultimate
1 Projekti
0 Task
Vain Ultimate
2 Kurssit
21 Tehtävät
Vain Ultimate
5 Kurssit
111 Tehtävät
Vain Ultimate
2 Kurssit
0 Task
Vain Ultimate
3 Kurssit
39 Tehtävät
Vain Ultimate
13 Kurssit
555 Tehtävät
Vain Ultimate
13 Kurssit
555 Tehtävät
Vain Ultimate
1 Kurssi
0 Task
Vain Ultimate
0 Task
Vain Ultimate
5 Kurssit
139 Tehtävät
Vain Ultimate
3 Kurssit
71 Tehtävät
Vain Ultimate
7 Kurssit
282 Tehtävät
Vain Ultimate
5 Kurssit
239 Tehtävät
Vain Ultimate
4 Kurssit
125 Tehtävät
Vain Ultimate
2 Kurssit
33 Tehtävät
Vain Ultimate
3 Kurssit
119 Tehtävät
Vain Ultimate
1 Kurssi
15 Tehtävät
Vain Ultimate
3 Kurssit
75 Tehtävät
Vain Ultimate
3 Kurssit
31 Tehtävät
Vain Ultimate
2 Kurssit
151 Tehtävät
Vain Ultimate
3 Kurssit
56 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
38 Tehtävät
Vain Ultimate
3 Kurssit
36 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
38 Tehtävät
Vain Ultimate
5 Kurssit
134 Tehtävät
Learning tracks
polku
TEST TRACK 12
Aloittelija
4.0
(7146)
polku
Full Stack Web Development
Aloittelija
4.5
(58)
polku
Become a React Developer
Keskitaso
4.9
(7)
polku
Mastering Data Visualization
Keskitaso
4.6
(7)
polku
SQL from Zero to Hero
Aloittelija
4.7
(93)
polku
С++ Essentials
Aloittelija
4.4
(17)
polku
Python from Zero to Hero
Aloittelija
4.7
(284)
polku
Supervised Machine Learning
Keskitaso
4.9
(7)
polku
Python Beyond Intermediate
Aloittelija
5.0
(1)
polku
Java Essentials
Aloittelija
4.3
(9)
polku
Become a Django Developer
Edistynyt
4.4
(27)
polku
Flask for Dummies
Keskitaso
4.5
(31)
polku
Frontend Development Foundations
Aloittelija
4.6
(52)
polku
Web Developer from Zero to Hero
Aloittelija
4.6
(56)
polku
Preparation for Data Science
Keskitaso
4.5
(11)
polku
Deep Learning Odyssey
Edistynyt
5.0
(3)
polku
Web Development with C#
Aloittelija
4.8
(98)
polku
TEST E2E TRACK BEGINNER
Aloittelija
polku
Test Track
Begginer
4.7
(3)
polku
Skilled Python BackEnd Developer
Edistynyt
4.7
(261)
polku
Test Recalculate
Aloittelija
polku
Excel Essentials
Aloittelija
4.5
(33)
polku
Full-Stack .NET Developer Journey
Keskitaso
4.8
(129)
polku
Full-Stack .NET Developer Journey
Keskitaso
4.8
(129)
polku
Test track with rating
Edistynyt
4.0
(4)
polku
TEST TEST TRACK
Aloittelija
polku
Data Analyst Foundation
Aloittelija
4.7
(111)
polku
C++ Mastery
Edistynyt
polku
Java Web
Edistynyt
4.5
(30)
polku
Become a QA Engineer
Aloittelija
4.5
(43)
polku
Video Production with Adobe
Aloittelija
polku
Digital Marketing Essentials
Aloittelija
polku
UI/UX Design Tools
Aloittelija
polku
Test image upload track
Aloittelija
polku
Essential Office Skills
Aloittelija
4.6
(24)
polku
GitHub from Zero to Hero
Aloittelija
polku
No-Code Website Development
Aloittelija
polku
C Programming & Low-Level Development
Aloittelija
polku
testes
Aloittelija
4.7
(3)
polku
Test translation track
Keskitaso
polku
Test CMS Track
Aloittelija
4.7
(3)
polku
Python for Data Analysis
Keskitaso
4.6
(9)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams