Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Top 23 Unity3d Open-Source Projects
-
3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Project mention: 3D game shaders for beginners: step-by-step guide to SSAO, lighting, and more | news.ycombinator.com | 2023-01-22 -
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
xLua
xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.
-
You can try such mobile app test softwares like AirTest. AirTest is cross-platform and supports testing Windows, Android, iOS and Web apps. I'm using AirTest to perform some repeated tasks in the mobile game I'm playing.
-
Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
-
Project mention: Added Physics to my enemies - Unity DOTS. Pretty happy with the result! Time to tweak | /r/Unity3D | 2023-05-25
Sure. This is the repo. It contains more than Physics
-
Project mention: A Curated List of Game Network Programming Resources | news.ycombinator.com | 2023-05-22
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
By using IL2CppDumper along with the game's global-metadata.dat file, we can generate headers and structs that we can use with Ghidra, a tool for disassembling code. Once we load Engage and these headers and structs into Ghidra, we can look for a particular function called App.BattleMath$$_IsProbabilityHit. This function is provided a displayed hit (or, as Intelligent Systems calls it, ratio) and is responsible for determining whether or not that attack will actually hit. Ghidra will try to automatically decompile the assembly code into something more readable, and while the results are sometimes mixed, here it's pretty clear what's going on. We can see how, when the displayed hit is less than 51 (or when it's 100), it simply multiplies the displayed hit by 100, and when the displayed hit is 51 or greater, it uses the sin function as described earlier:
-
Unity-Script-Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
-
UIEffect
UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
-
Project mention: How do you implement static string, I use it like this but im not sure if it's a good way | /r/Unity3D | 2023-07-01
NaughtyAttributes is a free plugin that allows you to do so. By using attributes you can make your fields a lot easier to manage. For example [Tag] is an attribute that allows your string to be directly linked to the corresponding tag.
-
MathUtilities
A collection of some of the neat math and physics tricks that I've collected over the last few years.
Project mention: added nav agent so that it won't rub its face on the wall all the time | /r/godot | 2023-05-17i tried fabrik at first, then switched to ccdik http://www.andreasaristidou.com/FABRIK.html https://github.com/zalo/MathUtilities/blob/master/Assets/IK/CCDIK/CCDIKJoint.cs
-
NoahGameFrame
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
-
If you're looking to make legitimate mods that do not violate a game's TOS/EULA, especially for multiplier games, then a more modern, supported, maintained, and widely used Unity plugin framework is BepInEx: https://github.com/BepInEx/BepInEx
-
ParticleEffectForUGUI
Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
-
GameDevMind
最全面的游戏开发技术图谱。帮助游戏开发者们在已知问题上节省时间,省出更多的精力投入到更有创造性的工作中去。 | The most comprehensive technical map of game development. Help game developers save time on known problems and save more energy for more creative work.
Project mention: Should I get a Computer Science degree if I want to get into game development? | /r/gamedev | 2022-12-19You can check out this https://github.com/gonglei007/GameDevMind/blob/main/README-en.md to get more references.
-
-
Project mention: Can someone pull this 3D model from the assets and send it to me? I want to make a 3D printed keycap. | /r/BattleBitRemastered | 2023-06-30
-
awesome-unity-open-source-on-github
A categorized collection of awesome Unity open source on GitHub (800+)
-
-
-
UniVRM
UniVRM is a gltf-based VRM format implementation for Unity. English is here https://vrm.dev/en/ . 日本語 はこちら https://vrm.dev/
https://github.com/vrm-c/UniVRM this is what I used for exporting to vrm files but I usually export them as vsf files https://github.com/emilianavt/VSeeFaceSDK
-
Unfortunately, I am neither an expert on 3D modelling, nor on Unity (the game's engine), so my efforts so far have had very little success. All I managed to do so far is decompile the Unity project using AssetRipper.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Unity3d related posts
- Unity game architecture Part 1
- Looks like RF3s modding is just like RF5
- 3D Model Extraction
- Trying to find sprites from the games files, but I cant find them.
- Exploring the Top 5 Popular ChatGPT Playgrounds in 2023: Unveiling Creative AI Platforms
- Active fork of AssetStudio? (AssetStudioGUI by Perfare)
- What about translations?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 25 Sep 2023
Index
What are some of the best open-source Unity3d projects? This list will help you:
Project | Stars | |
---|---|---|
1 | 3d-game-shaders-for-beginners | 16,077 |
2 | ml-agents | 15,362 |
3 | xLua | 8,672 |
4 | Airtest | 7,364 |
5 | Entitas | 6,555 |
6 | EntityComponentSystemSamples | 6,202 |
7 | GameNetworkingResources | 6,134 |
8 | Il2CppDumper | 5,684 |
9 | Unity-Script-Collection | 4,948 |
10 | UIEffect | 4,848 |
11 | NaughtyAttributes | 3,926 |
12 | MathUtilities | 3,855 |
13 | NoahGameFrame | 3,793 |
14 | BepInEx | 3,447 |
15 | ParticleEffectForUGUI | 3,358 |
16 | GameDevMind | 3,276 |
17 | UnityLibrary | 3,211 |
18 | UABE | 3,027 |
19 | awesome-unity-open-source-on-github | 2,952 |
20 | UtinyRipper | 2,515 |
21 | ProceduralToolkit | 2,284 |
22 | UniVRM | 2,203 |
23 | AssetRipper | 2,170 |