{"id":19491757,"url":"https://github.com/rudderlabs/rudder-sdk-unity","last_synced_at":"2025-07-13T17:08:23.395Z","repository":{"id":41812896,"uuid":"215239475","full_name":"rudderlabs/rudder-sdk-unity","owner":"rudderlabs","description":"Repo for RudderStack's Unity SDK. RudderStack is an open-source, warehouse-first Customer Data Pipeline and Segment-alternative. It collects and routes clickstream data and builds your customer data lake on your data warehouse.","archived":false,"fork":false,"pushed_at":"2024-01-22T21:55:54.000Z","size":93877,"stargazers_count":4,"open_issues_count":4,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-13T17:05:35.269Z","etag":null,"topics":["analytics","open-source","unity","unity3d-plugin"],"latest_commit_sha":null,"homepage":"https://www.rudderstack.com","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudderlabs.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-15T07:52:37.000Z","updated_at":"2023-12-14T18:41:31.000Z","dependencies_parsed_at":"2024-01-22T23:00:57.953Z","dependency_job_id":null,"html_url":"https://github.com/rudderlabs/rudder-sdk-unity","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rudderlabs/rudder-sdk-unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-sdk-unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-sdk-unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-sdk-unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-sdk-unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudderlabs","download_url":"https://codeload.github.com/rudderlabs/rudder-sdk-unity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-sdk-unity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265175560,"owners_count":23722659,"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":["analytics","open-source","unity","unity3d-plugin"],"created_at":"2024-11-10T21:18:01.982Z","updated_at":"2025-07-13T17:08:23.361Z","avatar_url":"https://github.com/rudderlabs.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is RudderStack?\n\n[RudderStack](https://rudderstack.com/) is a **customer data pipeline** tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.\n\nMore information on RudderStack can be found [here](https://github.com/rudderlabs/rudder-server).\n\n## Getting Started with Unity SDK\n\nDownload the SDK plugin file: ```rudder-sdk-unity.unitypackage``` from the ```SDK``` directory and import it in your project.\n\n## Initialize ```RudderClient```\n\nPut this code under the ```Awake``` method of your main scene.\n\n```\nRudderConfig config = new RudderConfigBuilder()\n.WithDataPlaneUrl(\u003cDATAPLANE_URI\u003e)\n.Build();\nRudderClient rudderClient = RudderClient.GetInstance(\u003cWRITE_KEY\u003e, config);\n```\n\n## Send Events\n\nA simple track event is as shown: \n\n```\nRudderMessage message = new RudderMessageBuilder()\n  .WithEventName(\"test_event_name\")\n  .WithEventProperty(\"test_key_1\", \"test_value_1\")\n  .WithEventProperty(\"test_key_2\", \"test_value_2\")\n  .WithUserProperty(\"test_user_key_1\", \"test_user_value_1\")\n  .WithUserProperty(\"test_user_key_2\", \"test_user_value_2\")\n  .Build();\nrudderClient.Track(message);\n```\n\nOther supported methods are ```Screen``` and ```Identify```.\n\nFor more details, check out our [documentation](https://docs.rudderstack.com/rudderstack-sdk-integration-guides/getting-started-with-unity-sdk).\n\n## Contact Us\n\nIf you come across any issues while using the RudderStack Unity SDK, please feel free to [contact us](https://rudderstack.com/contact/) or start a conversation on our [Slack](https://resources.rudderstack.com/join-rudderstack-slack) channel. We will be happy to help you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-sdk-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudderlabs%2Frudder-sdk-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-sdk-unity/lists"}