{"id":13786393,"url":"https://github.com/hiyorin/MemoryInfoPlugin-for-Unity","last_synced_at":"2025-05-11T22:31:11.122Z","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":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-14T13:36:44.194Z","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":"2024-01-25T03:25:45.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213845514,"owners_count":15646788,"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-08-03T19:01:14.995Z","updated_at":"2024-08-03T19:06:05.866Z","avatar_url":"https://github.com/hiyorin.png","language":"C#","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","funding_links":[],"categories":["iOS / Android"],"sub_categories":[],"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"}