Skip to content

StefanoCecere/awesome-opensource-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

81 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Awesome Opensource Unity Awesome

πŸ“Š Last updated: 2025-08-27 Sorting by stars and latest updated

A curated list of assets and and packages to make the Unity game-dev life happier and future proof. Thanks to all contributors

πŸ‘‰πŸΌ Please submit a PR for any obsolete, updated or new entry! You can do it just editing this README and GitHub will do everything. Let's keep this list awesome!.

Contents

Games

Adventure

  • SanAndreasUnity ⭐2.4k πŸ•’2y ago- An open source reimplementation of GTA San Andreas game engine in Unity.
  • HelloMarioFramework ⭐64 πŸ•’2mo ago- Create your own 3D Mario game with Hello Mario Framework for Unity!

Educational and Social Impact

  • Antura ⭐78 πŸ•’today- the award winning open source language learning and country explorer game for kids.
  • Idiomatic - Aan educational game developed to teaching English to native Portuguese speakers.
  • La Noria - an open source videogame about social innovation in Malaga.

Cards

  • Card-Game-Simulator ⭐382 πŸ•’4d ago- Create, Share, and Play
  • PokemonUnity ⭐1.9k πŸ•’7mo ago- A LEGACY Unity project to help build PokΓ©mon-esque RPG games.

Puzzle

  • nodulus ⭐596 πŸ•’2y ago- A puzzle game with a clever twist. Based on the mathematical theory behind plank puzzles, consists of a grid of cubes and rods which can be rotated with a swipe.
  • AngryBirdsStyleGame ⭐635 πŸ•’9mo ago- An effort to replicate a level and relevant mechanisms of Rovio's famous Angry Birds game, built in Unity game engine. Source code is provided for educational purposes.
  • MatchThreeGame ⭐567 πŸ•’9mo ago- A match-3 game in Unity (like Candy Crush and Bejeweled).

RPG

  • Darkest-Dungeon-Unity ⭐1.2k πŸ•’3y ago- Darkest Dungeon port in Unity. Almost completely identical to the original.
  • hogwarts ⭐805 πŸ•’1y ago- A Hogwarts (Harry Potter) open sandbox game made in Unity.

Runner / Driving

  • InfiniteRunner3D ⭐333 πŸ•’7y ago- Creating an infinite 3D runner game in Unity.
  • CrazyCar ⭐1.7k πŸ•’7mo ago- online car game, the server is SpringBoot + MyBatis Plus; the background is Vue + Element.
  • Unity3D-Mario-Kart-Racing-Game ⭐383 πŸ•’1y ago- Kart racer supports items, anti-gravity mode, computer players, underwater mode, and real-time shadows and lighting.

Sandbox

  • CubeWorld ⭐417 πŸ•’1y ago- Minecraft like game made in Unity.

Shooter

  • Multiplayer-FPS ⭐1.1k πŸ•’7mo ago- A multiplayer first-person shooter game based on Unity3D. Different types of input devices are supported, including Kinect, Xbox controllers, Leap motion, and VR Glasses.

Strategy

  • startcraft-unity3d ⭐633 πŸ•’11mo ago- A recreation of the classic Starcraft game by Blizzard, on Unity3D.

Projects

  • open-brush ⭐1.0k πŸ•’today- the open source, community led evolution of Tilt Brush! Art From All Angles, VR app.
  • open-blocks ⭐97 πŸ•’30days ago- the open source, community led evolution of Google Blocks, Intuitive low-poly modelling in VR.

Open Source Packages

2D

  • Unity2D-Components ⭐768 πŸ•’4y ago- A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
  • StaticBluredScreen ⭐200 πŸ•’6y ago- Non-realtime (=static) screen blur for Unity. Easy to use background for dialogs.
  • AtlasImage ⭐135 πŸ•’4y ago- AtlasImage is a graphic component use SpriteAtlas for uGUI. In addition, add useful sprite selector and border editor to the inspector.
  • SpriteDicing ⭐1.4k πŸ•’1mo ago- Extension for Unity game engine to work with diced sprites.
  • DataRenderer2D ⭐192 πŸ•’1mo ago- Make mesh like line, polygon, etc in unity3d.
  • UnitySpline2D ⭐71 πŸ•’4y ago πŸ›οΈ- 2D spline utility for Unity.

2D Bones

  • DragonBonesCSharp ⭐558 πŸ•’1mo ago- DragonBones C# Runtime.
  • spine-runtimes ⭐4.8k πŸ•’today- Collection of Spine runtimes including with Unity3d version.

AI

  • ml-agents ⭐18.6k πŸ•’yesterday- Unity Machine Learning Agents Toolkit .
  • GOAP ⭐1.5k πŸ•’2mo ago- A multi-threaded GOAP (Goal Oriented Action Planning) system for Unity.
  • unity-movement-ai ⭐2.1k πŸ•’1y ago- A library of common movement AI scripts known as Steering Behaviors. You can use these scripts to help your NPCs move around your game.
  • CrystalAI ⭐473 πŸ•’4y ago- A Utility AI for C# and Unity.
  • EpPathFinding.cs ⭐240 πŸ•’4y ago- A jump point search algorithm for grid based games in C#.
  • EpPathFinding3D.cs ⭐48 πŸ•’7y ago- A 3D jump point search algorithm for cube based games in C#.
  • goap ⭐674 πŸ•’6y ago- Goal Oriented Action Planning AI in Unity.
  • UnitySteer ⭐1.2k πŸ•’5y ago- Steering, obstacle avoidance and path following behaviors for the Unity Game Engine.
  • Astar-for-Unity ⭐371 πŸ•’4y ago- A Star Pathfinder, 3 axis, multithreaded for Unity.
  • openpath ⭐140 πŸ•’4y ago- Open source pathfinding for Unity.
  • unity-path-finding ⭐126 πŸ•’7y ago- Shortest path finding with Dijkstra's algorithm for Unity.
  • NPBehave ⭐1.2k πŸ•’5mo ago- Event Driven Behavior Trees for Unity 3D.
  • fluid-behavior-tree ⭐1.1k πŸ•’6mo ago- A pure code behavior tree micro-framework built for Unity3D projects. Granting developers the power to dictate their GUI presentation.
  • Unity3d-Finite-State-Machine ⭐1.7k πŸ•’3y ago- Very good and easy FSM An intuitive Unity3d finite state machine (FSM). Designed with an emphasis on usability, without sacrificing utility.
  • Path-Creator ⭐2.0k πŸ•’1y ago- Path creation asset for Unity game development.
  • NavMeshPlus ⭐2.1k πŸ•’6mo ago- Unity NavMesh 2D Pathfinding.
  • NavMeshSurface2DBaker ⭐47 πŸ•’4y ago- NavMeshSurface2DBaker is a Unity Package that provides functionality to bake 2D colliders into NavMeshSurface components.
  • Brainiac ⭐117 πŸ•’5y ago- Behaviour tree editor for Unity3D.
  • behaviac ⭐3.0k πŸ•’2y ago- Behaviac is a framework of the game AI development, and it also can be used as a rapid game prototype design tool. behaviac supports the behavior tree, finite state machine and hierarchical task network(BT, FSM, HTN).
  • DotRecast ⭐753 πŸ•’14d ago- A port of Recast & Detour, navigation mesh toolset for games, Unity3D, servers, C#.

AI Tools

  • AI Game DevTools (AI-GDT) 933 πŸ•’yesterday- the latest AI Game Development Tools, including LLM, World Model, Agent, Code, Image, Texture, Shader, 3D Model, Animation, Video, Audio, Music, Singing Voice and Analytics
  • StableDiffusionUnityTools ⭐65 πŸ•’2y ago- Editor assets generation via Stable Diffusion.

AR

  • UnityARFoundationEssentials ⭐813 πŸ•’2y ago- AR Foundation examples created with AR Foundation.
  • XRTK-Core ⭐310 πŸ•’2y ago πŸ›οΈ- The Official Mixed Reality Framework for Unity.

Animation

  • unity-animator-helpers ⭐137 πŸ•’2y ago- A micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.

Asset Bundle

Camera

  • UnityPixelCamera ⭐124 πŸ•’8y ago- A resolution independent pixel perfect camera for Unity.
  • DeadSimple-Pixel-Perfect-Camera ⭐237 πŸ•’4y ago- An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
  • unity-camera-multi-target ⭐228 πŸ•’5mo ago- Concise Unity library which dynamically keeps a set of objects (e.g. players and important objects) in view.
  • FulldomeCameraForUnity ⭐154 πŸ•’4y ago- Fulldome Camera for Unity 2019.

Character Controllers 2D

  • CharacterController2D ⭐1.1k πŸ•’5y ago- Similar to the built-in Unity CharacterController component. It has a similar API (mainly a move method that takes a delta movement) and provides a firm base with which to make a super solid controller using Unity's 2D system.
  • Unity-2D-Platformer-Controller ⭐942 πŸ•’5y ago- 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.
  • Ultimate-2D-Controller ⭐2.0k πŸ•’1y ago- A great starting point for your 2D controller. Making use of all the hidden tricks like coyote, buffered actions, speedy apex, anti grav apex, etc

Character Controllers 3D

Controller Mappings

Console

Database

  • SQLite4Unity3d ⭐1.4k πŸ•’6y ago- SQLite made easy for Unity3d.

DOTS

  • unity-ecs-navmesh ⭐483 πŸ•’6y ago- A demo implementation of Unity Entity Component System with NavMesh.
  • ECS-Tween ⭐92 πŸ•’6y ago- Simple Unity tweening system using ECS that works with GameObjects!.
  • PlasticTween ⭐178 πŸ•’6y ago- Tween Library for Unity3D(ECS+JOBS).
  • unity-jtween ⭐49 πŸ•’6y ago πŸ›οΈ- A job-based tween library for Unity.
  • KNN ⭐471 πŸ•’2y ago- Fast K-Nearest Neighbour Library for Unity DOTS.
  • SpriteSheetRenderer ⭐391 πŸ•’2y ago- A powerful Unity ECS system to render massive numbers of animated sprites.
  • NativeCollections ⭐420 πŸ•’2y ago- Native Collection Types for Unity https://jacksondunstan.com/articles/tag/native-collection.
  • Hydrogen.Entities ⭐74 πŸ•’4y ago πŸ›οΈ- A collection of helpers for work with Unity's ECS framework, used in our games.
  • Unity-2D-Pathfinding-Grid-ECS-Job ⭐125 πŸ•’5y ago- ECS Burst Job System 2D Pathfinding.
  • EntitySelection ⭐74 πŸ•’2y ago- A minimal solution for selecting entities in the unity sceneview.
  • Easy-Road-3D-ECS-Traffic ⭐47 πŸ•’2y ago- Unity DOTS/ECS traffic using Easy Roads 3D for the data.
  • IcSkillSystem ⭐256 πŸ•’4y ago- A simple and reusable skill system.
  • EntitiesBT ⭐487 πŸ•’3y ago- Behavior Tree for Unity ECS (DOTS) framework.

EdTech and Game Based Learning

Editor

  • Unity-Editor-Toolbox ⭐1.9k πŸ•’17d ago- Tools, custom attributes, drawers and extensions for Unity Editor.
  • Alchemy ⭐901 πŸ•’2mo ago- Provides a rich set of editor and serialization extensions for Unity.
  • Unity-QuickSheet ⭐1.1k πŸ•’4y ago- Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
  • unity3d-rainbow-folders ⭐647 πŸ•’4y ago- This asset allows you to set custom icons for any folder in unity project browser.
  • Reorderable List Editor Field for Unity - Reorderable List Editor Field for Unity.
  • ReorderableInspector ⭐489 πŸ•’5y ago- Automatic reorderable lists for Unity game engine components.
  • VFW ⭐490 πŸ•’7y ago- An editor extension that offers much more advance editor extensibility features than what comes out of the box with Unity.
  • Tidy-Up ⭐37 πŸ•’7y ago- Neat little tool! to help you keep your Unity projects organised by throwing assets in their designated folders.
  • UnityPsdImporter ⭐74 πŸ•’8y ago 🍴- Advanced PSD importer for Unity3D.
  • property-drawer-collection
  • unity-symlink-utility ⭐109 πŸ•’4y ago- A small extension that adds a menu item to add folders as symlinks in Unity.
  • UnityDefineManager ⭐71 πŸ•’6y ago- Easily manage global defines in Unity.
  • Texture3DPreview-for-Unity ⭐245 πŸ•’7y ago- This package enables interactive previews of Texture3D assets in Unity's Inspector window.
  • unity-colourlovers-importer ⭐103 πŸ•’5y ago- Unity editor tool to load colours and palettes directly from COLOURlovers.com.
  • shortcuter ⭐19 πŸ•’5y ago- Shortcut utility for Unity.
  • unity-editor-spotlight ⭐167 πŸ•’1y ago- MacOS-like Spotlight file search in Unity.
  • Unity-Reorderable-List ⭐646 πŸ•’4y ago- Extended version of the Reorderable List in Unity.
  • UnityEditorJunkie ⭐633 πŸ•’3y ago- Editor scripts to make working with the Unity Editor better.
  • UniOmni ⭐0- Global search for Unity.
  • Readme ⭐48 πŸ•’1y ago- Readme component for Unity, attachable to any GameObject to document what you can't in a script or the file system.
  • Unity-AssetDependencyGraph ⭐365 πŸ•’4y ago- An Asset Dependency Graph for Unity.
  • MyBox ⭐2.1k πŸ•’2d ago- MyBox is a set of attributes, tools and extensions for Unity .
  • Unity-Finder ⭐43 πŸ•’4y ago- Find Asset in Unity.
  • enhancer ⭐391 πŸ•’5y ago- A collection of utilities to enhance the Unity Editor.

Effect and Shaders

  • Unity5Effects ⭐1.7k πŸ•’4y ago- Effect storage space for Unity 5.
  • Outline-Effect ⭐1.5k πŸ•’2y ago- Outline Image Effect for Unity.
  • unity-frosted-glass ⭐885 πŸ•’1y ago- Frosted glass material made in unity.
  • unity-delaunay ⭐821 πŸ•’2y ago- A Delaunay/Voronoi library for Unity, and a simple destruction effect.
  • Helicopter effect
  • SSMS ⭐731 πŸ•’28d ago- Screen space multiple scattering for Unity.
  • KinoGlitch ⭐2.7k πŸ•’1y ago- Video glitch effects for Unity.
  • temporal ⭐1.9k πŸ•’4y ago- Temporal Reprojection Anti-Aliasing for Unity 5.0+.
  • SMAA ⭐429 πŸ•’6y ago πŸ›οΈ- A highly customizable implementation of Subpixel Morphological Antialiasing for Unity.
  • Typogenic ⭐194 πŸ•’8y ago πŸ›οΈ- Signed-distance field text rendering for Unity.
  • AtmosphericScattering ⭐675 πŸ•’3y ago- Atmospheric Scattering for Unity.
  • Facepunch.Highlight ⭐0- Mesh outline effect.
  • crest-oceanrender ⭐3.7k πŸ•’14d ago- An advanced ocean system implemented in Unity3D.
  • HologramShader ⭐959 πŸ•’1y ago- Hologram Shader and Material Editor for Unity.
  • ShaderlabVS ⭐987 πŸ•’4y ago- ShaderlabVS is a Visual Studio plugin for Unity Shaderlab programming.
  • kamakura-shaders ⭐353 πŸ•’7y ago- Kamakura Shaders is a collection of shaders and components focusing on Non-Photorealistic Rendering for Unity with a bunch of features and adjustable parameters in a user-friendly interface.
  • ShaderProject ⭐542 πŸ•’8y ago- A container for all sorts of handy shaders.
  • ShaderForge ⭐2.7k πŸ•’2y ago- Shader visual scripting.
  • Ocean_Community_Next_Gen ⭐1.1k πŸ•’5y ago- Next gen iteration of the unity community ocean shader.
  • ToonShading ⭐1.0k πŸ•’9mo ago- A collection of "Toon" shaders for Unity based on a stepped PBR approximation.
  • AnisotropicStandardShader ⭐0- A modified version of Unity's Standard Shader using an Anisotropic GGX BRDF.
  • SpriteGlow ⭐2.4k πŸ•’1y ago- A sprite glow effect for Unity game engine.
  • Mirror ⭐50 πŸ•’6y ago- A mirror script.
  • HoloShield ⭐554 πŸ•’6y ago- Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
  • VerticalDissolve ⭐646 πŸ•’6y ago- Procedural vertical dissolve shader. Highly customizable. Tweak edge color, noisiness & waviness, rim light, emission scrolling and more.
  • SphereDissolve ⭐455 πŸ•’6y ago- Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!.
  • TexturePanner ⭐730 πŸ•’3y ago- This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures.
  • RadialProgressBar ⭐1.0k πŸ•’6y ago- Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!.
  • Unity-ShaderSketches ⭐493 πŸ•’5y ago- Sketches made with ShaderLab in Unity.
  • Arktoon-Shaders ⭐0- Alternative Unity shaders made by synqark.
  • Unity-Shaders ⭐340 πŸ•’1y ago- Shader demo - More than 300 examples.
  • UltimateOutline ⭐372 πŸ•’6y ago- The easiest way to achieve outlines in unity.
  • Outlined-Diffuse-Shader-Fixed ⭐236 πŸ•’7y ago- This is a fixed version of diffused outline shader from http://wiki.unity3d.com/index.php/Outlined_Diffuse_3.
  • BNAO ⭐555 πŸ•’4y ago- A tiny, GPU-based Bent Normal and Ambient Occlusion baker for Unity.
  • ezy-slice ⭐2.1k πŸ•’2y ago- An open source mesh slicer framework for Unity3D Game Engine. Written in C#.
  • UnityPCSS ⭐766 πŸ•’6y ago- Nvidia's PCSS soft shadow algorithm implemented in Unity.
  • Ceto ⭐1.1k πŸ•’3y ago- Ceto: Ocean system for Unity.

Environment

  • roadbuilder ⭐107 πŸ•’5y ago- Easy-to-build realistic roads in Unity. Foundation of any simcity game.
  • hedera ⭐803 πŸ•’3y ago- Paint 3D ivy in the Unity Editor, watch procedurally generated meshes simulate growth and clinging in real-time.
  • Photosynthesizer ⭐126 πŸ•’6y ago- Unity plugin to procedurally sprout foliage throughout your scene.

Framework

  • Zenject ⭐2.8k πŸ•’1y ago 🍴- Dependency Injection Framework for Unity3D.
  • Entitas-CSharp ⭐7.5k πŸ•’1y ago- Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity.
  • adic ⭐198 πŸ•’4y ago- Lightweight dependency injection container for Unity.
  • uFrame.Complete ⭐93 πŸ•’7y ago- All in one repo, includes: Kernel, Designer, Architect, MVVM, ECS.
  • QFramework ⭐5.0k πŸ•’2mo ago- Your first K.I.S.S Unity 3D Framework.
  • ecsrx.unity ⭐420 πŸ•’10mo ago- A simple framework for unity using the ECS paradigm but with unirx for fully reactive systems.
  • GameFramework ⭐251 πŸ•’5y ago- A free framework for Unity that will help drastically increase the development speed and feature set of your games.
  • gocs ⭐0- GameObject Component System for Unity.

Framework - visual

  • xNode ⭐3.6k πŸ•’1y ago- Lets you view and edit node graphs inside Unity.
  • fungus ⭐1.8k πŸ•’7mo ago- Awesome and powerful Adventures and Visual novel engine.
  • BlueGraph ⭐256 πŸ•’3y ago- Like xNode, but on UIElements.
  • Node_Editor_Framework ⭐2.0k πŸ•’1y ago πŸ›οΈ- Node Editor framework for Unity3D.

Gameplay

  • UnityArcRayCast ⭐133 πŸ•’4mo ago- Arc raycast utility using projectile formulas.
  • UnityGameplayAbilitySystem ⭐1.0k πŸ•’3y ago πŸ›οΈ- A unified framework for implementing ability systems in Unity.
  • Inventory-Pro ⭐704 πŸ•’5y ago- The best-selling Inventory System for Unity - now free and open-source!.
  • Quest-System-Pro ⭐637 πŸ•’4y ago- The powerful Quest and Conversation Tree System for Unity - now free and open-source!.
  • lospro ⭐379 πŸ•’5y ago- The Lightweigt Line-of-Sight & Hearing System for Unity - now free and open-source!.
  • Inventory ⭐272 πŸ•’1y ago- A Diablo 2-style inventory system for Unity3D.
  • RPGCore ⭐843 πŸ•’1y ago- RPGCore is a toolkit for producing RPG games and mechanics for Unity.
  • NoteEditor ⭐431 πŸ•’5y ago- Note editor for rhythm games.

Input

  • Lean Touch - Powerful and complete touch library. paid additional examples available.
  • InputManager ⭐591 πŸ•’4y ago- Custom InputManager for Unity.
  • InControl ⭐697 πŸ•’4y ago- An input manager for Unity that tames the cross-platform controller beast.
  • InputBinder ⭐77 πŸ•’10y ago- Easily bind input events to methods in Unity.
  • TouchKit ⭐917 πŸ•’6y ago- Gestures and input handling made sane for Unity.
  • TouchScript ⭐1.7k πŸ•’2y ago- Complete multitouch solution for Unity: Win8, TUIO, Mobile.

Level Editor

  • Tiled2Unity ⭐505 πŸ•’2y ago- Export Tiled Map Editor (TMX) files into Unity.
  • UnityTile3D ⭐266 πŸ•’3y ago πŸ›οΈ- Simple 3D Tile Editor.
  • 2DTileMapLevelEditor ⭐0- 2D Tile Map Level Editor for Unity.
  • HexTiles ⭐165 πŸ•’7y ago- Unity Hex Tile Editor.
  • giles ⭐787 πŸ•’3y ago- GILES: A Runtime Level Editor for Unity3D.
  • floorplan ⭐259 πŸ•’6y ago- A Sims-Like Unity Level Design Plugin.
  • realtime-CSG-for-unity ⭐899 πŸ•’1mo ago- Realtime-CSG, CSG level editor for Unity .
  • RoadArchitect ⭐963 πŸ•’5y ago πŸ›οΈ- Road Architect for Unity.
  • PrefabPainter ⭐85 πŸ•’5y ago- A basic prefab painter for the Unity3D game engine.
  • Terrain-Stamps ⭐88 πŸ•’6y ago- Stamps for the Unity Terrain Stamp Tool.
  • StampToolExtended ⭐54 πŸ•’2y ago- Extended version of the Unity Terrain Stamp Tool.
  • PrefabPainter ⭐12 πŸ•’3y ago- Tool for conveniently and flexibly adding huge amounts of prefabs to your Unity scene.

Light

  • Aura ⭐0- Volumetric Lighting for Unity.
  • simple-light-probe-placer ⭐142 πŸ•’6y ago πŸ›οΈ- A simple tool for Unity3d and it help you easily place Light Probes in your scene.
  • VolumetricLights ⭐2.1k πŸ•’7y ago- Volumetric Lights for Unity.
  • Rimlight ⭐249 πŸ•’6y ago- Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!.

Localization

  • Lean Localization - Quickly add multi-language support. text, sounds, load CSV.
  • Localization-System ⭐18 πŸ•’1y ago- Localization System for Unity can be used for both RTL and LTR languages (based on CSV file), Images, Audios, LayoutGroups and RectTransforms with detailed Documentation.

Lua

  • slua ⭐1.4k πŸ•’3y ago- Fastest lua binding via static code generating for Unity3D and mono.
  • xLua ⭐9.8k πŸ•’5mo ago- xLua is a hot-fix solution plugin for Unity3D, it supports android, ios, windows, macOS, etc.
  • UniLua ⭐1.1k πŸ•’1y ago- A pure C# implementation of Lua 5.2 focus on compatibility with Unity3D.
  • moonsharp ⭐1.5k πŸ•’1y ago- An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.
  • LuaProfiler-For-Unity ⭐2.0k πŸ•’yesterday- LuaProfiler-For-Unity.

Materials

Math

  • MathUtilities ⭐4.6k πŸ•’1y ago- A collection of some of the neat math and physics tricks that I've collected over the last few years.

Meshes

  • UnityMeshSimplifier ⭐1.9k πŸ•’1y ago- Mesh simplification for Unity.
  • MeshDecimator ⭐297 πŸ•’5y ago πŸ›οΈ- A mesh decimation library for .NET and Unity.
  • SplineMesh ⭐1.1k πŸ•’2y ago- A Unity plugin to create curved content in real-time with bΓ©zier curves.
  • roadcreator ⭐68 πŸ•’5y ago πŸ›οΈ- A free road creation tool for unity.

Monetization

  • unity3d-levelup ⭐0- Unity3D F2P game progression library - worlds, levels, missions, scores, records and more. Part of The SOOMLA Framework - for game design, economy modeling and faster development.
  • unity3d-store ⭐0- Unity in-app purchase & virtual economy library. Part of The SOOMLA Framework - for game design, economy modeling and faster development.
  • googleads-mobile-unity ⭐1.4k πŸ•’yesterday- Official Unity Plugin for the Google Mobile Ads SDK.

Networking

  • FishNet ⭐1.7k πŸ•’7d ago- Fish-Networking: Unity Networking Evolved is an easy to use, high performant, feature-rich Unity based networking solution. FishNet is free while offering features previously only seen in paid options. .
  • UnitySocketIO ⭐894 πŸ•’11y ago- A socket.io client for unity3d.
  • websocket-sharp ⭐6.0k πŸ•’2d ago- A C# implementation of the WebSocket protocol client and server.
  • Hazel-Networking ⭐205 πŸ•’4y ago- A low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
  • MassiveNet ⭐112 πŸ•’10y ago- Unity3d UDP networking library focused on high-CCU, multi-server architecture.
  • nakama ⭐11.4k πŸ•’today- An open-source distributed social and realtime server for games and apps by Heroic Labs. It includes a large set of services for users, data storage, and realtime client/server communication; as well as specialized APIs like realtime multiplayer, groups/guilds, and chat.
  • barebones-masterserver ⭐483 πŸ•’4y ago- Master Server framework for Unity.
  • ForgeNetworkingRemastered ⭐1.5k πŸ•’3y ago πŸ›οΈ- In short, Forge Networking is a free and open source multiplayer game (multi-user) networking system that has a very good integration with the Unity game engine. You wanna make a multiplayer game or real time multi-user application? This is the library for you.
  • Facepunch.Steamworks ⭐3.3k πŸ•’29d ago- Another fucking c# Steamworks implementation.
  • MagicOnion ⭐4.2k πŸ•’7d ago- gRPC based HTTP/2 RPC Streaming Framework for .NET, .NET Core and Unity.
  • Mirror - a high level Networking API for Unity, supporting different low level.
  • Transports
  • lidgren-network-gen3 ⭐1.2k πŸ•’4y ago- Lidgren.Network is a networking library for .NET framework, which uses a single UDP socket to deliver a simple API for connecting a client to a server, reading and sending messages.
  • LiteNetLib ⭐3.3k πŸ•’1mo ago- Lite reliable UDP library for Mono and .NET.
  • LiteNetLibManager ⭐114 πŸ•’9d ago- Higher level implementation for LiteNetLib.
  • UNet-Controller ⭐92 πŸ•’6y ago- A CharacterController based controller for Unity's new Networking system.
  • Steamworks.NET ⭐3.2k πŸ•’20d ago- Steamworks wrapper for Unity / C#.
  • UnityHTTP ⭐597 πŸ•’7y ago- A TcpClient-based HTTP library for Unity.
  • SocketIoClientDotNet ⭐791 πŸ•’5y ago- Socket.IO Client Library for .Net.
  • MLAPI ⭐2.2k πŸ•’today- A game networking framework built for the Unity Engine to abstract game networking concepts.
  • Networker ⭐479 πŸ•’5y ago πŸ›οΈ- A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
  • SmartFoxServer 2X - A comprehensive SDK for rapidly developing multiplayer games and applications with Adobe Flash/Flex/Air, Unity, HTML5, iOS, Windows Phone 8, Android, Java, Windows 8, C++ and more.
  • Colyseus - Multiplayer Game Server for Node.js. Demo with Unity3D.
  • UnityWebSocket ⭐52 πŸ•’7y ago- Web Socket client for Unity.
  • RESTClient ⭐52 πŸ•’4y ago- REST Client for Unity with JSON and XML parsing. (Features JSON helper to handle nested arrays and deserializing abstract types).
  • SpeedDate ⭐24 πŸ•’1y ago- SpeedDate Masterserver: Connecting Players.
  • UnityLockstep ⭐663 πŸ•’6y ago πŸ›οΈ- Deterministic Lockstep with serverside framerate for Unity.
  • ET ⭐9.4k πŸ•’22d ago- Unity3D Client And C# Server Framework.
  • unity-fastpacedmultiplayer ⭐198 πŸ•’6y ago πŸ›οΈ- Features a Networking Framework to be used on top of Unity Networking, in order to implement an Authoritative Server with Lag Compensation, Client-Side Prediction/Server Reconciliation and Entity Interpolation.
  • Entitas-Sync-Framework ⭐173 πŸ•’6y ago- Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.

Physic

  • BulletSharpUnity3d ⭐561 πŸ•’1y ago- A fork of the BulletSharp project to make the Bullet Physics Engine usable from C# code in Unity3d.
  • Graphics-Raycast ⭐166 πŸ•’2y ago- GPU-based raycaster for Unity.
  • OpenRelativity ⭐23 πŸ•’4mo ago 🍴- A fork of the (MIT Game Lab) OpenRelativity project, by the developers of the unitaryfund/qrack quantum computer simulation library, to add qubit simulation in and with relativistic gravity backgrounds, to generalize built-in Unity PhysX to quantum relativity (including shaders).

Plugins

  • Reign-Unity-Plugin5 ⭐56 πŸ•’8y ago- This Reign API is a cross-platform, unified API for the Unity game engine.
  • unity-webview ⭐2.5k πŸ•’19d ago- A plugin for Unity 5 that overlays WebView components on Unity view. It works on Android, iOS, Unity Web Player, and macOS (Windows is not supported for now).
  • google-analytics-plugin-for-unity ⭐399 πŸ•’1y ago- Google Analytics plugin for the Unity game creation system.
  • unity-native-sharing ⭐453 πŸ•’2y ago- A Unity plugin to open native sharing dialogs on iOS and Android, primarily for sharing screenshots.
  • unity-android-notifications ⭐558 πŸ•’5y ago- Unity3D Plugin for Android local notifications with example project.

Procedural Generation Systems

Pooling System

  • QuickPool ⭐33 πŸ•’9y ago- Simple pooling toolkit for Unity game engine.
  • RecyclerKit ⭐388 πŸ•’4y ago- Object pool manager for Unity.
  • ObjectPool ⭐422 πŸ•’6y ago- 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.
  • unity-object-pool ⭐282 πŸ•’4y ago- An elegant object pool and manager implementation for Unity.

Profobuf

  • protobuf-net ⭐4.9k πŸ•’27d ago- Protocol Buffers library for idiomatic .NET.
  • protobuf-unity ⭐467 πŸ•’3y ago- Automatic .proto files compilation in Unity project to C# as you edit them.

Scriptable Object

  • unity-atoms ⭐1.3k πŸ•’21d ago- Tiny modular pieces utilizing the power of Scriptable Objects.
  • Scriptable-Framework ⭐65 πŸ•’5y ago- A Unity Framework for modular app creation based on ScriptableObject architecture, data oriented design and event driven programming to help programmers and designers adhere to the 5 SOLID programming principals.
  • yaSingleton ⭐165 πŸ•’4y ago- A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
  • SOFlow ⭐0- A ScriptableObject oriented design SDK.
  • ScriptableObject-Architecture ⭐1.0k πŸ•’1y ago πŸ›οΈ- Makes using Scriptable Objects as a fundamental part of your architecture in Unity super easy.

Scriptings

  • UnityNativeScripting ⭐1.4k πŸ•’4y ago- Unity Scripting in C++.
  • unity-python ⭐353 πŸ•’3y ago- Python plugin for Unity3D.
  • YarnSpinner ⭐2.6k πŸ•’11d ago- Yarn Spinner is a tool for building interactive dialogue in games! .
  • UniScript ⭐157 πŸ•’3y ago- Brings C# scripting into Unity which acts as native code.
  • SlowSharp ⭐136 πŸ•’2y ago- C# interpreter written in C#.

Services

  • play-games-plugin-for-unity ⭐3.6k πŸ•’1mo ago- Google Play Games plugin for Unity.
  • line-sdk-unity ⭐123 πŸ•’2mo ago- Provides a modern way of implementing LINE APIs in Unity games, for iOS and Android.

Sounds

  • usfxr ⭐362 πŸ•’6y ago πŸ›οΈ- A C# library used to generate and play game-like procedural audio effects inside Unity. With usfxr, one can easily design and synthesize original sound in real time for actions such as item pickups, jumps, lasers, hits, explosions, and more, without ever leaving the Unity editor.
  • Unity-Beat-Detection ⭐495 πŸ•’8y ago- Musical beat detection and audio spectrum analysis for use with the Unity game engine.
  • LibNoise.Unity ⭐432 πŸ•’3y ago- Coherent noise library for Unity, a port of LibNoise.
  • Reaktion ⭐1.1k πŸ•’10y ago- Audio reactive animation toolkit for Unity.
  • MusicEngine ⭐408 πŸ•’2y ago- Make music synced game with Unity / ADX2 / Wwise.

Timeline

  • SpineTimeline ⭐85 πŸ•’5y ago- Animate SkeletonAnimation or SkeletonGraphic with Unity's Timeline.

Tweening

  • dotween ⭐2.5k πŸ•’2mo ago- A Unity C# animation engine. HOTween v2.
  • LeanTween ⭐624 πŸ•’3y ago- LeanTween is an efficient animation engine for Unity.
  • GoKit ⭐588 πŸ•’4y ago- Lightweight tween library for Unity.
  • unity-tweens ⭐690 πŸ•’1y ago- Lightweight tween library for Unity.
  • Uween ⭐151 πŸ•’4y ago- Lightweight tween library for Unity.
  • ZestKit ⭐160 πŸ•’5y ago- Tween library for Unity. The best of GoKit and GoKitLite combined in an easy to use API.
  • LitMotion ⭐1.6k πŸ•’4mo ago- Lightning-fast and Zero Allocation Tween Library for Unity.

Vehicle

  • Tork ⭐437 πŸ•’4y ago- Vehicle system for Unity.

UI

  • FairyGUI-unity ⭐2.8k πŸ•’3mo ago- A flexible UI framework for Unity.
  • MiniMap ⭐34 πŸ•’9y ago- Unity3D mini map (radar) system (Asset Store link - https://www.assetstore.unity3d.com/en/#!/content/33729 ).
  • LoopScrollRect ⭐2.6k πŸ•’28d ago- UGUI ScrollRect reusing cells, to improve performance, loading time and draw calls.
  • MaterialUI ⭐774 πŸ•’8y ago- MaterialUI is a UI kit for Unity that follows Google's official material design guidelines.
  • Unity-UI-Extensions
  • EnhancedScrollView ⭐396 πŸ•’3y ago- Cool 3d scoll view for Unity(NGUI 3D UGUI support).
  • unity-vertex-effects ⭐378 πŸ•’9y ago- Beautiful text outline for Unity UI.
  • uGUI-Effect-Tool ⭐325 πŸ•’7y ago- Vertex color UI Effect for Unity UI (uGUI).
  • Unity-UI-Polygon ⭐638 πŸ•’4y ago- Polygon renderer for the new Unity UI.
  • muip ⭐0- Modern UI Pack for Unity engine.
  • lomenui ⭐0- Stylish UI package for Unity engine.
  • ultimatehudskins ⭐0- Stylish HUD layouts for Unity engine.
  • looader ⭐0- Loading screen solution for Unity engine.
  • UIEffect ⭐6.7k πŸ•’6d ago- UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!.
  • ParticleEffectForUGUI ⭐5.1k πŸ•’4mo ago- This plugin provide a component to render particle effect for uGUI in Unity 2018.2+. The particle rendering is maskable and sortable, without Camera, RenderTexture or Canvas.
  • ShinyEffectForUGUI ⭐421 πŸ•’6y ago- Shiny effect of uGUI, which does not need mask or normal map.
  • FancyScrollView ⭐3.3k πŸ•’3y ago- A scrollview component that can be implemented flexible flexible animation.
  • Juicy Healthbar - A Juicy Health Bar from @reuno's Unite LA talk.
  • UIWidgets ⭐2.0k πŸ•’4y ago πŸ›οΈ- UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
  • PageTurningUIEffect ⭐0- A page turning UI effect made with unity, the paper deformation is determined by the pins' position on it.
  • Unity-WinForms ⭐545 πŸ•’3y ago- Windows Forms wrapper for Unity.
  • Delight ⭐340 πŸ•’3y ago- Component-oriented UI framework for Unity https://delight-dev.github.io/.
  • CharTweener ⭐406 πŸ•’3y ago- Unity3D - DOTween extensions for tweening TextMeshPro characters.
  • UnityRecyclingListView ⭐191 πŸ•’4y ago πŸ›οΈ- A fast scrolling list component for Unity UI which recycles its child elements.
  • sci-fi-ui ⭐463 πŸ•’5y ago- The uGUI Sci-Fi UI Design for Unity - now free and open-source!.
  • LiquidSwipeUnity ⭐116 πŸ•’5y ago- Butter smooth full page swiping animation with a masked wave effect in Unity.
  • Unity-UI-Rounded-Corners ⭐1.6k πŸ•’9mo ago- This components and shaders allows you to add rounded corners to UI element.
  • RapidGUI ⭐354 πŸ•’2y ago- Unity OnGUI(IMGUI) extensions for Rapid prototyping/development.
  • ugui-mvvm ⭐214 πŸ•’4y ago- Unity3D uGUI mvvm databinding via the standard IXChanged interfaces used in wpf (INotifyPropertyChanged, INotifyCollectionChanged, etc).
  • Recyclable-Scroll-Rect ⭐585 πŸ•’1y ago- Recyclable Scroll Rect reuses or recycles the least number of cells required to fill the viewport. As a result a huge number of items can be shown in the list without any performance hit. .
  • UnityGUI ⭐238 πŸ•’1y ago- UGUI Panel Systems for navigation, animation and more.
  • UGUIExtend
  • TMPEffects ⭐582 πŸ•’4mo ago- Easily apply text animations and other effects with custom tags

Utilities

  • LINQ-to-GameObject-for-Unity ⭐4.4k πŸ•’2d ago- Traverse GameObject Hierarchy by LINQ.
  • Moments ⭐865 πŸ•’2y ago- A quick GIF replay recorder for Unity.
  • FrameCapture ⭐66 πŸ•’8y ago πŸ›οΈ- A simple frame-by-frame capture tool for Unity to record perfectly smooth, supersampled replays or cinematics.
  • UniGif ⭐474 πŸ•’2y ago- GIF image decoder for Unity.
  • unityassets ⭐1.1k πŸ•’7y ago πŸ›οΈ- Assorted assets previously on sale on the Unity Asset Store, now free on GitHub.
  • UnityToolbag ⭐0- Variety of Unity scripts and tools.
  • C-Sharp-Promise ⭐1.2k πŸ•’5y ago- Promises library for C# for management of asynchronous operations.
  • 3DMath ⭐58 πŸ•’4y ago- Unity C# 3D Math methods library.
  • Projeny ⭐702 πŸ•’6y ago- A project and package manager for Unity.
  • unitysizeexplorer ⭐388 πŸ•’4y ago- Visualize how much space each asset in your Unity game takes and quickly optimize your game's file size.
  • UnityStudio ⭐1.4k πŸ•’4y ago- Unity Studio is a tool for exploring, extracting and exporting assets from Unity games and apps.
  • InGameReplay ⭐217 πŸ•’8y ago- Allow you to record the transform of any objects to replay it.
  • UniRx ⭐7.3k πŸ•’1y ago πŸ›οΈ- Reactive Extensions for Unity.
  • UnityMainThreadDispatcher ⭐969 πŸ•’1y ago- A simple, thread-safe way of executing actions (Such as UI manipulations) on the Unity Main Thread.
  • UnityPSDLayoutTool ⭐91 πŸ•’8y ago- A tool used to import a Photoshop Documents (.psd files) into the Unity Game Engine.
  • rant ⭐3.0k πŸ•’5y ago πŸ›οΈ- Robust text engine for procedural generation and postprocessing.
  • E7Unity ⭐171 πŸ•’3y ago- Common Unity resources.
  • mmd-for-unity ⭐425 πŸ•’6y ago- MikuMikuDance for Unity.
  • Unity.Library.eppz ⭐96 πŸ•’7y ago- Collection of libraries for Unity.
  • Alchemy-Circles-Generator ⭐406 πŸ•’3y ago- A simple procedural generator of alchemy circles.
  • odin-serializer ⭐1.8k πŸ•’1y ago- Fast, robust, powerful and extendible .NET serializer built for Unity.
  • UnityAsyncRoutines ⭐51 πŸ•’8y ago- An extremely lightweight Unity library for creating and managing asynchronous coroutines for easy, straight-forward multi-threading and parallellism.
  • fullserializer ⭐1.1k πŸ•’1y ago- A robust JSON serialization framework that just works with support for all major Unity export platforms.
  • IMP ⭐0- Billboard imposter baking for Unity.
  • UDBase ⭐40 πŸ•’6y ago πŸ›οΈ- Module-based game template for Unity. Modules in UDBase are called Controllers, their implementation can be replaced without changing your project source code.
  • graphy ⭐2.8k πŸ•’1y ago- Graphy is the ultimate, easy to use, feature packed stats monitor and debugger for your Unity project.
  • NuGetForUnity ⭐4.0k πŸ•’1mo ago- A NuGet Package Manager for Unity.
  • GoogleSheetsUnity ⭐19 πŸ•’7y ago- Get data from your private Google Sheets to Unity! (Read-only).
  • unity-routines ⭐17 πŸ•’6y ago- Replacement for Unity coroutines that supports hierarchical routines and pooling.
  • CropTexture ⭐16 πŸ•’7y ago- Crop and resize texture in unity editor! Open it: Press F1.
  • demilib ⭐753 πŸ•’3mo ago- A library of various utilities and tools for Unity.
  • SerializableCallback ⭐378 πŸ•’1y ago- UnityEvent and System.Func had a child.
  • bitstrap ⭐207 πŸ•’7mo ago- BitStrap is BitCake's collection of Unity tools that improve our workflow.
  • NaughtyAttributes ⭐4.9k πŸ•’1y ago- Attribute Extensions for Unity.
  • Unity3DRuntimeTransformGizmo ⭐745 πŸ•’3y ago- A runtime transform gizmo similar to unitys editor so you can translate (move, rotate, scale) objects at runtime.
  • UnityPack ⭐745 πŸ•’3y ago- Python deserialization library for Unity3D Asset format.
  • UnityOctree ⭐973 πŸ•’4y ago πŸ›οΈ- A dynamic, loose octree implementation for Unity written in C#.
  • CoroutineChain ⭐44 πŸ•’3y ago- Unity3d, Coroutine, scripting.
  • disruptor-unity3d ⭐200 πŸ•’8y ago- Basic implementation of Disruptor for Unity3d.
  • uREPL ⭐567 πŸ•’3y ago- In-game powerful REPL environment for Unity3D.
  • RuntimeUnityEditor ⭐950 πŸ•’1mo ago- In-game inspector and debugging tools for applications made with Unity3D game engine.
  • Deform ⭐3.5k πŸ•’10mo ago- A fully-featured deformer system for Unity.
  • OnionRingUnity ⭐263 πŸ•’1y ago- Auto 9 slice sprite generator.
  • UnityMultiBuild ⭐103 πŸ•’3y ago πŸ›οΈ- Batch build for multiple platforms from within the Unity editor.
  • UnityCsvUtil ⭐145 πŸ•’3y ago πŸ›οΈ- Lightweight but type safe CSV serialise/deserialise of objects.
  • InkPainter ⭐1.3k πŸ•’7y ago- Texture-Paint on Unity.
  • WaveformProvider ⭐250 πŸ•’7y ago- Provide a texture to simulate waves with Unity. Require InkPainter.
  • DataBind ⭐71 πŸ•’8y ago- Simple data binding for Unity.
  • GradientGenerator ⭐35 πŸ•’6y ago- A Unity script to generate multiple variants of evenly distributed Gradient based on input AnimationCurve.
  • Dialogue ⭐332 πŸ•’5y ago- Node based dialogue system.
  • Unity-EasingLibraryVisualisation ⭐304 πŸ•’8y ago- Front end visualisation of 40 common easing equations.
  • UnityGoogleDrive ⭐416 πŸ•’1y ago- Google Drive SDK for Unity game engine.
  • unity-mulligan-renamer ⭐579 πŸ•’3y ago- Mulligan Renamer tool for the Unity Editor allows for quick and safe renaming of many assets and gameobjects at once.
  • Xamarin.Forms.Unity ⭐132 πŸ•’6y ago- Xamarin.Forms for Unity (Platform implementation for Unity Game Engine).
  • WhatUsesThis ⭐228 πŸ•’1y ago- Right click an asset and get a list of assets that use it.
  • UnityTimer ⭐1.0k πŸ•’4y ago- Powerful and convenient library for running actions after a delay in Unity3D.
  • PixelSpriteGenerator-Unity ⭐129 πŸ•’9y ago- A port of the PixelSpriteGenerator to C# for use with the Unity3D game engine.
  • WeightedRandomSelector ⭐132 πŸ•’5y ago- Very fast C# class for weighted random picking.
  • GetComponentAttribute ⭐25 πŸ•’6y ago- A simple DI plugin for getting MonoBehaviour components just with an attribute over fields.
  • unity-utils ⭐285 πŸ•’3y ago- Different help scripts for Unity engine.

Video

  • vimeo-unity-sdk ⭐213 πŸ•’4y ago- Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
  • vlc-unity ⭐181 πŸ•’today- LibVLC plugin for Unity to integrate multimedia playback inside your Unity apps and games.

Voxel

  • MagicaVoxel - Free to use Voxel editor (even for commercial).
  • UnityVoxelTools ⭐74 πŸ•’7y ago- Collection of Voxel Utilities for Unity.
  • VoxReader ⭐79 πŸ•’27d ago- A library to read .vox files created with MagicaVoxel.

VR

  • VRTK ⭐3.7k πŸ•’1y ago- A productive VR Toolkit for rapidly building VR solutions in Unity3d.
  • NewtonVR ⭐795 πŸ•’1y ago- A virtual reality interaction system for unity based on physics.
  • MixedRealityToolkit-Unity ⭐6.1k πŸ•’1y ago- MixedRealityToolkit-Unity uses code from the base MixedRealityToolkit repository and makes it easier to consume in Unity.
  • gvr-unity-sdk ⭐2.7k πŸ•’5y ago πŸ›οΈ- Google VR SDK for Unity http://developers.google.com/vr/unity/.
  • tbutt-vr ⭐53 πŸ•’5y ago- A lightweight multiplatform VR interface for Unity.
  • VRWorksAudio-Unity ⭐12 πŸ•’6y ago- Unofficial implementation of NVIDIA's VRWorks - Audio for Unity3D.
  • Lightweight-VR ⭐13 πŸ•’5y ago- An open sourced, light weight, VR input framework. This is basically an empty Unity project that's been setup for easy VR integration without having to pull down any packages. No need for Steam VR or OVR plugins.
  • VR-Builder ⭐115 πŸ•’5d ago- A Unity plugin for creating interactive VR applications by using a visual editor instead of coding.

Assets

Collections

2D assets

Icons

Creation Tools

  • Aseprite - Animated sprite editor & pixel art tool.
  • AssetForge - Easily create simple assets in seconds (Paid).
  • BFXR - Make sound effects for computer games (Flash required).
  • Mixamo - Free to use animation mixing tool with free animations. Not allowed to use in open source projects.

Audio

Articles

Books

License

CC0

About

a list of curated opensource Unity packages for future proof Game Developers

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 17