{"id":28640440,"url":"https://github.com/asus4/onnxruntime-unity","last_synced_at":"2025-12-29T19:28:27.115Z","repository":{"id":215286214,"uuid":"738516565","full_name":"asus4/onnxruntime-unity","owner":"asus4","description":"ONNX Runtime Plugin for Unity","archived":false,"fork":false,"pushed_at":"2025-03-30T15:33:11.000Z","size":473,"stargazers_count":82,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T16:28:46.967Z","etag":null,"topics":["onnxruntime","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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},"funding":{"github":"asus4"}},"created_at":"2024-01-03T12:08:25.000Z","updated_at":"2025-03-30T15:33:12.000Z","dependencies_parsed_at":"2024-01-16T12:23:58.414Z","dependency_job_id":"c7d5ba49-2ef1-4889-afb5-bc3dd41c5ab2","html_url":"https://github.com/asus4/onnxruntime-unity","commit_stats":null,"previous_names":["asus4/onnxruntime-unity"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/asus4/onnxruntime-unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2Fonnxruntime-unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2Fonnxruntime-unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2Fonnxruntime-unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2Fonnxruntime-unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asus4","download_url":"https://codeload.github.com/asus4/onnxruntime-unity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asus4%2Fonnxruntime-unity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259522107,"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":["onnxruntime","unity"],"created_at":"2025-06-12T20:06:42.722Z","updated_at":"2025-12-29T19:28:27.105Z","avatar_url":"https://github.com/asus4.png","language":"C#","funding_links":["https://github.com/sponsors/asus4"],"categories":[],"sub_categories":[],"readme":"# ONNX Runtime Plugin for Unity\n\n[![upm](https://img.shields.io/npm/v/com.github.asus4.onnxruntime?label=upm)](https://www.npmjs.com/package/com.github.asus4.onnxruntime) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/asus4/onnxruntime-unity)\n\nPre-built ONNX Runtime libraries for Unity.\n\n## [See Examples](https://github.com/asus4/onnxruntime-unity-examples)\n\n[https://github.com/asus4/onnxruntime-unity-examples](https://github.com/asus4/onnxruntime-unity-examples)\n\n**Yolox-Nano**  \n\n\u003chttps://github.com/asus4/onnxruntime-unity-examples/assets/357497/96ed9913-41b7-401d-a634-f0e2de4fc3c7\u003e\n\n**NanoSAM**  \n\n\u003chttps://github.com/asus4/onnxruntime-unity-examples/assets/357497/5e2b8712-87cc-4a3a-82b7-f217087a0ed1\u003e\n\n**Yolo11 Seg**  \n\n\u003chttps://github.com/user-attachments/assets/93c3dccd-569c-4a93-826b-0c9b5b60ebe9\u003e\n\n## Tested environment\n\n- Unity: 6000.0.43f1 (LTS)\n- ONNX Runtime: [1.23.2](https://github.com/microsoft/onnxruntime/releases/tag/v1.23.2)\n- ONNX Runtime Extensions: [0.14.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.14.0)\n- ONNX Runtime GenAI: [0.11.4](https://github.com/microsoft/onnxruntime-genai/releases/tag/v0.11.4)\n\n### Execution Providers \u0026 Extensions\n\n#### [Execution Providers](https://onnxruntime.ai/docs/execution-providers/)\n\nExecution Providers are hardware acceleration libraries for each platform. See [official docs](https://onnxruntime.ai/docs/execution-providers/) for more details.\n\n| Platform | CPU | CoreML | NNAPI | CUDA | TensorRT | DirectML | XNNPACK |\n| --- | --- | --- | --- | --- | --- | --- | --- |\n| macOS | :white_check_mark: | :white_check_mark: | | | | | |\n| iOS | :white_check_mark: | :white_check_mark: | | | | | :construction: |\n| Android | :white_check_mark: | | :white_check_mark: | | | | :construction: |\n| Windows | :white_check_mark: | | | :construction: | :construction: | :white_check_mark: | |\n| Linux | :white_check_mark: | | | :construction: | :construction: | | |\n\n#### [ONNX Runtime Extensions](https://github.com/microsoft/onnxruntime-extensions)\n\nONNX Runtime Extensions are a set of pre/post-processing.\n\n| Platform | Extensions |\n| --- | --- |\n| macOS | :construction: |\n| iOS | :construction: |\n| Android | :construction: |\n| Windows | :construction: |\n| Linux | :construction: |\n\n:white_check_mark: : Supported in Unity Core library  \n:construction: : Experimental Preview\n\n## How to Install\n\nPre-built libraries are available on [NPM](https://www.npmjs.com/package/com.github.asus4.onnxruntime). Add the following `scopedRegistries` and `dependencies` in `Packages/manifest.json`.\n\n```json\n  \"scopedRegistries\": [\n    {\n      \"name\": \"NPM\",\n      \"url\": \"https://registry.npmjs.com\",\n      \"scopes\": [\n        \"com.github.asus4\"\n      ]\n    }\n  ]\n  \"dependencies\": {\n    \"com.github.asus4.onnxruntime\": \"0.4.3\",\n    \"com.github.asus4.onnxruntime.unity\": \"0.4.3\",\n    \"com.github.asus4.onnxruntime.win-x64-gpu\": \"0.4.3\",\n    \"com.github.asus4.onnxruntime-extensions\": \"0.4.3\",\n    ... other dependencies\n  }\n```\n\n### What is included in each package\n\n- `com.github.asus4.onnxruntime` : Core library\n  - CPU provider for all platforms\n  - GPU provider for iOS, Android, macOS and Windows(only DirectML)\n- `com.github.asus4.onnxruntime.unity` : (Optional) Utilities for Unity\n- `com.github.asus4.onnxruntime.win-x64-gpu` : (Optional) GPU provider for Windows\n- `com.github.asus4.onnxruntime.linux-x64-gpu` : (Optional) GPU provider for Linux\n- `com.github.asus4.onnxruntime-extensions` : (Optional) ONNX Runtime Extensions\n\n## License\n\nEach package is licensed under the MIT License - see the LICENSE file under the package folder for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasus4%2Fonnxruntime-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasus4%2Fonnxruntime-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasus4%2Fonnxruntime-unity/lists"}