{"id":13495527,"url":"https://github.com/konekoya/game-dev-links","last_synced_at":"2026-04-24T09:30:54.748Z","repository":{"id":97199343,"uuid":"554646703","full_name":"konekoya/game-dev-links","owner":"konekoya","description":"Resources for learning and developing games","archived":false,"fork":false,"pushed_at":"2023-02-20T08:55:18.000Z","size":42,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-31T10:36:46.114Z","etag":null,"topics":["game-development","unity","unity-tutorial","unity2d","unity3d"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/konekoya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-10-20T06:38:10.000Z","updated_at":"2023-06-05T23:07:16.000Z","dependencies_parsed_at":"2024-01-16T09:52:56.100Z","dependency_job_id":null,"html_url":"https://github.com/konekoya/game-dev-links","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konekoya%2Fgame-dev-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konekoya%2Fgame-dev-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konekoya%2Fgame-dev-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konekoya%2Fgame-dev-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konekoya","download_url":"https://codeload.github.com/konekoya/game-dev-links/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246063043,"owners_count":20717729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["game-development","unity","unity-tutorial","unity2d","unity3d"],"created_at":"2024-07-31T19:01:35.583Z","updated_at":"2026-04-24T09:30:54.689Z","avatar_url":"https://github.com/konekoya.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Unity links\n\nResources for learning and developing games\n\n## Courses\n\n- [Complete C# Unity Game Developer 2D](https://www.udemy.com/course/unitycourse/) - Paid content, available on Udemy. Good for game development beginner\n- [Unity C# Mobile Game Development - Make 3 Games From Scratch](https://www.udemy.com/course/unity-mobile/) - Make and publish mobile games for both Android and iOS\n- [Unity Learn](https://learn.unity.com/) - An official website for learning game development with Unity. Beginner friendly, the tutorials are really easy to follow.\n\n## **Tutorials**\n\n- [5 Tips for Better Platformers in Unity (With Code)!](youtube.com/watch?v=8QPmhDYn6rk)\n- [Unity Basics for Beginners](https://www.youtube.com/watch?v=8pC3SE5PIzY\u0026list=PLzDRvYVwl53vxdAPq8OznBAdjf0eeiipT\u0026index=3\u0026t=215s) - by Code Monkey\n- [Math for Game programmers: Juicing Your Cameras With Maths](https://www.youtube.com/watch?v=tu-Qe66AvtY) - Explores the math behind a variety of camera behaviors\n\n#### Unity and Git\n\n- [How to use GitHub with Unity](https://www.youtube.com/watch?v=qpXxcvS-g3g\u0026ab_channel=Brackeys) - Start from 4:35 if you already know about Git and GitHub\n\n#### Game art and design\n\n- [How to Make Your Game Look Good](https://www.youtube.com/watch?v=nvbQ9_bzx1k\u0026ab_channel=Brackeys) - A few very solid tips for making your game look good\n- [How to Fix Blurry Graphics in Unity](https://techstacker.com/blurry-graphics-unity/) - Fix 2D sprite blurry issue\n\n#### Post processing with Universal RP(URP)\n\n- [Every Image Effect in Unity Explained](https://www.youtube.com/watch?v=9tjYz6Ab0oc\u0026ab_channel=Brackeys)\n- [How To Do post Processing In Unity](https://www.youtube.com/watch?v=yugZTujILB0\u0026list=PL0eyrZgxdwhxnxfnzbmmB13ba7kv2yXuW\u0026index=5\u0026ab_channel=DaniKrossing)\n- [Installing the Universal Render Pipeline into an existing Project](https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@12.1/manual/InstallURPIntoAProject.html) - If you start a project without URP, this guide can help you quickly add it. Notice the version dropdown in the upper left, it should matches your unity editor version\n\n#### 2D lighting\n\n- [2D Lights in Unity!](https://www.youtube.com/watch?v=nkgGyO9VG54\u0026ab_channel=Brackeys)\n- [How to Set up 2D Light in Unity](https://www.youtube.com/watch?v=mIftO_QxOE0\u0026ab_channel=DaniKrossing) - Also teaches you how to upgrade your existing 2D project to a Universal RP(URP) project\n\n#### Save and load user data\n\n- [Save \u0026 Load System in Unity](https://www.youtube.com/watch?v=XOjd_qU2Ido\u0026t=321s\u0026ab_channel=Brackeys) - By using a static class\n- [Save and Load - From File in binary format](https://www.youtube.com/watch?v=Q2nEsa209ew\u0026t=589s\u0026ab_channel=Epitome) - By using a singleton\n\n#### Game UIs\n\n- [Start Menu in Unity](zc8ac_qUXQY) - Create a basic start menu\n- [How to Make a Dialogue System in Unity](https://www.youtube.com/watch?v=_nRzoTzeyxU\u0026ab_channel=Brackeys) - Create NPC like dialogue system\n- [How to fit your Unity Game on Different Screen Sizes](https://www.youtube.com/watch?v=jcw4cBJbvrc\u0026ab_channel=CryptoGrounds) - This will only fix the canvas not the actual game\n- [How to Make a HEALTH BAR in Unity!](https://www.youtube.com/watch?v=BLfNP4Sc_iA\u0026ab_channel=Brackeys)\n\n#### Health system\n\n- [Player Health System in Unity](https://www.youtube.com/watch?v=9i0UGVUKiaE\u0026ab_channel=DaniKrossing) - With Singleton pattern\n- [How to make a HEALTH BAR in Unity!](https://www.youtube.com/watch?v=BLfNP4Sc_iA\u0026ab_channel=Brackeys) - Create a reusable health bar UI\n\n#### Enemy AI and waypoint system\n\n- [The Ultimate beginner's guide to AI with Unity \u0026 C#](https://www.youtube.com/watch?v=dmQyfWxUNPw\u0026ab_channel=Blackthornprod)\n- [Advanced AI in Unity (Made EASY) - State Machine Behaviors](https://www.youtube.com/watch?v=dYi-i83sq5g\u0026list=PLBIb_auVtBwDgHLhYc-NG633rTbTPim9z\u0026index=7\u0026ab_channel=Blackthornprod) - Using state machine behaviour class\n- [Tower Defense Enemy AI with Unity and C#](https://www.youtube.com/watch?v=ZeeJLsEXjno\u0026list=PLBIb_auVtBwDgHLhYc-NG633rTbTPim9z\u0026index=6\u0026ab_channel=Blackthornprod) - Simple waypoint system\n- [How to Make a BOSS in Unity!](https://www.youtube.com/watch?v=AD4JIXQDw0s\u0026ab_channel=Brackeys) - Complex animation and behaviors with state machine\n\n#### 2D Movement and animation\n\n- [Top Down Movement 2D in Unity](https://www.youtube.com/watch?v=_iJgw2I0MmI\u0026ab_channel=DaniKrossing) - Animate the player thru code\n- [Making Run, Idle \u0026 Jump 2D Game Animations](https://www.youtube.com/watch?v=FTxQKHG5WCA\u0026ab_channel=Blackthornprod) - Instead of using separate sprites for each animation, it just animate player body parts and create a more complex animation\n- [How to make 2D Game Animations in Unity](https://www.youtube.com/watch?v=EmbA-AitPow\u0026ab_channel=Blackthornprod) - Basic character animation creation in Photoshop and Unity\n- [Unity Top Down Character Controller with Animation and Movement](https://www.youtube.com/watch?v=yfsqai3ivyA\u0026ab_channel=CouchFerretmakesGames) - A more complete 2D movement and animation tutorial\n- [How to Make 2D Top Down Movement (Brackeys/Continued)](https://www.youtube.com/watch?v=fRpoE4FfJf8\u0026ab_channel=JTAGames) - Animation with Blend Trees\n- [Time.deltaTime explained](https://www.youtube.com/watch?v=8pYq15Lh0x4\u0026list=PL0eyrZgxdwhwQZ9zPUC7TnJ-S0KxqGlrN\u0026index=12\u0026ab_channel=DaniKrossing) - What the heck is `Time.deltaTime`\n\n#### City builder\n\n- [How to make a basic CITY BUILDER in Unity](https://www.youtube.com/watch?v=n5EN2J2FxOQ\u0026ab_channel=Blackthornprod)\n\n#### 2D map\n\n- [How to Make An RPG Like Map](https://www.youtube.com/watch?v=T1masuI3g8Q\u0026ab_channel=Blackthornprod) - Simple 2D map for small scale game\n\n#### IDE and text editor\n\n- [The Real Ultimate Guide to Fixing OmniSharp in VS Code](https://reese.codes/blog/post/the-real-ultimate-guide-to-fixing-omnisharp-in-vs-code/) - Correctly configure your VSCode for Unity Editor\n- [How to enable OmniSharp formatter](https://github.com/dotnet/format/issues/648#issuecomment-614905524) - From a GitHub issue thread. And you will probably need to add the following in your VSCode `settings.json`\n  ```json\n  \"[csharp]\": {\n    \"editor.defaultFormatter\": \"ms-dotnettools.csharp\"\n  },\n  ```\n- [Unity Development with VS Code](https://code.visualstudio.com/docs/other/unity) - Setting up Unity with VSCode is a messy journey, start from the official docs from VSCode and search the issues from the GitHub repo\n\n#### Assets\n\n- [Creating your own asset packages](https://docs.unity3d.com/Manual/AssetPackagesCreate.html) - Export package to for other projects\n\n#### Tips\n\n- [Unity tips](https://www.youtube.com/playlist?list=PLX2vGYjWbI0T-NxtmrkoqFpa4Ck2UeYab) - A variety of short tips to help speed up your productivity in Unity.\n\n## YouTube channels\n\nYouTube and Udemy are by far the best places to look for Unity tutorials and game dev related topics\n\n- [Unity](https://www.youtube.com/user/Unity3D) - Official YouTube channel for Unity\n- [Code Monkey](https://www.youtube.com/c/CodeMonkeyUnity)\n- [Brackeys](https://www.youtube.com/c/Brackeys/featured) - No longer updated, but still has a lot of tutorials on Unity\n  - - [Cool Unity Tutorials](https://www.youtube.com/playlist?list=PLPV2KyIb3jR4GH32npxmkXE-AHnlamcdG) - Compiled by Brackeys\n- [Game Dev Beginner](https://www.youtube.com/c/GameDevBeginner/featured) - Basic Unity video tutorials\n- [Games Plus James](https://www.youtube.com/c/gamesplusjames)\n- [Dani Krossing](https://www.youtube.com/@Dani_Krossing) - I can't help but think about Elon Musk whenever watching this guy's video 😅\n- [Blackthornprod](https://www.youtube.com/@Blackthornprod) - Game development with Unity and Game art\n- [Game Dev Guide](https://www.youtube.com/@GameDevGuide)\n\n## Blogs\n\n- [Game Dev Beginner](https://gamedevbeginner.com/) - Tutorials and videos for learning Unity\n  - [Order of execution for event functions](https://docs.unity3d.com/Manual/ExecutionOrder.html)\n- [Pav Creations](https://pavcreations.com/) - Unity gamedev mechanics, pixelart, programming tips and more!\n\n## Docs\n\n- [Unity Documentation](https://docs.unity3d.com/Manual/index.html) - Official docs\n\n## Packages\n\nThere are generally two ways of installing a package to Unity.\n\n1. Search and install directly from the Package manager.\n2. Download from the Internet like GitHub or third party website and import them into Unity editor\n\n- [Cinemachine](https://unity.com/unity/features/editor/art-and-design/cinemachine) - Powering cameras for films and games\n- [\n  Easy Save](https://assetstore.unity.com/packages/tools/utilities/easy-save-the-complete-save-data-serializer-system-768?aid=1101lPGj\u0026utm_campaign=unity_affiliate\u0026utm_medium=affiliate\u0026utm_source=partnerize-linkmaker#description) - The Complete Save Data \u0026 Serializer System\n- [A\\* Pathfinding Project](https://arongranberg.com/astar/) - Popular 2D path finding AI\n\n## Game engines\n\n- [Godot](https://godotengine.org/)\n- [Unreal engine](https://www.unrealengine.com/en-US)\n- [GameMaker](https://gamemaker.io/en/gamemaker)\n- [PICO-8](https://www.lexaloffle.com/pico-8.php)\n- [CONSTRUCT 3](https://www.construct.net/en)\n- [RPG MAKER](https://www.rpgmakerweb.com/)\n\n## Assets\n\n- [Unity Asset Store](https://assetstore.unity.com/) - Official site for both paid and free assets\n- [Pixabay](https://pixabay.com/sound-effects/) - Free sound effects for game development\n- [Dev Assets](https://devassets.com/) - A bit outdated but free assets for your game\n- [Unity Game Assets](https://github.com/HotpotDesign/Unity-Game-Assets) - Collection for many asset sites\n- [Kenney](https://www.kenney.nl/) - Free game assets, no strings attached\n- [Open Game Art](https://opengameart.org/) - Free game assets including sounds clips and game musics\n- [itch.io](https://itch.io/game-assets) - Some of the assets are free to download\n- [Freesound](https://freesound.org/) - As the name implies\n- [YouTube Audio library](https://www.youtube.com/audiolibrary) - Required a Google account\n\n## Others\n\n- [Mono Releases](https://www.mono-project.com/docs/about-mono/releases/) - List of available Mono releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonekoya%2Fgame-dev-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonekoya%2Fgame-dev-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonekoya%2Fgame-dev-links/lists"}