There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Unity-Programming-Patterns
Implementations of programming design patterns in Unity with examples in C# when to use them.Computational-geometry
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etcSelf-driving-vehicle
Simulation of path planning for self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.Ten-Minute-Physics-Unity
Implementations in Unity of the Ten Minute Physics YouTube channel. Instead of using Unity's built-in physics engine, you will learn how to make your own. This is useful if you want to simulate ropes, cloth, tires, etc. You will also learn how to make fluid simulations and soft body physics.Unity-Boat-physics-Tutorial
Learn how to implement boat physics in UnityUnity-Rope-Tutorial
Learn how to make a rope in Unity by using several methods such as springs. You will also find a procedural spring mesh.Unity-Ballistics-Tutorial
Learn how to make realistic bullets with bullet drop in UnityUnity-Advanced-Shaders-Tutorial
Implementation of advanced shaders in Unity like raytracing, interior mapping, parallax mappingUnity-Custom-Tools-Tutorial
Source code for my custom tools tutorials in UnityUnity-Tornado-Simulator
Implementation of a tornado (twister) in Unity that can interact with the environment (including the clouds)Unity-Select-Units-Within-Rectangle-Tutorial
Unity tutorial on how to select units within rectangleUnity-Control-systems-Tutorial
Learn about an engineering area called Control systems by building quadcopters, etcRandom-Terrain
Generate random terrain with PythonUnity-Stuff-on-grid-Tutorial
Place stuff on a grid Unity tutorialEarthquake-Simulator
Simulation of how buildings behave during an earthquakeCopypasta
Standardized code I copy paste into all my Unity projectsBitcoin-price-visualization
Visualizing the ups and downs of bitcoin from the beginning with ALL price data available which you can downloadKaggle-competitions
Code from Kaggle competitionsHabrador
Advent-Of-Code-2021
Advent of code 2021Love Open Source and this site? Check out how you can help us