Streu's Stars
Jackett/Jackett
API Support for your favorite torrent trackers
Flowseal/zapret-discord-youtube
asus4/UnityNativeDialogPlugin
Show iOS/Android native dialog from Unity.
harumas/UGizmo
Highly efficient gizmo drawer for Unity
quabug/GenericSerializeReference
[GenericSerializeReference] attribute to serialize generic property in Unity3D
RomanZhu/FixedPoint-Sharp
Fixed point math with 48.16 precision (based on lib by https://github.com/fholm)
gilzoide/unity-texture-apply-async
Alternative to Texture2D.Apply() that doesn't require synchronizing with the render thread, avoiding stalls in the main thread
StarKRE22/unity-atomic
Atomic Approach library for Unity
mob-sakai/ParticleEffectForUGUI
Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
Paulsams/RepairerSerializeReferences
Editor Window to fix/repair Serialize Reference after changing/renaming a class, assembly, or namespace for Unity engine
supremestranger/dungeon-crawler
This is an example of 3d Dungeon Crawler game made on Unity with LeoECS Lite framework.
EduardMalkhasyan/Serializable-Dictionary-Unity
Create a serializable dictionary in Unity with all necessary error detections
Cysharp/R3
The new future of dotnet/reactive and UniRx.
AndreyBirchenko/first-ecs-lite-game-tutorial
ValveSoftware/GameNetworkingSockets
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. P2P networking / NAT traversal. Encryption.
snoopyuj/BShortcut
The Unity tool for quickly selecting any object in the project
GlitchEnzo/NuGetForUnity
A NuGet Package Manager for Unity
Unity-Technologies/ui-toolkit-manual-code-examples
Unity UI Toolkit documentation code examples
StefanoCecere/awesome-opensource-unity
a list of curated opensource Unity packages for future proof Game Developers
DaniilPotapov-azur/abc.unity
🚀ABC - Actor Behaviour Component - Framework for Unity Game Engine and .Net Platform
GaijinEntertainment/DagorEngine
Dagor Engine and Tools source code from Gaijin Games KFT
nilpunch/unity-prediction-rollback
Deterministic prediction-rollback netcode library for Unity.
subalterngames/fast_image_encoder
Blazingly fast C#/Rust thread-safe png/jpg image encoder
hibzzgames/Hibzz.DependencyResolver
A tool used to resolve git dependencies in packages installed with Unity's Package Manager
reegeek/StructLinq
Implementation in C# of LINQ concept with struct
NetFabric/LinqBenchmarks
Benchmarking LINQ and alternative implementations
ArthurBrussee/KNN
Fast K-Nearest Neighbour Library for Unity DOTS
Unity-Technologies/EntityComponentSystemSamples
Inspiaaa/UnityHFSM
A simple yet powerful class-based hierarchical finite state machine for Unity
keijiro/ECS-Strawman
The simplest Unity ECS/DOTS example.