Skip to content

Latest commit

 

History

History
149 lines (139 loc) · 15.3 KB

File metadata and controls

149 lines (139 loc) · 15.3 KB

OpenUnity

Tools

Shader

TexturePainter

PerfabPainter

  • prefab-painter A basic prefab painter for the Unity3D game engine.
  • Prefabshop Prefab painter for Unity
  • PrefabPainter Tool for conveniently and flexibly adding huge amounts of prefabs to your Unity scene.

AssetsAnalyzer

Disassembly

  • ILSpy .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
  • dnSpy .NET debugger and assembly editor
  • UnityExplorer An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
  • Il2CppDumper Unity il2cpp reverse engineer
  • Il2CppInspector Powerful automated tool for reverse engineering Unity IL2CPP binaries www.djkaty.com
  • Cpp2IL Work-in-progress tool to reverse unity's IL2CPP toolchain.

Profiler

Stats Monitor

  • VisualProfiler-Unity The VisualProfiler provides a drop in, single file, solution for viewing your Windows Mixed Reality Unity application's frame rate and memory usage.
  • graphy Graphy is the ultimate, easy to use, feature packed FPS counter, stats monitor and debugger for your Unity project.
  • MemoryInfoPlugin A set of tools for Unity to allow handling memory info for Android and iOS.

VisualEdit

Texture

Curve

HotUpdate

  • hybridclr HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.

Others

  • NuGetForUnity A NuGet Package Manager for Unity
  • FastScriptReload Hot Reload implementation for Unity. Iterate on code insanely fast without breaking play session. Supports any editor. 1. Play 2. Make change 3. See results

InspectorGUI

Gizmos

  • gizmos Used for drawing runtime gizmos in builds and editor (Unity3D)
  • ReGizmo Immediate-Mode Gizmos for unity

Editor

  • CategoryTool Unity Editor tool to create Categories in the Hierarchy. The Categories work as dividers between GameObjects.
  • RapidGUI Unity OnGUI(IMGUI) extensions for Rapid prototyping/development
  • unity-toolbar-extender Extend the Unity Toolbar with your own Editor UI code.
  • dear-imgui-unity-dev Dear ImGui integration into Unity
  • UnityDynamicPanels Draggable, resizable, dockable and stackable UI panel solution for Unity 3D

Editor Util

  • UndoPro UndoPro is a command-based undo system integrated into Unity's default system. This allows devs to use actions for their undo/redo operations without forcing the user into a new undo-workflow!
  • AsmdefHelper Unity assembly definition utilities.

UI

  • HSV-Color-Picker-Unity HSV color picker for Unity UI
  • UIEffect UIEffect is an effect component for uGUI element in Unity
  • SpriteDicing Extension for Unity game engine to work with diced sprites
  • PolyMesh Create 2D shapes in an instant with the PolyMesh editor!
  • Unity-MeshMask effient,easy use Mask Component compare to Unity Mask, cost less drawcall and lower pixel fill rate.
  • com.pixelwizards.utilities Some Unity utilities (UV tools, resource checker etc) packaged for Unity's Package Manager

AI

ML

Utils

Tween

  • dotween A Unity C# animation engine. HOTween v2
  • unity-tweens An extremely light weight, extendable and customisable tweening engine made for strictly typed script-based animations for user-interfaces and world-space objects optimised for all platforms.
  • MagicTween Extremely fast tween library implemented in Unity ECS

FileFormat

Serializer

  • unity-atoms Tiny modular pieces utilizing the power of Scriptable Objects
  • odin-serializer Fast, robust, powerful and extendible .NET serializer built for Unity

Rendering

ECS