{"id":28640410,"url":"https://github.com/asus4/arkitstreamer","last_synced_at":"2025-06-12T20:06:41.013Z","repository":{"id":40423867,"uuid":"215047898","full_name":"asus4/ARKitStreamer","owner":"asus4","description":"AR Foundation Remote Debugging Tool for Unity","archived":false,"fork":false,"pushed_at":"2023-11-30T12:21:58.000Z","size":2134,"stargazers_count":194,"open_issues_count":0,"forks_count":27,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-08T02:38:09.069Z","etag":null,"topics":["arkit3","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asus4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"asus4","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-10-14T13:13:27.000Z","updated_at":"2025-04-29T07:25:21.000Z","dependencies_parsed_at":"2024-01-06T14:55:52.133Z","dependency_job_id":null,"html_url":"https://github.com/asus4/ARKitStreamer","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/asus4/ARKitStreamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FARKitStreamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FARKitStreamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FARKitStreamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FARKitStreamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asus4","download_url":"https://codeload.github.com/asus4/ARKitStreamer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2FARKitStreamer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259522108,"owners_count":22870449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["arkit3","unity"],"created_at":"2025-06-12T20:06:39.436Z","updated_at":"2025-06-12T20:06:41.002Z","avatar_url":"https://github.com/asus4.png","language":"C#","funding_links":["https://github.com/sponsors/asus4"],"categories":[],"sub_categories":[],"readme":"\n## Check out the next project **[ARFoundationReplay](https://github.com/asus4/ARFoundationReplay)**, which supports URP, Record/Replay and Google Geospatial.\n\n---\n\n# ARKit Streamer\n\n[![OpenUPM](https://img.shields.io/npm/v/com.koki-ibukuro.arkitstream?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.koki-ibukuro.arkitstream/)\n\nA remote debugging tool for AR Foundation with ARKit4 features. This is temporary solution until the Unity team has completed the AR remote functionality - See [Unity forum](https://forum.unity.com/threads/ar-remoting-simulation.720575/) for more information.\n\n![img1](https://i.imgur.com/vZoYIs1.gif)  \nHuman segmentation  \n\n![img2](https://user-images.githubusercontent.com/357497/89782917-66e0e680-db16-11ea-856b-fb6782ec0b23.gif)  \nSample with VFX Graph  \n\n## Environments\n\n- Tested on Unity 2020.3.36f1\n- ARFoundation 4.2.3\n- iPhone X or more\n\n## Supporting ARKit features\n\n- Basic camera position tracking\n- Send camera image via NDI\n- Human Segmentation / Depth\n- Face\n- Plane tracking\n- 3D body tracking\n\n## How to Install\n\n### Install NDI SDK\n\nDepends on NDI (Network Device Interface), download the NDI SDK for iOS from [https://ndi.tv/sdk/](https://ndi.tv/sdk/)\n\n### Install dependencies\n\nOpen the file `Packages/manifest.json` and add following lines into `scopedRegistries` and `dependencies` section.\n\n```json\n{\n  \"scopedRegistries\": [\n    {\n      \"name\": \"Unity NuGet\",\n      \"url\": \"https://unitynuget-registry.azurewebsites.net\",\n      \"scopes\": [ \"org.nuget\" ]\n    },\n    {\n      \"name\": \"npm\",\n      \"url\": \"https://registry.npmjs.com\",\n      \"scopes\": [\n        \"jp.keijiro\",\n        \"com.koki-ibukuro\"\n      ]\n    }\n  ],\n  \"dependencies\": {\n    \"com.koki-ibukuro.arkitstream\": \"0.5.2\",\n    ...// other dependencies\n  }\n}\n```\n\n## How to Use\n\n### Set up Sender iPhone\n\nDownload this repository and build/install on iPhone. Then run the app on iPhone.\n\nOr you can simply add `ARKitSender` to your custom ARKit scene.  \n![Imgur](https://imgur.com/tevPT1n.png)\n\nOpen the project settings and enable \"ARKit Stream\" as an XR plug-in for Unity Editor.\n![fig](https://imgur.com/pVxnPm4.png)\n\nRecommend using USB connected network instead of Wi-Fi to reduce network delay.  \n![Imgur](https://imgur.com/4YVbIUP.png)\n\n### Simulate on Editor\n\nAdd `ARKitReceiver` to the scene which you want to simulate on Editor. Make sure that there are ARKitSender and ARKitReceiver in the scene.\n\nSee the `Assets/Sample` for more information.\n\n### Setting for LWRP / URP\n\nIf you use LWRP / URP, you need also add the ARBackgroundRemoteRendererFeature to the list of render features. See [AR Foundation Document](https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.0/api/UnityEngine.XR.ARFoundation.ARCameraBackground.html) for more information.\n\n![Imgur](https://imgur.com/CRC99iQ.png)\n\n## Dependent Libraries\n\n- [KlakNDI](https://github.com/keijiro/KlakNDI/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasus4%2Farkitstreamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasus4%2Farkitstreamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasus4%2Farkitstreamer/lists"}