Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NeonArray/unity-awesome
A curated list of rad Unity resources aimed at making my life (and your life) easier
https://github.com/NeonArray/unity-awesome
List: unity-awesome
game particles pathfinding shaders tutorial unity
Last synced: 3 months ago
JSON representation
A curated list of rad Unity resources aimed at making my life (and your life) easier
- Host: GitHub
- URL: https://github.com/NeonArray/unity-awesome
- Owner: NeonArray
- Created: 2018-08-28T13:22:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T20:52:12.000Z (over 4 years ago)
- Last Synced: 2024-05-21T05:00:42.565Z (6 months ago)
- Topics: game, particles, pathfinding, shaders, tutorial, unity
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - unity-awesome - A curated list of rad Unity resources aimed at making my life (and your life) easier. (Other Lists / PowerShell Lists)
README
# Unity Radical
A 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.
## Accessibility
- [Accessibility Wishlist](https://www.specialeffect.org.uk/accessible-gaming-wish-list) - A list of accessibility concerns in gaming## Assets
- [Unity Script Collection](https://github.com/michidk/Unity-Script-Collection) - A collection of helpful plug-n-play scripts for Unity
- [ViveGrip `VR`](https://github.com/JScott/ViveGrip) - Vive Grip helps you to highlight, grab, and interact with game objects using SteamVR.
- [VRKeys `VR`](https://assetstore.unity.com/packages/tools/input-management/vrkeys-99222) - Free VR Keyboard## Editor Tutorials
- [Customizing New Script Templates](https://support.unity3d.com/hc/en-us/articles/210223733-How-to-customize-Unity-script-templates)
- [Introduction to serialized classes and property drawers](https://catlikecoding.com/unity/tutorials/editor/custom-data/)## Particles
- [Embers](https://gist.github.com/ocularrhythm/3558997bd4949da879b4a1ed292324c9) - Unity Ember Particles
- [Kvant Spray](https://github.com/keijiro/KvantSpray) - Object instancing/particle animation system for Unity## Pathfinding
- [A* Pathfinding for Beginners](https://www.gamedev.net/articles/programming/artificial-intelligence/a-pathfinding-for-beginners-r2003/)
- [A* Pathfinding in 2D](https://gamedevelopment.tutsplus.com/tutorials/how-to-adapt-a-pathfinding-to-a-2d-grid-based-platformer-theory--cms-24662)## Post-Processing
- [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
- [Datamosh](https://github.com/keijiro/KinoDatamosh) - Effect that simulates video artifacting## Projects
- [Match 3](https://github.com/dgkanatsios/MatchThreeGame) - A match-3 game in Unity (like Candy Crush and Bejeweled)
- [Open Hogwarts](https://github.com/OpenHogwarts/hogwarts) - Fuckin' Hogwarts!## Math
- [Linear Algebra for Games](http://blog.wolfire.com/2009/07/linear-algebra-for-game-developers-part-1/) - dotty bois
## Reading
- [Game Design Patterns](https://gameprogrammingpatterns.com/contents.html) - Free ebook all about dem patterns
- [Knights of Unity](https://blog.theknightsofunity.com/knowledge-library/) - A blog with tons of great info## Repositories of Helpfullness
- [UI/UX Considerations for VR](https://github.com/zite/ui-ux-vr)
## Shaders
- [2D Water](https://github.com/valryon/water2d-unity) - A simple shader + example of a water surface with reflection in 2D
- [Gaussian Blur](https://github.com/PavelDoGreat/Super-Blur) - Screen and UI gaussian blur for Unity
- [Hologram](https://github.com/andydbc/HologramShader) - Great looking hologram shader
- [Outline](https://gist.github.com/michidk/3b49362e21563a1d66d52f4cf4bdc7ce) - An outline shader
- [Skyboxes](https://github.com/keijiro/SkyboxPlus) - Skybox generator
- [Ocean Renderer](https://github.com/huwb/crest-oceanrender) - Advanced Ocean Renderer
- [Water](https://github.com/eliasts/Ocean_Community_Next_Gen) - Ocean & Water shader
- [Wireframes](https://github.com/Chaser324/unity-wireframe) - Wireframe shader## Scripting Tutorials
- [Vive Tutorial `VR`](https://www.raywenderlich.com/792-htc-vive-tutorial-for-unity) - Really great introductory tutorial for starting out with Vive development
## Utilities
- [Github Unity Extension](https://unity.github.com/) - Integrate Github with Unity!
- [VRTK (VR Toolkit) `VR`](https://github.com/thestonefox/VRTK) - A productive VR Toolkit for rapidly building VR solutions in Unity3d## Videos
- [Brackeys](https://www.youtube.com/channel/UCYbK_tjZ2OrIZFBvU6CCMiA) - YouTube channel packed with tutorials
- [VRTK Channel `VR`](https://www.youtube.com/channel/UCWRk-LEMUNoZxUmY1wO7DBQ) - YouTube channel of tutorials related to the VRTK