{"id":50115391,"url":"https://github.com/widgrensit/asobi-unreal-demo","last_synced_at":"2026-05-23T14:34:14.092Z","repository":{"id":353418659,"uuid":"1219053139","full_name":"widgrensit/asobi-unreal-demo","owner":"widgrensit","description":"UE5 demo project for the Asobi SDK","archived":false,"fork":false,"pushed_at":"2026-05-01T14:47:14.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T16:29:06.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/widgrensit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-23T13:35:17.000Z","updated_at":"2026-05-01T14:47:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/widgrensit/asobi-unreal-demo","commit_stats":null,"previous_names":["widgrensit/asobi-unreal-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/widgrensit/asobi-unreal-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widgrensit%2Fasobi-unreal-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widgrensit%2Fasobi-unreal-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widgrensit%2Fasobi-unreal-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widgrensit%2Fasobi-unreal-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/widgrensit","download_url":"https://codeload.github.com/widgrensit/asobi-unreal-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/widgrensit%2Fasobi-unreal-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33400248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-23T14:34:13.472Z","updated_at":"2026-05-23T14:34:14.079Z","avatar_url":"https://github.com/widgrensit.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asobi-unreal-demo\n\nMinimal UE5 demo project for the [Asobi Unreal SDK](https://github.com/widgrensit/asobi-unreal).\n\nA player auto-registers, queues for the `demo` matchmaker, drops into a match, and moves a cube around with WASD. Other players in the same match render as remote cubes, their positions driven by `match.state` updates from the asobi server.\n\n## Prerequisites\n\n- Unreal Engine 5.4+ (tested on 5.4–5.7)\n- A running [`sdk_demo_backend`](https://github.com/widgrensit/sdk_demo_backend) (see below)\n\n## Setup\n\n1. **Bring up a backend.** One command, no Erlang or rebar3 required:\n\n   ```bash\n   git clone https://github.com/widgrensit/sdk_demo_backend\n   cd sdk_demo_backend \u0026\u0026 docker compose up -d\n   ```\n\n   Server listens on `http://localhost:8084`.\n\n2. **Clone this repo with submodules:**\n\n   ```bash\n   git clone --recursive https://github.com/widgrensit/asobi-unreal-demo.git\n   ```\n\n   If you already cloned without `--recursive`:\n\n   ```bash\n   git submodule update --init --recursive\n   ```\n\n3. **Generate project files:** right-click `AsobiUnrealDemo.uproject` → *Generate Visual Studio project files* (or the Unix equivalent).\n\n4. **Open `AsobiUnrealDemo.uproject` in UE5.** First open will compile the `AsobiSDK` plugin.\n\n5. **Create a level:** the repo doesn't ship a `.umap`. In the editor, *File → New Level → Basic*, save it under `Content/Maps/ArenaMap`, then *Edit → Project Settings → Maps \u0026 Modes → Game Default Map*: set to `ArenaMap`.\n\n6. **Press Play.** The HUD will show `LoggingIn → Connecting → Queuing → InMatch`. Press WASD to move; if a second client is queued, it'll appear as a remote cube.\n\n## Controls\n\n- **WASD** — move\n\n## Project layout\n\n| File | Purpose |\n|---|---|\n| `AsobiDemoGameInstance` | Owns SDK objects, handles auth → WS connect → matchmaker |\n| `AsobiDemoGameMode` | Listens to `OnMatchState`, spawns and updates pawns; registers `AsobiDemoHUD` |\n| `AsobiDemoPawn` | Local player WASD + 30 Hz `match.input`; remote pawns lerp to `match.state` positions; ships a top-down spring-arm + camera so Play just works |\n| `AsobiDemoHUD` | Status overlay |\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidgrensit%2Fasobi-unreal-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwidgrensit%2Fasobi-unreal-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwidgrensit%2Fasobi-unreal-demo/lists"}