{"id":22104753,"url":"https://github.com/hiyorin/memoryinfoplugin-for-unity","last_synced_at":"2025-07-16T07:43:17.073Z","repository":{"id":176464740,"uuid":"144316170","full_name":"hiyorin/MemoryInfoPlugin-for-Unity","owner":"hiyorin","description":"A set of tools for Unity to allow handling memory info for Android and iOS.","archived":false,"fork":false,"pushed_at":"2019-02-11T16:53:36.000Z","size":29,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T05:35:06.297Z","etag":null,"topics":["android","ios","memory-profiler","native-plugin","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-08-10T17:44:50.000Z","updated_at":"2025-02-03T23:45:35.000Z","dependencies_parsed_at":"2024-01-17T05:48:19.584Z","dependency_job_id":"4c34778e-1121-49a1-9772-d7b3ae76fda4","html_url":"https://github.com/hiyorin/MemoryInfoPlugin-for-Unity","commit_stats":null,"previous_names":["hiyorin/memoryinfoplugin-for-unity"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hiyorin/MemoryInfoPlugin-for-Unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FMemoryInfoPlugin-for-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FMemoryInfoPlugin-for-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FMemoryInfoPlugin-for-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FMemoryInfoPlugin-for-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiyorin","download_url":"https://codeload.github.com/hiyorin/MemoryInfoPlugin-for-Unity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiyorin%2FMemoryInfoPlugin-for-Unity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265493058,"owners_count":23776175,"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":["android","ios","memory-profiler","native-plugin","unity"],"created_at":"2024-12-01T06:34:29.448Z","updated_at":"2025-07-16T07:43:17.040Z","avatar_url":"https://github.com/hiyorin.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MemoryInfoPlugin-for-Unity\nA set of tools for Unity to allow handling memory info for Android and iOS.\n\n# Install\n## unitypackage\nMemoryInfoPlugin-for-Unity.unitypackage\n\n## package manager\nSpecify repository URL git://github.com/hiyorin/upm.MemoryInfoPlugin-for-Unity.git with key com.hiyorin.memoryinfo into Packages/manifest.json like below.\n```javascript\n{\n  \"dependencies\": {\n    // ...\n    \"com.hiyorin.memoryinfo\": \"git://github.com/hiyorin/upm.MemoryInfoPlugin-for-Unity.git\",\n    // ...\n  }\n}\n```\n\n\n# Usage\n```cs\nusing MemoryInfo;\n```\n\n#### Example\n```cs\npublic void Example()\n{\n  var plugin = new MemoryInfoPlugin();\n  var info = plugin.GetMemoryInfo();\n  var text = string.Format(\"{0}/{1} KB ({2}%)\", info.UsedSize, info.TotalSize, (int)(100f * info.UsedSize / info.TotalSize));\n  Debug.Log(text);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiyorin%2Fmemoryinfoplugin-for-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiyorin%2Fmemoryinfoplugin-for-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiyorin%2Fmemoryinfoplugin-for-unity/lists"}