awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesRuntime Object Inspectors

Tools for browsing and editing properties of game objects and components while the game is running.

Distinct from Unity Editor Extensions: Candidates are editor-time extensions; this is a runtime inspection tool.

Explore 2 awesome GitHub repositories matching game development · Runtime Object Inspectors. Refine with filters or upvote what's useful.

Awesome Runtime Object Inspectors GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • focus-creative-games/hybridclrAvatar de focus-creative-games

    focus-creative-games/hybridclr

    7,863Ver en GitHub↗

    HybridCLR is a hybrid C# execution engine and assembly loader designed for Unity. It provides a system for hot-updating C# logic across all platforms at runtime without requiring the application to be rebuilt or reinstalled. The project is distinguished by its mixed-mode execution, which runs unmodified code at native speed while using a high-performance interpreter for updated functions. It includes a generic type resolver that allows hot-updated code to use generic classes and functions regardless of whether they were pre-instantiated in the main binary. To protect proprietary source code,

    Adds and manages scripts and data objects on game entities dynamically during runtime.

    C++csharpframeworkhot
    Ver en GitHub↗7,863
  • sinai-dev/unityexplorerAvatar de sinai-dev

    sinai-dev/UnityExplorer

    2,985Ver en GitHub↗

    UnityExplorer is a specialized suite of runtime tools for memory exploration, asset exporting, camera control, and real-time object property inspection within Unity applications. It functions as a runtime debugger and engine inspector, providing an interface to locate singletons, static classes, and active scene objects in memory. The project distinguishes itself with a C# runtime debugger that allows for the execution of custom scripts and the patching of method behavior. It includes a dedicated asset exporter for saving textures and audio clips as PNG and WAV files, as well as a freecam too

    Provides a runtime object browser and property editor for inspecting and modifying Unity components in real time.

    C#bepinexil2cppmelonloader
    Ver en GitHub↗2,985
  1. Home
  2. Game Development
  3. Runtime Object Inspectors

Explorar subetiquetas

  • Dynamic Entity UpdatesAdding and modifying components or scripts on game objects while the simulation is running. **Distinct from Runtime Object Inspectors:** Distinct from Object Inspectors: focuses on the modification/addition of logic, not just viewing properties.