smartlydressedgames/u3-sdk

Source code for Unturned, a free open-world zombie survival sandbox game.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Type:ApplicationCategory(s):Game DevelopmentMedia, Graphics & Games
Added to GitGenius on September 18th, 2026
Created on October 16th, 2017
Open Issues & Pull Requests: 186 (+0)
GitHub issues: Enabled
Number of forks: 550
Total Stargazers: 3,856 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.6 hours
Mean response time: 4.0 days
90th percentile: 2.8 days
Tracked items: 601

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 11% of issues opened in the past year have never received a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 70% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 59% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 186
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 519 days
Stale 30+ days: 183
Stale 90+ days: 108

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Bug (10)
  • Revisit after next update (5)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

The U3 SDK is the source code for Unturned, a free open-world zombie survival sandbox game.

Unturned is built as an open-world sandbox where players survive in a zombie-infested environment. The game provides a foundation for exploration, resource gathering, crafting, and combat within procedurally-generated or hand-crafted maps. By releasing the source code, the project enables developers and modders to understand the game's architecture, extend its functionality, and create custom content within the Unturned ecosystem.

This repository is suited for developers interested in studying how a large-scale multiplayer sandbox game is structured, those who want to contribute improvements to Unturned itself, and modders seeking to create custom gameplay experiences. The open-source nature means anyone can inspect the codebase, propose changes, and build upon the existing foundation. It works best for people already invested in the Unturned community or those learning from a complete, production-grade game implementation written in C#.

The project shows consistent development activity with regular commits addressing bug fixes, gameplay balance, and feature additions. Pull requests are reviewed and merged steadily, indicating an active maintenance cycle. The codebase receives updates that span multiple systems including networking, world generation, and player mechanics, demonstrating ongoing work across the full stack rather than isolated areas.