Simple and extensible event system for Unity Engine. implemented via scriptable objects
ECS approach to render a line.
MOBA手游【最后一战】unity3d C++ mirror
Svelto.ECS and Svelto.Tasks Mini Examples for Unity
Collection of tools for manipulating osu! beatmaps
基于ET框架的帧同步战斗系统,已实现技能、AI、放置等核心系统,内含不一致检测工具。
根据TEngine框架,结合工作经验,修改和增加一些实用性拓展修改的框架(包括但不限于工具方法,工具编辑器,部分底层逻辑调整)。不合入TEngine,主要是不想让TEngine太冗杂。
Tools to control the asset import settings in a Unity project
The GameGuru Repository For Community Collaboration
Non-destructive modification to Texture!
Easy-as-dumb toolkit to prevent any malicious injections in your Android app. Beware of cheaters!
A Unity Game like SimCity for mobile
A simulation of our Solar System and a game at the same time made mainly for educational purposes (it gives a good sense of the time and space scale of out Solar System). The planets the moon and the Space Crafts follow realistic (elliptical) orbits in phase space and the relative sizes of planets and moon are correct. For the orbital elements of the planets I used values according to the NASA planetary fact sheet. The radius of all planets and moon is increased by a factor of 30 to avoid floating point errors since the GPU internally is using single precision arithmetics. The planetary orbits are pre-computed at start time using a 4rth-order Runge-Kutta integrator. Specifically the 2nd Kepler-law (which is a differential equation) is solved for the values according to the Nasa Fact-Sheet for the planets of our solar system and the moon. The trajectories of the Space-Crafts are calculated at run time using a 2nd order Leapfrog Integrator with initial conditions based on user input and Earth's position and velocity at the time the Space Craft is launched. The goal of the game is to launch Space Crafts and complete the missions. Check out the video in the right for gameplay footage. Note that in order to play the game you need a mouse with a wheel. Programmed with C# and powered by Unity.
Simulation of the 424 in Unity using Vehicle Physics Pro
An open source GIT Unity3D editor plugin.
ARkit + GVR to make VR and Mixed Reality 6dof AR for iphone
A block world prototype using Unity DOTS and ECS. Because someone had to do it.
Light probes volumes
Quick and dirty experiments with ARKit
A Unity Clicker Library
Modding tools for Koikatsu
Record the latest seconds of gameplay and export it as a video at any time.
Firebase Realtime-Database's REST API Wrapper for Unity in C#
Mobile Notifications Package
General Unity Shader Inspector/Editor with focus on vrchat
ScriptableObject architecture with small. easy-to-expand codebase. and simple UI.
AtlasImage is a graphic component use SpriteAtlas for uGUI. In addition. add useful sprite selector and border editor to the inspector.
Export UPM packages as .unitypackage files
Open source metroidvania game
Mixed Reality example project featuring integration of OpenXR. XR Interaction Toolkit. XR Hands. AR Foundation and the Meta-OpenXR package. This project will allow creators to quickly get up and running with their own mixed reality games and apps using the Meta Quest 2. Quest Pro and Quest 3 devices.
Trainer for games by Illusion
Unity asset to draw all built-in gizmos in the Unity Debug way
Auto attach components in inspector
Simple examples of noise algorithms in Unity
Baking spline deformation to a texture then applying it to a mesh via a shader.
Example with Unity 2019.3 new Mesh API
The ideal starting point for new Unity Projects. It includes best practices for project structure and C# coding standards. This is for traditional GameObject OOP projects. not for DOTS projects.
Jötunn. the Valheim Library.
为 Unity 准备的使用 TCP + JsonUtility + Task 实现的极简的现代网络框架,支持 RPC 和常规消息收发。使用 upm 管理,对项目文件 0 侵入;A minimalistic modern networking framework prepared for Unity using TCP. JsonUtility. and Task to implement support for RPC and regular message sending/receiving. Managed via UPM with zero intrusion into the project files.
A collection of essential game systems for Unity 3D. These generic systems can be applied to any Unity project.
A Unity messaging/event system for the lazy
Unity implementation of Decentraland Client
KBEngine is a MMOG engine of server.
A multiplayer plugin for KMP
Figma UI Image. Brings Figma Design to Unity as a UI Image.
GPU Skinning 与 GPU Instancing 的技术演示,unity版本为2019.4.21f1c1
A fast and garbage free debug overlay for Unity
Simple Boids simulation example using Unity ECS.
Unity C# Port of GGPO built atop Hourai Networking
Unity indirect GPU instancing & painting with occlusion culling. frustum culling. and LODs
Unity Editor integration with Model Context Protocol (MCP) enabling AI assistants like Claude to interact with Unity projects. Features a TypeScript MCP server and C# Unity plugin with extensible command handler architecture. TCP/IP communication. and dynamic plugin discovery.
A modding tool for osu!
Moddable videogame based on Madness Combat
VContainer + UniRx 기반 MVP 패턴 기반 아키텍처 설계
An example of a simple performant sprite renderer using Unity's new ECS system
The repository for my zelda tutorial
Package for importing and auto setup of Character Creator (3 & 4) and iClone (7 & 8) character exports for Unity HDRP Pipeline. Note: Development of the CC/iC Unity Tools has moved to a single version for all pipelines:
Unity Runtime Mesh Simplification
Enhance your scene loading experience with Unity.
Simple selection for busy scenes in Unity
Adds overlay texture (tattoo) support to games by Illusion
Learn how to create a ScriptableObject-based gun system from scratch for your game!
Adds a lot of options / tools for creating more advanced desktop viewing experiences with multiple camera angles and much more in Beat Saber
Unity plug-in for procedurally generating indoor levels using abstract chunks.
Building Unity mechanics structured as a set of challenges. 100 sample programs where each program demonstrates a different mechanic.
Use Firebase tools to incorporate common features into your games!
Sample code for the ArcGIS Maps SDK for Unity.
Repo for my Mirror Multiplayer Tutorials