whatisgithub

What is lifeverse?

terranceafton/lifeverse — explained in plain English

Analysis updated 2026-05-18

0C#Audience · developerComplexity · 3/5Setup · moderate

In one sentence

LifeVerse is an early pre-alpha life simulation game in Unity 6, similar in spirit to The Sims, with most features still on the roadmap.

Mindmap

mindmap
  root((LifeVerse))
    What it does
      Life simulation game
      Character interaction
      Open world building
    Tech stack
      Unity 6
      C#
      Cinemachine
    Use cases
      Play a Sims like game
      Follow early game dev progress
      Study Unity game architecture
    Audience
      Game players
      Unity developers
    Status
      Pre-alpha
      Version 0.2
      Core engine 60 percent

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Follow the development progress of an early stage Sims-like life simulation game.

USE CASE 2

Study how a Unity project structures bootstrap, service, and character systems.

USE CASE 3

Track the roadmap for upcoming NPC AI, careers, and relationship features.

USE CASE 4

Reference the project as an example of a phased Unity game development plan.

What is it built with?

UnityC#CinemachineTextMeshPro

How does it compare?

terranceafton/lifeverseanulman/docx-saxatrblizzard/vtmb-sbox-mounter
Stars000
LanguageC#C#C#
Setup difficultymoderatemoderatemoderate
Complexity3/54/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

No setup instructions are given, requires Unity 6 and is still pre-alpha.

The README does not state a license.

So what is it?

LifeVerse is a life simulation game being built in Unity 6, inspired by games like The Sims. The README describes an ambitious long term vision that includes deeper AI, life progression, personalities, relationships, careers, and an open interactive world, but the project is explicitly labeled pre-alpha, currently at version 0.2, so most of that vision is still on the roadmap rather than finished. The README lays out development status in clear detail. Already completed pieces include the core engine's bootstrap and service systems, scene management, a configuration and logging setup, a character framework with basic profiles, a time and needs simulation system, a third person character controller with sprinting and gravity using Cinemachine for the camera, and a basic interaction system where the player can interact with objects using the keyboard. Currently in progress are furniture interaction, a sitting system, and animations. Planned but not yet started features include a bed and sleep system, doors, a world creation tool called Create-a-Verse, a build mode, NPC AI, relationships, careers, skills, personality, memories, an economy, and housing. The README includes progress bars estimating each area's completion: the core engine is about 60 percent done, gameplay systems about 30 percent, world building about 5 percent, and content creation has not started. It also lays out a five phase roadmap, moving from engine foundation and gameplay foundation, which are marked complete, through a living world phase that is in progress, to a life simulation phase and a world expansion phase that includes possible future multiplayer, both still upcoming. The technical stack is Unity 6 with C#, using Cinemachine for camera work and TextMeshPro for text rendering, with the project tracked in Git on GitHub. The README does not include setup or installation instructions, and does not state a license.

Copy-paste prompts

Prompt 1
Explain what has been built so far in LifeVerse and what is still planned.
Prompt 2
Show me how a third-person character controller with Cinemachine might be structured in Unity.
Prompt 3
Summarize LifeVerse's five phase development roadmap in plain terms.
Prompt 4
Help me understand the core engine architecture described in this README, like the service registry.

Frequently asked questions

What is lifeverse?

LifeVerse is an early pre-alpha life simulation game in Unity 6, similar in spirit to The Sims, with most features still on the roadmap.

What language is lifeverse written in?

Mainly C#. The stack also includes Unity, C#, Cinemachine.

What license does lifeverse use?

The README does not state a license.

How hard is lifeverse to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is lifeverse for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.