ideatomik's Stars
trademapper/trademapper-js
JS libraries for mapping trade using d3.js
cjddmut/Unity-2D-Platformer-Controller
A customizable 2D platformer motor that handles mechanics such as double jumps, wall jumps, and corner grabs. Includes a player controlled prefab that can be dropped into any scene for immediate support.
s-m-k/Unity-Animation-Hierarchy-Editor
Chman/Moments
A quick GIF replay recorder for Unity
google/deepdream
Dharengo/Spriter2UnityDX
Converts Spriter .scml files to Unity prefabs
UnityPatterns/ObjectPool
Instead of creating and destroying new objects all the time, this script reduces garbage by pooling instances, allowing you to seemingly create hundreds of new objects while only actually using a recycled few.