Skip to content

Latest commit

 

History

History
140 lines (132 loc) · 14.5 KB

Unity.md

File metadata and controls

140 lines (132 loc) · 14.5 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

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

Texture

Curve

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

  • NaughtyAttributes 👍 Attribute Extensions for Unity
  • Tri-Inspector Free and open-source library that improves unity inspector.
  • UnityDrawers 👍 A collection of property and decorator drawers for Unity
  • SaintsField A Unity Inspector extension tool focusing on script fields inspector enhancement
  • Markup-Attributes A Unity Editor extension for customizing inspector layout with attributes.
  • MyBox MyBox is a set of attributes, tools and extensions for Unity
  • Unity-Editor-Toolbox Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.
  • LucidEditor Powerful Editor Extensions for Unity
  • UnityFoldoutDecorator Foldout as a Decorator for group variables in Unity Script Inspector
  • InspectorFoldoutGroup Group variables in Unity 3d inspector with style!
  • UnityExtensions.ArrayDrawer ArrayDrawer is a base class like PropertyDrawer, but for arrays and lists.
  • Unity-Reorderable-List An attempt to mimic the ReorderableList within Unity while adding some extended functionality.
  • Smart-Inspector Keeps your screen real-estate clean with refined, compact UX.
  • UnityRuntimePreviewGenerator Generate preview textures (thumbnails) for your GameObject's or materials on the fly in Unity
  • HierarchyDecorator Lightweight Unity Plugin transforming the Hierarchy into what it should be. Adds headers, styles, icons and more.
  • ThryEditor General Unity Shader Inspector/Editor with focus on vrchat
  • LWGUI A Lightweight, Flexible, Powerful Shader GUI System for Unity.
  • ConfigurableShaders You can expose a lot of different shader settings through attributes!
  • ShaderUtilsForSRP Utilities for SRP shaders.

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!

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

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

Utils

Rendering