{"id":37352,"url":"https://github.com/NeonArray/unity-awesome","name":"unity-awesome","description":"A curated list of rad Unity resources aimed at making my life (and your life) easier","projects_count":31,"last_synced_at":"2026-04-17T21:00:33.120Z","repository":{"id":152360600,"uuid":"146450990","full_name":"NeonArray/unity-awesome","owner":"NeonArray","description":"A curated list of rad Unity resources aimed at making my life (and your life) easier","archived":false,"fork":false,"pushed_at":"2020-04-19T20:52:12.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-03T04:58:58.994Z","etag":null,"topics":["game","particles","pathfinding","shaders","tutorial","unity"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/NeonArray.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}},"created_at":"2018-08-28T13:22:57.000Z","updated_at":"2023-12-04T12:14:45.000Z","dependencies_parsed_at":"2023-05-18T10:00:10.104Z","dependency_job_id":null,"html_url":"https://github.com/NeonArray/unity-awesome","commit_stats":null,"previous_names":["neonarray/unity-awesome"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NeonArray/unity-awesome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Funity-awesome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Funity-awesome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Funity-awesome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Funity-awesome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeonArray","download_url":"https://codeload.github.com/NeonArray/unity-awesome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Funity-awesome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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"}},"readme":"# Unity Radical\n\nA collection of resources aimed at increasing my Unity quality of life. Some of the other lists on Github are outdated, so I decided to just start my own.\n\n## Accessibility\n- [Accessibility Wishlist](https://www.specialeffect.org.uk/accessible-gaming-wish-list) - A list of accessibility concerns in gaming\n\n\n## Assets\n\n- [Unity Script Collection](https://github.com/michidk/Unity-Script-Collection) - A collection of helpful plug-n-play scripts for Unity\n- [ViveGrip `VR`](https://github.com/JScott/ViveGrip) - Vive Grip helps you to highlight, grab, and interact with game objects using SteamVR.\n- [VRKeys `VR`](https://assetstore.unity.com/packages/tools/input-management/vrkeys-99222) - Free VR Keyboard\n\n\n## Editor Tutorials\n\n- [Customizing New Script Templates](https://support.unity3d.com/hc/en-us/articles/210223733-How-to-customize-Unity-script-templates)\n- [Introduction to serialized classes and property drawers](https://catlikecoding.com/unity/tutorials/editor/custom-data/)\n\n\n## Particles\n\n- [Embers](https://gist.github.com/ocularrhythm/3558997bd4949da879b4a1ed292324c9) - Unity Ember Particles\n- [Kvant Spray](https://github.com/keijiro/KvantSpray) - Object instancing/particle animation system for Unity\n\n\n## Pathfinding\n\n- [A* Pathfinding for Beginners](https://www.gamedev.net/articles/programming/artificial-intelligence/a-pathfinding-for-beginners-r2003/)\n- [A* Pathfinding in 2D](https://gamedevelopment.tutsplus.com/tutorials/how-to-adapt-a-pathfinding-to-a-2d-grid-based-platformer-theory--cms-24662)\n\n\n## Post-Processing\n\n- [Color Grading](https://blogs.unity3d.com/2015/05/12/color-grading-with-unity-and-the-asset-store/) - Color Grading with Unity and the Asset Store\n- [Datamosh](https://github.com/keijiro/KinoDatamosh) - Effect that simulates video artifacting\n\n\n## Projects\n\n- [Match 3](https://github.com/dgkanatsios/MatchThreeGame) - A match-3 game in Unity (like Candy Crush and Bejeweled)\n- [Open Hogwarts](https://github.com/OpenHogwarts/hogwarts) - Fuckin' Hogwarts!\n\n\n## Math \n\n- [Linear Algebra for Games](http://blog.wolfire.com/2009/07/linear-algebra-for-game-developers-part-1/) - dotty bois\n\n\n## Reading\n\n- [Game Design Patterns](https://gameprogrammingpatterns.com/contents.html) - Free ebook all about dem patterns\n- [Knights of Unity](https://blog.theknightsofunity.com/knowledge-library/) - A blog with tons of great info\n\n\n## Repositories of Helpfullness\n\n- [UI/UX Considerations for VR](https://github.com/zite/ui-ux-vr)\n\n\n## Shaders\n\n- [2D Water](https://github.com/valryon/water2d-unity) - A simple shader + example of a water surface with reflection in 2D\n- [Gaussian Blur](https://github.com/PavelDoGreat/Super-Blur) - Screen and UI gaussian blur for Unity\n- [Hologram](https://github.com/andydbc/HologramShader) - Great looking hologram shader\n- [Outline](https://gist.github.com/michidk/3b49362e21563a1d66d52f4cf4bdc7ce) - An outline shader\n- [Skyboxes](https://github.com/keijiro/SkyboxPlus) - Skybox generator\n- [Ocean Renderer](https://github.com/huwb/crest-oceanrender) - Advanced Ocean Renderer\n- [Water](https://github.com/eliasts/Ocean_Community_Next_Gen) - Ocean \u0026 Water shader\n- [Wireframes](https://github.com/Chaser324/unity-wireframe) - Wireframe shader\n\n\n## Scripting Tutorials\n\n- [Vive Tutorial `VR`](https://www.raywenderlich.com/792-htc-vive-tutorial-for-unity) - Really great introductory tutorial for starting out with Vive development\n\n\n## Utilities\n\n- [Github Unity Extension](https://unity.github.com/) - Integrate Github with Unity!\n- [VRTK (VR Toolkit) `VR`](https://github.com/thestonefox/VRTK) - A productive VR Toolkit for rapidly building VR solutions in Unity3d\n\n\n## Videos\n\n- [Brackeys](https://www.youtube.com/channel/UCYbK_tjZ2OrIZFBvU6CCMiA) - YouTube channel packed with tutorials\n- [VRTK Channel `VR`](https://www.youtube.com/channel/UCWRk-LEMUNoZxUmY1wO7DBQ) - YouTube channel of tutorials related to the VRTK\n\n\n","created_at":"2024-01-13T12:59:45.110Z","updated_at":"2026-04-17T21:00:33.120Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Utilities","Accessibility","Assets","Editor Tutorials","Particles","Pathfinding","Post-Processing","Math","Reading","Shaders","Scripting Tutorials","Videos","Projects","Repositories of Helpfullness"],"sub_categories":[],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/neonarray%2Funity-awesome/projects"}