43 skills found · Page 1 of 2
needle-tools / Compilation VisualizerUnity Tool showing a timeline of assembly compilation. This is especially helpful when trying to optimize compile times and dependencies between assemblies. Besides showing a graphical view of compilation, selecting an assembly shows both dependencies and dependents of that assembly.
warbler / SharpMonoInjectorA tool for injecting assemblies into Mono embedded applications, commonly Unity Engine based games
naninunenoy / AsmdefHelperUnity assembly definition utilities.
Bian-Sh / Assemblies Hotfix Toolkit UnityAssemblies hotfix with unity addressable , for windows and android , both mono and IL2CPP scripting backend,IL2CPP hotfix powered by wolong(HybridCLR)
Rabadash8820 / UnityAssembliesA NuGet package for simple, forward-compatible references to any Unity DLL on any platform.
mob-sakai / OpenSesameCompilerForUnityA Roslyn compiler to access internals/privates for Unity. In other words, you can access to any internals/privates in other assemblies, without reflection. Let's say, "Open sesame!"
tool-buddy / Frame Rate BoosterOptimizer for Unity's Mono assemblies
avail / UnityAssemblyInjectorgeneric assembly injector for unity games - without requiring to modify any game files
fderudder / Unity GendarmeA tool based on mono-tools' Gendarme, to provide analysis rules dedicated to Unity's assemblies
wledfor2 / MonoJunkieMono/Unity assembly injection
LavaGang / Unity Runtime LibrariesUnity Runtime Libraries used by Legacy MelonLoader for Assembly Generation
pardeike / DecompilerServerA powerful MCP (Model Context Protocol) server for decompiling and analyzing .NET assemblies, with specialized support for Unity's Assembly-CSharp.dll files. DecompilerServer provides comprehensive decompilation, search, and code analysis capabilities through a rich set of tools and APIs.
EvaisaDev / UnityNetcodePatcherAn assembly patcher which replicates the ILPostProcessing step unity does in order to make NetworkBehaviours work
ac3ss0r / Il2Cpp Exploitation POCIl2Cpp android unity game exploitation by patching assembly in runtime proof-of-concept.
sschoener / Unity Asm Explorer PackageA fun little package for Unity that provides a rudimentary webinterface to explore your types and look at the assembly code generated by the JIT compiler, plus a sampling profiler
Bullrich / Unity Assembly DebuggerUnity utility to show the time it takes to compile every assembly after a reload.
jankozik / UnityScripting CPPA library to allow writing Unity scripts in native code: C, C++, assembly.
bmjoy / Unity3D ObfuscatorUnity3D Obfuscator is a program for obfuscating Unity assemblies. The functions contain rename obfuscation, string encrypption and anti tampering. For more info press the "Help" button on the main form.
needle-mirror / Com.unity.nuget.newtonsoft Json[Mirrored from UPM, not affiliated with Unity Technologies.] 📦 Newtonsoft Json for use in Unity projects and Unity packages. Currently synced to version 13.0.1.This package is used for advanced json serialization and deserialization. Most Unity users will be better suited using the existing json tools built into Unity.To avoid assembly clashes, please use this package if you intend to use Newtonsoft Json.
pschraut / UnityMiniEditorIterationProfilerBreaking down timings on compilation, assembly reload and enter/exit Play Mode in the simplest way possible. Requires Unity 2019.3 and newer.