Unity
Unity is a game development platform used to build high-quality 3D/2D games that can deployed across mobile, desktop, VR/AR, consoles, or the web.
- GitHub: https://github.com/topics/unity
- Repo: https://github.com/Unity-Technologies
- Created by: Unity Technologies
- Aliases: unity3d, unity3d-plugin, unity-plugin, unity3d-editor, unity-editor, unity-package-manager, unity-scripts, unity-script, unity3d-script, unity3d-scripts, unity-development, unity3d-development, upm-package, unity-game-engine,
- Last updated: 2026-06-23 00:32:47 UTC
- JSON Representation
https://github.com/midnightsuyama/shader-mode
Unity shader editing mode for GNU Emacs
Last synced: 27 Oct 2025
https://github.com/happy-turtle/foliage-wind
Foliage wind shader implementations for Unity's render pipelines HDRP and URP. Based on the demo project Book of the Dead by Unity.
foliage hdrp hlsl shader shadergraph unity urp
Last synced: 29 Apr 2025
https://github.com/imaxs/easyjection
💉 EasyJection is an easy-to-use Dependency Injection (DI) Framework for Unity Engine and beyond.
csharp dependency-injection easy-to-use easyjection inversion-of-control ioc ioc-container ioc-framework unity unity-game-engine unity3d
Last synced: 24 Oct 2025
https://github.com/peachbight/vrclightingrig
Lighting Rig for use in VRChat Avatar Systems
Last synced: 23 Oct 2025
https://github.com/alexander-scott/unityoptixplugin
An example of a Unity plugin that allows you to leverage the power of NVIDIA Optix
nvidia-optix unity unity-plugin
Last synced: 24 Oct 2025
https://github.com/fuqunaga/domainwarping
Domain Warping implementation for Unity.
domain-warping image-effect shader unity
Last synced: 05 Mar 2026
https://github.com/csaratakij/sceneselector
Play a specific scene in unity playmode and jump back to current edit scene when finish playing.
buildsettings custom-editor scene scene-selector unity unity-editor unity3d
Last synced: 12 Jul 2025
https://github.com/noelwidmer/unity-inspector-reflector
[deprecated] A reflection based Inspector for Unity.
custom-inspector inspector reflection ui unity unity3d
Last synced: 14 Apr 2025
https://github.com/z3nth10n/infinite-terrain
Infinite Terrain system continued here (https://forum.unity.com/threads/infinite-terrain-free-project-source.68807/)
procedural-generation terrain terrain-gen terrain-generation unity unity3d
Last synced: 03 Aug 2025
https://github.com/reeseschultz/ubump
SemVer bumping for Unity projects and UPM packages.
git release-automation semver unity upm
Last synced: 11 May 2025
https://github.com/TheYellowArchitect/doubledamnation
Exclusively Co-Op Metroidvania with Movement as smooth as Smash Bros Melee
csharp game game-development metroidvania platformer smash-bros unity unity2d unity3d
Last synced: 01 Apr 2025
https://github.com/coryleach/unityscriptableobjects
Library of scriptable object types for Unity.
events package runtimeset scriptableobjects unity unity-package unity3d unitypackage unityplugin variables
Last synced: 05 Mar 2026
https://github.com/hiyorin/permissionplugin-for-unity
A set of tools for Unity to allow handling Permission for Android and iOS.
Last synced: 09 Sep 2025
https://github.com/dunward/AsepriteAnimator
Aseprite sprite sheet import plugin in Unity
Last synced: 29 Aug 2025
https://github.com/alexmalyutindev/unity-cmaa2
Port of Intel's Conservative Morphological Anti-Aliasing 2.0 for Unity Engine.
Last synced: 23 Aug 2025
https://github.com/superbderrick/unityioslocalization
Unity iOS Localization sample
Last synced: 06 Apr 2025
https://github.com/yoeven/low_poly_procedural_trees_and_vegetations_project
procedural threading tree unity
Last synced: 07 Mar 2026
https://github.com/enoxsoftware/facetrackerexample
This asset is an Non-rigid Face Tracking Example that can model and track the many complex parts of a person’s face in WebCamTexture in real-time.
assetstore face-landmarks opencv unity
Last synced: 28 Jun 2025
https://github.com/baba-s/tmp_fontassetupdater
You can automatically update FontAsset when the character you want to include in FontAsset of TextMesh Pro is changed.
kogane-unity-lib textmeshpro unity unity-scripts unity3d
Last synced: 17 Jul 2025
https://github.com/unity-technologies/ml-agents-dots
DOTS compatible version of ML-Agents
dots ml-agents reinforcement-learning unity
Last synced: 19 Oct 2025
https://github.com/ycarowr/spacemarine
A 2d platform prototype
2d-platformer architecture csharp game game-mechanics game-model metroid metroidlike metroidvania mvc platformer prototype unity unity2d
Last synced: 12 Jul 2025
https://github.com/mackysoft/Modiferty
Property Modification for Unity
c-sharp modification modifier properties unirx unity
Last synced: 25 Apr 2025
https://github.com/CSaratakij/SceneSelector
Play a specific scene in unity playmode and jump back to current edit scene when finish playing.
buildsettings custom-editor scene scene-selector unity unity-editor unity3d
Last synced: 24 Apr 2025
https://github.com/hugoscurti/path-wfc
Modified version of the WFC algorithm that generates cyclic paths around obstacles
gamedev path-planning pcg unity wfc
Last synced: 25 Apr 2025
https://github.com/dcfapixels/quasi_random
Quasi-Random Number Generator for C#
csharp no-dependencies quasi-random-generator random unity unity3d
Last synced: 10 Apr 2025
https://github.com/baponkar/Third-Person-Shooter-With-Shooter-AI
A Third Person Shooter like PubG or Call Of Duty and along with Shooter NPC AI which controlled by statemachine.
ai npc third-person-game third-person-shooter tps unity unity3d
Last synced: 11 Mar 2025
https://github.com/shubham-saudolla/ZigZag
A clone of the hyper-casual mobile game.
game-development hyper-casual-game unity unity3d
Last synced: 20 Apr 2025
https://github.com/zekeriyyaa/augmented-reality-on-autonomous-guided-vehicle
There are different data produced by Automated Guided Vehicle exist. Using Augmented Reality, these datas are visualized over real environment that AGV is exist on.
augmented-reality augmented-reality-applications industrial-automation industrial-robot python robot-operating-system ros ros-industrial ros-kinetic unity vuforia
Last synced: 21 Apr 2025
https://github.com/JakobStenseke/EvolutionSimulation01
Evolutionary simulation where agents age, reproduce, and eat each other
evolution evolution-simulation evolutionary-biology predator-prey unity
Last synced: 25 Apr 2025
https://github.com/EmmetOT/StructableObject
StructableObject is a wrapper for Unity's ScriptableObject system. It basically just lets you manipulate a data struct as if it were a ScriptableObject. This has been useful in my own development as it allows you to create systems which work well with both procedural data and designed data.
procedural-data unity unity-editor unity-scriptableobject unity3d wrapper
Last synced: 24 Apr 2025
https://github.com/qv1ko/dam
Ejercicios y apuntes realizados en el Ciclo Formativo de Grado Superior de Desarrollo de Aplicaciones Multiplataforma (DAM).
boostrap colors csharp css diagrams eclipse-ide html java linux odoo powershell relational-algebra sql typography unity windows wordpress yii2
Last synced: 15 Oct 2025
https://github.com/shlifedev/unity-slotmachine
linege-mobile style slotmachine
lineagem-slotmachine slotmachine unity unity-slotmachine
Last synced: 14 Apr 2025
https://github.com/practical-works/unity2d-prototype
🎮 Sample 2D Platformer Game Unity Project.
2d-devl 2d-game 2d-game-development 2d-platformer-game game unity unity2d
Last synced: 26 Oct 2025
https://github.com/aggrathon/caraisimulator
Selfdriving car AI and a simulator to drive in
ai csharp machine-learning neural-network python python3 simulator tensorflow unity unity3d
Last synced: 24 Aug 2025
https://github.com/grantgasser/autonomous-vehicles-mlagents-unity
Training a car to drive within the lanes in a Unity driving environment
autonomous-vehicles deep-learning deep-reinforcement-learning mlagents reinforcement-learning simulation unity
Last synced: 23 Mar 2025
https://github.com/aleksandrhovhannisyan/steering-behaviors
Demo of separation, alignment, cohesion, and wandering steering behaviors in Unity using spheres as boids. Behaviors can be toggled at run time.
ai ai-games csharp steering-behaviors unity unity3d
Last synced: 08 Apr 2025
https://github.com/arm-university/graphics-and-mobile-gaming-education-kit
Enable students to create 3D games on mobile devices through the teaching of graphics and gaming fundamentals and hands-on practice using professional graphics API and game engines
arm cocos2d gaming-graphics-vr mali mobile-computing software-design sw-design-development unity vulkan-game-engine
Last synced: 02 Sep 2025
https://github.com/cj-mills/Unity-OpenVINO-YOLOX
This tutorial series covers how to perform object detection in the Unity game engine with the OpenVINO™ Toolkit.
deep-learning object-detection openvino unity yolo yolox
Last synced: 20 Apr 2025
https://github.com/Trisibo/Unity-delayed-asset
**DEPRECATED** Plugin for Unity that allows to assign assets in the inspector while preventing Unity from automatically loading the assets in memory when a scene is loaded
assets inspector memory-management unity
Last synced: 25 Apr 2025
https://github.com/shamim-akhtar/tutorial-pathfinding
In this tutorial, we will implement a generic pathfinder in Unity using C#. We will approach the tutorial from a basic 2D grid-based pathfinding to a more robust generic pathfinder that we can use for a graph-based data structure. We will then apply our pathfinder to a variety of pathfinding problems.
csharp gamedevelopment pathfinding unity
Last synced: 23 Apr 2025
https://github.com/andrew-boutin/tower-defense
Tower defense game using Unity & C#.
csharp gamedev tower-defense unity
Last synced: 21 Aug 2025
https://github.com/lukehollis/agentics-3d
Create multi-agent simulations in game engines for realistic human behaviors and synthetic training data
civilization machine-learning npc reinforcement-learning unity world-models
Last synced: 22 Apr 2025
https://github.com/mrrobinofficial/guide-unitydearimgui
This repository is designed to help developers learn how to get started with dear-imgui. This project includes tutorials and examples for using dear-imgui with the Unity.
dearimgui developer-tools unity unity3d
Last synced: 12 Apr 2025
https://github.com/rearming/circular-obstacle-pathfinding
Implementation of Circular Obstacle Pathfinding (also with A-Star). Integration of Optimal Reciprocal Collision Avoidance.
csharp gamedev obstacle-avoidance pathfinding unity unity-3d
Last synced: 23 Apr 2025
https://github.com/ashleve/AI-creatures
Evolving movement of 3d virtual creatures using Unity and machine learning
ai animation creatures evolution neural-network unity
Last synced: 25 Apr 2025
https://github.com/walidabazo/unity-2017.2-and-vuforia-6.5---camera-auto-focus
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
ar augmented-reality auto camera camera-api focus gui unity unity-asset unity-scripts unity-tutorial unity3d-plugin vuforia
Last synced: 26 Oct 2025
https://github.com/HectorPulido/Worms-like-game-made-with-unity
Worms like game made with unity and c#
game gamedev multiplayer unity worm
Last synced: 25 Apr 2025
https://github.com/habrador/unity-control-systems-tutorial
Learn about an engineering area called Control systems by building quadcopters, etc
gamedev quadcopter unity unity-tutorial unity3d
Last synced: 15 Apr 2025
https://github.com/instance-id/verifier
A Unity (Unity3d) asset store invoice verification discord bot that allows users to verify their own asset store purchases and automatically assign discord permission/access to locked channels.
asset-store invoice unity unity-asset-store unity-invoice unity3d
Last synced: 06 Mar 2026
https://github.com/amelkor/microsoft.extensions.hosting.unity
.NET Generic Host adapted for Unity3D Microsoft.Extensions.Hosting
dependency-injection generic-host host microsoft-extensions-hosting unity unity3d
Last synced: 10 Apr 2025
https://github.com/game4automation/game4automation-community
Game4Automation Community is an open and free exchange platform for solutions, industrial tools and assets based on Game4Automation and Unity.
digital-twin digital-twins game4automation industrial-automation industry industry-40 machinery robotframework robotics simulation unity virtual-commissioning
Last synced: 25 Jun 2025
https://github.com/lupidan/unity-apptrackingtransparency
Unity plugin to support the AppTrackingTransparency framework from Apple
app-tracking-transparency atttrackingmanager ios objective-c unity unity-3d unity-ios unity-scripts unity2d unity3d unity3d-plugin
Last synced: 10 Apr 2025
https://github.com/chadpaulson/feztris
Video game experiment inspired by Fez's camera mechanic and puzzle games like Tetris.
android camera-mechanic concept game mobile-game puzzle-game swipe unity video-game
Last synced: 11 Jul 2025
https://github.com/baba-s/Kogane.Symbol
【Unity】シンボルを簡単に定義できるエディタ拡張
kogane-unity-lib unity unity-editor unity-extension unity-extensions unity3d
Last synced: 11 May 2025
https://github.com/udonvr/udonvr-toolkit
A toolkit designed to lower the bar of entry for SDK3 worlds and to help speed up the process for existing creators.
prefabs udon unity vrc-udon vrc-udonsharp-prefabs vrc-udonsharp-scripts vrchat vrchat-tool vrchat-udon vrctools
Last synced: 29 Apr 2025
https://github.com/ggross98/unity-majsoullinkgame
连连看小游戏,使用雀魂表情素材
game gamedev majsoul unity unity-engine unity3d
Last synced: 06 Sep 2025
https://github.com/ZhouZijie77/Unity-PointCloud-Navigation
使用Unity开发的显示点云及通过点云地图生成可通行区域并使用A*算法进行路径规划移动端应用程序。
Last synced: 18 Mar 2025
https://github.com/oussamabonnor1/ball-fall-game-unity2d
A C# based game made with UNITY3D, Ball Fall is an addictive catch game. Keep your eyes open and your fingers ready.
2d-game android-game basketball csharp game open-source-game playstore unity unity3d visual-studio
Last synced: 02 May 2025
https://github.com/lucasctnh/street-racing-unity
🚘 Racing game | Submission project for Unity's course.
course-project csharp game game-development open-source racing-game study-project unity unity-game unity3d
Last synced: 05 May 2025
https://github.com/diglungdig/QuietVR
A Quiet Place in VR: Generate any 3D object with your voice. It's magic!
3d-models 3d-objects art audio audio-visualizer csharp game game-development gameplay minimalist oculus-rift unity unity-3d vive voice voice-commands voice-recognition vr
Last synced: 08 May 2025
https://github.com/florianvazelle/unity-voronoi
Convex hull, triangulation and Voronoi diagram
convex-hull delaunay delaunay-triangulation unity unity3d voronoi voronoi-diagram
Last synced: 20 Jul 2025
https://github.com/nixon-voxell/unityai
AI in Unity.
ai artificial-intelligence artificial-neural-networks bigtree fody machine machine-learning neural-network numsharp tensorflow unity unity3d
Last synced: 03 May 2025
https://github.com/artees/svgimporter
SVG Importer for Unity
inkscape svg svg-converter unity upm-package
Last synced: 30 Oct 2025
https://github.com/creativeikep/posedetectionbarracuda
PoseDetectionBarracuda is a human pose detecter that runs the Mediapipe Pose Detection neural network model on the Unity Barracuda.
barracuda deep-learning detection human mediapipe pose unity
Last synced: 17 Mar 2025
https://github.com/oussamabonnor1/2dshapes_drawing_unity
Click anywhere on the screen and draw a shape using multiples left mouse button clicks, once done click on the right mouse button to generate the shape and enjoy the physics! (Be creative).
2d 2d-geometric collision-handling csharp draw physics physics-2d procedural-generation shape unity unity2d visual-studio
Last synced: 21 Jul 2025
https://github.com/aminezouitine/rl_shooter
🤖 Creation of an RL environment with Unity, where an agent must learn to survive by moving 🦿 and shooting🔫, using ML-Agents !
agent ai deep-reinforcement-learning ml ml-agents mlagent mlagents reinforcement-learning reinforcement-learning-environments shooter unity unity3d unityml
Last synced: 25 Jun 2025
https://github.com/dasannikov/vault
Native data arrays for Unity3D with zero C# allocations
c collections csharp datastructures game game-development unity unity3d
Last synced: 13 May 2025
https://github.com/felid-force-studios/staticecs-unity
C# Hierarchical Inverted Bitmap ECS framework - Unity module
ecs ecs-framework entity-component-system static-ecs unity
Last synced: 22 Apr 2026
https://github.com/rageagainstthepixel/com.utilities.async
Async utilities for Unity (UPM)
async open-upm unity unity3d unity3d-plugin upm upm-package
Last synced: 04 May 2026
https://github.com/sviridoff/escape-arena
🎯 Top down shooter game made in Unity
bullet-hell game shooter unity unity3d unity3d-games
Last synced: 30 Jul 2025
https://github.com/baba-s/UniWebViewMarginsFromRectTransform
【Unity】unity-webview のマージンを RectTranform から設定できる機能
kogane-unity-lib unity unity3d
Last synced: 11 May 2025
https://github.com/De-Panther/webxr-input-profiles-loader
WebXR Input Profiles Loader in Unity. Based on https://github.com/immersive-web/webxr-input-profiles
Last synced: 11 May 2025
https://github.com/bosqmode/unityvlcplayer
Minimalistic libvlc player for Unity
libvlc rtsp unity unity3d videolan vlc-player
Last synced: 20 Sep 2025
https://github.com/baba-s/uniwebviewmarginsfromrecttransform
【Unity】unity-webview のマージンを RectTranform から設定できる機能
kogane-unity-lib unity unity3d
Last synced: 11 Sep 2025
https://github.com/hectorpulido/worms-like-game-made-with-unity
Worms like game made with unity and c#
game gamedev multiplayer unity worm
Last synced: 16 Apr 2025
https://github.com/edcasillas/unity-common-utils
Common utility library for Unity projects
assets unity unity-editor unity-scripts unity3d
Last synced: 24 Oct 2025
https://github.com/joshcamas/unity-ragdoll-culler
A simple component that bakes ragdolls once all rigidbodies fall asleep
physics ragdoll rigidbodies unity unity3d
Last synced: 25 Jul 2025
https://github.com/BrokenVector/BetterUnityScriptTemplates
A replacement for the default script templates in the Unity Engine
unity unity-3d unity-editor unity-scripts unity-tutorial
Last synced: 18 Sep 2025
https://github.com/friflo/friflo-ecs-unity
friflo ECS · Unity C# extension package
csharp ecs ecs-framework entity-compoent-system unity
Last synced: 13 Apr 2025
https://github.com/pedro15/unitoolkit
Utility toolbox for unity game development.
encryption serialization singleton-pattern unity unity3d utility-library
Last synced: 12 Apr 2025
https://github.com/extrys/hybrid-ezs
Streamlines the transition from MonoBehaviour to DOTS in an extremely simple, modular and efficient way.
csharp dots ecs entity-component-system framework unity unity-package unity3d
Last synced: 21 Jul 2025
https://github.com/forlornu/trajectory-predictor
A small demo in Unity3d where we calculate the trajectory of balls being shot from a cannon
game-development path-predictions trajectory unity unity3d
Last synced: 30 Apr 2025
https://github.com/MaximovInk/NodeLogic
Simulator of logic with rgb unity 2018.2.14f1
logic-gates logic-programming unity unity2d unity2d-game
Last synced: 25 Apr 2025
https://github.com/lazysquirrellabs/sphere_generator
A small Unity package for generating spheres procedurally.
game-dev game-development unity unity-package unity-tool
Last synced: 23 Nov 2025
https://github.com/kumokyaku/megumin.explosion
Megumin系列类库的公共基础库。
extension megumin unity unitypackage
Last synced: 03 Oct 2025
https://github.com/sunsided/unity-procedural-cities
Some naive experiments with procedural city generation in Unity
procedural-generation udemy unity unity3d
Last synced: 18 Mar 2025
https://github.com/Cippman/Unity-InterfaceReference
A serializable class that holds the reference to an interface
inspector interface reference unity
Last synced: 15 Aug 2025
https://github.com/jacking75/examples_unity_network
유니티 네트워크 프로그래밍 예제 코드
korean socket tcp-client unity unity-socket
Last synced: 27 Feb 2026
https://github.com/hecomi/qwertyvr
An Unity sample project for my Mixed Reality-based concept, Visual IO.
Last synced: 06 Sep 2025
https://github.com/ryotamurohoshi/cloudbuildmanifest
CloudBuildManifest is library to get build information for Unity Cloud Build.
c-sharp cloud-build cloudbuild csharp game game-dev game-development unity unity-cloud-build unity-services
Last synced: 09 Apr 2025
https://github.com/ZacharyBuffone/UnityGrapplingHookComponent
Simple force based grappling hook componet for Unity3d.
game-dev game-development physics physics-based script scripting unity unity3d
Last synced: 25 Apr 2025