{"id":16152928,"url":"https://github.com/dilmerv/unitywithcsharpcourse","last_synced_at":"2026-02-28T19:01:26.876Z","repository":{"id":237459788,"uuid":"608813289","full_name":"dilmerv/UnityWithCSharpCourse","owner":"dilmerv","description":"LearnXR.io - Unity With C# course supplemental source code examples","archived":false,"fork":false,"pushed_at":"2023-04-25T03:31:01.000Z","size":72674,"stargazers_count":26,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T18:51:54.244Z","etag":null,"topics":["csharp","extended-reality","unity","unity-scripting","xr"],"latest_commit_sha":null,"homepage":"","language":"ShaderLab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dilmerv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-02T19:41:47.000Z","updated_at":"2024-12-22T11:04:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d30cfbd-fb92-4ad1-be05-35991d41072b","html_url":"https://github.com/dilmerv/UnityWithCSharpCourse","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"b9c755956be0c863ccd3d567d0e9289955ac689d"},"previous_names":["dilmerv/unitywithcsharpcourse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dilmerv/UnityWithCSharpCourse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilmerv%2FUnityWithCSharpCourse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilmerv%2FUnityWithCSharpCourse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilmerv%2FUnityWithCSharpCourse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilmerv%2FUnityWithCSharpCourse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dilmerv","download_url":"https://codeload.github.com/dilmerv/UnityWithCSharpCourse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dilmerv%2FUnityWithCSharpCourse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29948228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","extended-reality","unity","unity-scripting","xr"],"created_at":"2024-10-10T01:09:33.695Z","updated_at":"2026-02-28T19:01:26.872Z","avatar_url":"https://github.com/dilmerv.png","language":"ShaderLab","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity With CSharp Course\nUnity 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.\n\n💡 What is included in this repo? \n* Includes Unity and .NET Console projects demonstrated with [Learn XR C# Fundamentals With Unity Course](https://www.learnxr.io/c-programming-fundamentals-with-unity)\n\n📚 .NET w/ C# Examples Included:\n* [AllAboutMethods](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/AllAboutMethods)\n* [CollectionFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/CollectionFeatures)\n* [ConsoleFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/ConsoleFeatures)\n* [DeclaringVariablesAndMore](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/DeclaringVariablesAndMore)\n* [HelloWorldConsole](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/HelloWorldConsole)\n* [IfElseSwitchStatements](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/IfElseSwitchStatements)\n* [LoopsFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/LoopsFeatures)\n* [ObjectOrientedProgramming](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/ObjectOrientedProgramming)\n* [Operators](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/Operators)\n* [ParsingAndCasting](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/ParsingAndCasting)\n* [StringFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/StringFeatures)\n* [UsingExtensionFeatures](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/.NET/UsingExtensionFeatures)\n\n📚 Unity w/ C# Examples Included:\n* [HelloWorld](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/Unity/HelloWorld)\n* [UnityScriptingDemos](https://github.com/dilmerv/UnityWithCSharpCourse/tree/master/Unity/UnityScriptingDemos)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilmerv%2Funitywithcsharpcourse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdilmerv%2Funitywithcsharpcourse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdilmerv%2Funitywithcsharpcourse/lists"}