Unreal Engine has an enormous open-source ecosystem. The hard part is often not finding a project; it is finding the right project for the job, checking whether it supports your UE version, and understanding its license before you build on it.
Today we are opening four focused Unreal Engine collection sites from SeeleAI:
- Awesome Unreal AI Tools
- Awesome Unreal Engine
- Awesome Unreal Plugins
- Awesome Unreal Open Source Games
If you want to move from an idea to a native Unreal prototype, you can also try the SeeleAI Unreal Game Creator. The collections below are useful when you want to inspect the tools, plugins, and projects behind that workflow.
These are curated indexes, not replacements for the original projects. Every entry links back to its authors, and each project keeps its own license and support requirements. The four index repositories themselves are MIT-licensed.
Why four lists instead of one?
One giant list quickly becomes difficult to scan. A developer looking for an MCP bridge has a different starting point from a technical artist looking for a procedural-world plugin, or a student looking for a complete gameplay sample.
The four repositories share a simple rule: make the next useful Unreal project easier to discover, while keeping enough context to make a responsible first evaluation.
1. Awesome Unreal AI Tools
Awesome Unreal AI Tools is for the rapidly growing intersection of Unreal and AI. It covers:
- AI assistants and agent workflows
- MCP servers and editor bridges
- reusable agent skills
- generative-AI integrations
- simulation and embodied-AI tooling
The list includes projects such as VibeUE, UnrealClaude, unreal-mcp, UnrealGenAISupport, and AirSim. It also links to SeeleAI's own public Unreal projects, including Seele Scatter Regions and Seele Art Unreal, so the collection includes both community references and inspectable examples from its maintainer.
This is a useful starting point when your question is: “How can an AI system inspect, author, or automate part of an Unreal workflow?” It is also a good place to compare the boundaries of different approaches: an editor bridge, a coding skill, an MCP transport, and a simulator are not interchangeable components.
2. Awesome Unreal Engine
Awesome Unreal Engine is the broad map of the ecosystem. It brings together open-source:
- development tools and editor extensions
- gameplay, networking, GAS, and UI projects
- rendering, materials, Niagara, and technical-art tools
- PCG, procedural worlds, and simulation projects
- tutorials, learning resources, samples, and assets
- games and community research projects
Examples include SeeleAI's Seele Scatter Regions and Seele Art Unreal, alongside RealtimeMeshComponent, UnrealCLR, Cesium for Unreal, ActionRoguelike, and GASDocumentation.
Start here when you are still exploring the problem space. Once you know whether you need a plugin, a playable reference, or an AI integration, the focused lists make the next step faster.
3. Awesome Unreal Plugins
Awesome Unreal Plugins focuses on reusable Unreal modules and integrations. Its categories include:
- runtime rendering and procedural content
- character movement and animation
- loading and workflow utilities
- C#, Lua, and other language integrations
- DCC and shader development
- geospatial and XR workflows
- navigation, gameplay AI, source control, and networking
- packaging and asynchronous workflows
The collection also includes two SeeleAI plugins:
- Seele Scatter Regions — an MIT-licensed, editor-side C++ plugin for seeded, recipe-driven village, farm, and cemetery layouts. It exposes C++, Blueprint-callable, and JSON automation paths and is validated for UE 5.5 and 5.8 on Windows/Win64.
- Seele Art Unreal — an MIT-licensed editor plugin that imports validated FBX, GLB, glTF, and OBJ transfers from Seele Web into a local project through a narrow localhost bridge. Its current beta packages target UE 5.5 and 5.8 on Windows/Win64; it is an editor integration, not a packaged-game runtime dependency.
Projects such as PCGExtendedToolkit, ALS-Community, UnrealSharp, HoudiniEngineForUnreal, and Cesium for Unreal show the range of the list.
The goal is not to declare a “best plugin.” It is to give you a shortlist that you can evaluate against your engine version, target platforms, project architecture, and maintenance needs.
4. Awesome Unreal Open Source Games
Awesome Unreal Open Source Games is organized around playable projects and complete examples. It currently groups projects into areas such as:
- survival and horror
- action, RPG, and fighting
- FPS
- animation and gameplay systems
- simulation and building
- gameplay-architecture samples
- focused indie projects
Good study candidates include EpicSurvivalGame, ActionRoguelike, GASPALS, FlowGraph, and MassSample.
Reading a plugin README tells you what a component exposes. Opening a complete game shows how systems meet in practice: input, UI, abilities, AI, networking, content organization, and the gameplay loop. That makes this list especially useful for learning and for validating architecture decisions with real project structure.
A practical discovery workflow
When evaluating a new idea, I use the lists in this order:
- Map the space. Start with Awesome Unreal Engine.
- Choose the project shape. Need an installable module? Open Awesome Unreal Plugins. Need a playable reference? Open Awesome Unreal Open Source Games.
- Add AI only where it helps. For agent, MCP, or generative workflows, use Awesome Unreal AI Tools.
- Verify before adopting. Read the original repository's license, supported UE version, target platforms, dependencies, recent activity, and build instructions.
You can clone any list locally:
git clone https://github.com/SeeleAI/awesome-unreal-engine.git
git clone https://github.com/SeeleAI/awesome-unreal-plugins.git
git clone https://github.com/SeeleAI/awesome-unreal-ai-tools.git
git clone https://github.com/SeeleAI/awesome-unreal-open-source-games.git
The lists are intentionally plain Markdown, so they are easy to search, fork, review, and contribute to.
Curation principles
We keep the scope practical:
- link to public projects and preserve attribution;
- record license and Unreal Engine version when the source provides them;
- call out legacy or unstated compatibility rather than hiding it;
- avoid treating stars as a quality score;
- do not include private repositories or closed-source services as if they were open source.
The collections are independent indexes. Inclusion is an invitation to investigate, not a security, compatibility, or production-readiness guarantee.
Contribute a project
If you maintain a public Unreal project, open a pull request to the most relevant list. Include the original repository URL, license information, supported UE version, and a short explanation of what makes the project useful to study or use.
The Unreal ecosystem gets more valuable when discovery is paired with context. If these lists save you time—or if a project is missing—please open an issue or pull request and help us keep them useful.
If you are ready to test a native Unreal workflow after browsing the collections, open the SeeleAI Unreal Game Creator.












