An open API service indexing awesome lists of open source software.

https://github.com/dilmerv/unitywithcsharpcourse

LearnXR.io - Unity With C# course supplemental source code examples
https://github.com/dilmerv/unitywithcsharpcourse

csharp extended-reality unity unity-scripting xr

Last synced: 28 days ago
JSON representation

LearnXR.io - Unity With C# course supplemental source code examples

Awesome Lists containing this project

README

          

# Unity With CSharp Course
Unity With C# course supplemental source code examples from course taught on [Learn XR](https://www.learnxr.io) which will be key to understanding C# prior to getting into XR development.

💡 What is included in this repo?
* Includes Unity and .NET Console projects demonstrated with [Learn XR C# Fundamentals With Unity Course](https://www.learnxr.io/c-programming-fundamentals-with-unity)

📚 .NET w/ C# Examples Included:
* [AllAboutMethods](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/AllAboutMethods)
* [CollectionFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/CollectionFeatures)
* [ConsoleFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/ConsoleFeatures)
* [DeclaringVariablesAndMore](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/DeclaringVariablesAndMore)
* [HelloWorldConsole](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/HelloWorldConsole)
* [IfElseSwitchStatements](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/IfElseSwitchStatements)
* [LoopsFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/LoopsFeatures)
* [ObjectOrientedProgramming](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/ObjectOrientedProgramming)
* [Operators](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/Operators)
* [ParsingAndCasting](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/ParsingAndCasting)
* [StringFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/StringFeatures)
* [UsingExtensionFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/UsingExtensionFeatures)

📚 Unity w/ C# Examples Included:
* [HelloWorld](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/Unity/HelloWorld)
* [UnityScriptingDemos](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/Unity/UnityScriptingDemos)