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
- Host: GitHub
- URL: https://github.com/dilmerv/unitywithcsharpcourse
- Owner: dilmerv
- License: mit
- Created: 2023-03-02T19:41:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T03:31:01.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T18:51:54.244Z (12 months ago)
- Topics: csharp, extended-reality, unity, unity-scripting, xr
- Language: ShaderLab
- Homepage:
- Size: 69.3 MB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)