{"id":22104758,"url":"https://github.com/hiyorin/systemvolumeplugin-for-unity","last_synced_at":"2025-07-25T02:31:39.350Z","repository":{"id":176457365,"uuid":"142777853","full_name":"hiyorin/SystemVolumePlugin-for-Unity","owner":"hiyorin","description":"A set of tools for Unity to allow handling system volume for Android and iOS.","archived":false,"fork":false,"pushed_at":"2020-04-02T13:04:50.000Z","size":173,"stargazers_count":22,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T06:38:25.768Z","etag":null,"topics":["android","ios","unity"],"latest_commit_sha":null,"homepage":null,"language":"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/hiyorin.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}},"created_at":"2018-07-29T16:43:18.000Z","updated_at":"2024-10-30T22:35:45.000Z","dependencies_parsed_at":"2024-01-17T05:48:18.886Z","dependency_job_id":"0d710e81-6e1c-4bf8-b2a0-c80e03488ddd","html_url":"https://github.com/hiyorin/SystemVolumePlugin-for-Unity","commit_stats":null,"previous_names":["hiyorin/systemvolumeplugin-for-unity"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hiyorin/SystemVolumePlugin-for-Unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FSystemVolumePlugin-for-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FSystemVolumePlugin-for-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FSystemVolumePlugin-for-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FSystemVolumePlugin-for-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiyorin","download_url":"https://codeload.github.com/hiyorin/SystemVolumePlugin-for-Unity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FSystemVolumePlugin-for-Unity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266944272,"owners_count":24010485,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","ios","unity"],"created_at":"2024-12-01T06:34:31.448Z","updated_at":"2025-07-25T02:31:39.035Z","avatar_url":"https://github.com/hiyorin.png","language":"C#","readme":"# SystemVolumePlugin-for-Unity\nA set of tools for Unity to allow handling system volume for Android and iOS.\n\n# Install\nSystemVolumePlugin-for-Unity.unitypackage\n\n# Usage\n```cs\nusing SystemVolume;\n```\n\n#### Example: Get/Set\n```cs\npublic void Example()\n{\n  var controller = new SystemVolumeController();\n  controller.Volume = 0.5f;\n  Debug.Log(controller.Volume);\n}\n```\n\n#### Example: Callback when the volume buttons is pressed\n```cs\npublic void Example()\n{\n  var controller = new SystemVolumeController();\n  controller.OnChangeVolume = volume =\u003e {\n    Debug.Log(volume);\n  };\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiyorin%2Fsystemvolumeplugin-for-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiyorin%2Fsystemvolumeplugin-for-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiyorin%2Fsystemvolumeplugin-for-unity/lists"}