{"id":22031466,"url":"https://github.com/embrace-io/embrace-unity-sdk","last_synced_at":"2025-10-30T17:43:26.525Z","repository":{"id":228665623,"uuid":"753200007","full_name":"embrace-io/embrace-unity-sdk","owner":"embrace-io","description":"Embrace's SDK for Unity","archived":false,"fork":false,"pushed_at":"2025-05-05T21:51:15.000Z","size":208126,"stargazers_count":58,"open_issues_count":5,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-05T22:39:31.896Z","etag":null,"topics":["mobile","opentelemetry","unity"],"latest_commit_sha":null,"homepage":"https://embrace.io/docs/unity/","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/embrace-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-05T16:58:34.000Z","updated_at":"2025-04-30T20:30:27.000Z","dependencies_parsed_at":"2024-12-09T18:29:33.151Z","dependency_job_id":"2529445c-907e-4eab-8a77-27396f160d79","html_url":"https://github.com/embrace-io/embrace-unity-sdk","commit_stats":null,"previous_names":["embrace-io/embrace-unity-sdk"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embrace-io%2Fembrace-unity-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embrace-io%2Fembrace-unity-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embrace-io%2Fembrace-unity-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embrace-io%2Fembrace-unity-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embrace-io","download_url":"https://codeload.github.com/embrace-io/embrace-unity-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252874563,"owners_count":21817854,"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":["mobile","opentelemetry","unity"],"created_at":"2024-11-30T08:18:32.475Z","updated_at":"2025-10-30T17:43:26.447Z","avatar_url":"https://github.com/embrace-io.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://embrace.io/?utm_source=github\u0026utm_medium=logo\" target=\"_blank\"\u003e\n    \u003cpicture\u003e\n      \u003csource srcset=\"https://embrace.io/docs/images/embrace_logo_white-text_transparent-bg_400x200.svg\" media=\"(prefers-color-scheme: dark)\" /\u003e\n      \u003csource srcset=\"https://embrace.io/docs/images/embrace_logo_black-text_transparent-bg_400x200.svg\" media=\"(prefers-color-scheme: light), (prefers-color-scheme: no-preference)\" /\u003e\n      \u003cimg src=\"https://embrace.io/docs/images/embrace_logo_black-text_transparent-bg_400x200.svg\" alt=\"Embrace\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nEmbrace's Unity SDK lets you bring the deep, introspective and native debugging\npower of Embrace into your Unity game or application.\n\n[![codecov](https://codecov.io/gh/embrace-io/embrace-unity-sdk-internal/graph/badge.svg?token=1g3DrYjacn)](https://codecov.io/gh/embrace-io/embrace-unity-sdk-internal)\n\n## Getting Started\n\nThe Unity documentation can be found [here](https://embrace.io/docs/unity/).\n\n- [Go to our dashboard](https://dash.embrace.io/signup/) to create an account\n  and get your API key\n- Check our [guide](https://embrace.io/docs/unity/integration/) to integrate the\n  SDK into your Unity project\n\n## Building\n\nIt is important to note that the Unity SDK is not usable immediately after\ncloning the repository. This is because it depends directly on the\n[Apple SDK](https://github.com/embrace-io/embrace-apple-sdk), and statically\nlinks to the xcframeworks as part of the build process.\n\nTo build the SDK, run the following command from the root of the project:\n\n```bash\nmake\n```\n\nThis will automatically pull down the dependencies and build the Unity\nxcframeworks, and copy everything into the io.embrace.sdk folder. Unfortunately,\nit is not currently possible to invoke the required iOS specific commands on\nWindows. This pipeline requires xcpretty (`gem install xcpretty`) and the XCode\nBuild Tools to be installed.\n\nIf you run into any issues building the SDK locally, please reach out on our\n[community Slack](https://embraceio-community.slack.com/archives/C078WQ3DJMC)!\n\n## Usage\n\n- Refer to our [Features page](https://embrace.io/docs/unity/features/) to learn\n  about the features Embrace SDK provides\n\n## Support \u0026 Contributions\n\nWe appreciate any feedback you have on the SDK and the APIs that it provides.\n\nTo contribute to this project please see our [Contribution Guidelines]. After\ncompleting the Individual Contributor License Agreement (CLA), you'll be able to\nsubmit a feature request, create a bug report, or submit a pull request.\n\nFor urgent matters (such as outages) or issues concerning the Embrace service or\nUI, reach out in our [Community Slack] for direct, faster assistance.\n\n[Contribution Guidelines]:\n  https://github.com/embrace-io/embrace-unity-sdk/blob/main/CONTRIBUTING.md\n[Community Slack]: https://community.embrace.io\n\n## License\n\n[![Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-orange)](./LICENSE.txt)\n\nEmbrace Unity SDK is published under the Apache-2.0 license.\n\nSee the\n[LICENSE](https://github.com/embrace-io/embrace-unity-sdk/blob/main/LICENSE.txt)\nfor full details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembrace-io%2Fembrace-unity-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembrace-io%2Fembrace-unity-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembrace-io%2Fembrace-unity-sdk/lists"}