# UnrealSharp/UnrealSharp

UnrealSharp is a plugin to Unreal Engine 5, which enables developers to create games using C# (.NET10) with Hot Reload

Repository: https://github.com/UnrealSharp/UnrealSharp
Canonical: https://ross.abutalabs.com/products/unrealsharp
Homepage: https://www.unrealsharp.com/
Language: C#
License: MIT
License Family: permissive
Last push: 2026-08-22T10:45:32+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 35, longevity 74
- inputs: {"age_days": 1036, "days_push": 11, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1911, forks 207 (observed 2026-08-28T04:05:53.171660+00:00)

## What it is
UnrealSharp is an open-source Unreal Engine 5 plugin that lets developers write game logic in C# on .NET 10, with automatically generated bindings from reflected C++ code. It supports hot reload without restarting the editor, full NuGet ecosystem access, and debugging from an IDE.

## Use cases
- write unreal engine 5 game logic in c# instead of c++
- hot reload c# code in unreal editor without restarting
- port blueprint projects to c#
- use nuget packages inside an unreal engine game
- transition from unity c# development to unreal engine
- expose c# classes and components to blueprints

## When to choose
- your team knows C# and wants to build UE5 games without deep C++ expertise
- you want fast iteration with hot reload while the editor is running
- you need access to the .NET ecosystem and NuGet packages in your game
- you want MIT-licensed tooling with no licensing cost

## When to avoid
- you need production-ready stability today - the project is not yet production ready
- you target Linux, iOS, or Android - those platforms are only planned
- your project is pure Blueprint with no C++ engineer available
- you need to access engine features not exposed to Unreal's reflection system

## Facets
- artifact type: plugin
- maturity: active
- function: game-engine, sdk, plugin-system, developer-tools
- domain: cross-platform, developer-tools
- platform: windows, cpp, dotnet
- tags: unreal-engine, csharp, dotnet, hot-reload, game-scripting, bindings-generator, game-development, macos

## Member repositories
- UnrealSharp/UnrealSharp (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:53.171660+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:10:46.927213+00:00, confidence not recorded.
  - readme: https://github.com/UnrealSharp/UnrealSharp (fetched 2026-08-28T04:05:53.171660+00:00, sha 4b81d5d0ff8c)
  - homepage: https://www.unrealsharp.com/ (fetched 2026-08-29T10:50:04.239818+00:00, sha 34e786d75c1a)
  - site_page: https://www.unrealsharp.com/getting-started-and-fundamentals/quickstart (fetched 2026-08-29T10:50:04.244586+00:00, sha 5272f50353a2)
  - site_page: https://www.unrealsharp.com/getting-started-and-fundamentals/your-first-script (fetched 2026-08-29T10:50:04.246450+00:00, sha 4b869405b954)
  - site_page: https://www.unrealsharp.com/getting-started-and-fundamentals/debugging (fetched 2026-08-29T10:50:04.248199+00:00, sha 5874f1fefad6)
  - site_page: https://www.unrealsharp.com/getting-started-and-fundamentals/packaging (fetched 2026-08-29T10:50:04.249869+00:00, sha 5a63dc027c8b)
  - site_page: https://www.unrealsharp.com/getting-started-and-fundamentals/logging (fetched 2026-08-29T10:50:04.251589+00:00, sha 329afd041426)
  - site_page: https://www.unrealsharp.com/getting-started-and-fundamentals/module-lifecycle (fetched 2026-08-29T10:50:04.253226+00:00, sha 2111f5ea79b9)
  - site_page: https://www.unrealsharp.com/getting-started-and-fundamentals/c-plugins (fetched 2026-08-29T10:50:04.254824+00:00, sha d61c788c53a4)
  - site_page: https://www.unrealsharp.com/faq (fetched 2026-08-29T10:50:04.242400+00:00, sha d9d227ddc9ad)
- Data as of 2026-08-30T08:39:29.467469+00:00.
