{"id":13786334,"url":"https://github.com/kirevdokimov/Unity-Minimum-Window-Size","last_synced_at":"2025-05-11T22:30:59.485Z","repository":{"id":65564071,"uuid":"196753929","full_name":"kirevdokimov/Unity-Minimum-Window-Size","owner":"kirevdokimov","description":"Set minimum window size for Windows build in Unity","archived":false,"fork":false,"pushed_at":"2019-07-13T19:49:58.000Z","size":1539,"stargazers_count":47,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T05:55:46.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/kirevdokimov.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}},"created_at":"2019-07-13T18:30:01.000Z","updated_at":"2024-08-07T10:11:13.000Z","dependencies_parsed_at":"2023-01-29T20:30:34.322Z","dependency_job_id":null,"html_url":"https://github.com/kirevdokimov/Unity-Minimum-Window-Size","commit_stats":null,"previous_names":["nobinator/unity-minimum-window-size"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirevdokimov%2FUnity-Minimum-Window-Size","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirevdokimov%2FUnity-Minimum-Window-Size/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirevdokimov%2FUnity-Minimum-Window-Size/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirevdokimov%2FUnity-Minimum-Window-Size/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirevdokimov","download_url":"https://codeload.github.com/kirevdokimov/Unity-Minimum-Window-Size/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645103,"owners_count":21941311,"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":[],"created_at":"2024-08-03T19:01:13.939Z","updated_at":"2025-05-11T22:30:54.470Z","avatar_url":"https://github.com/kirevdokimov.png","language":"C#","readme":"# Unity-Minimum-Window-Size\n\nSet minimum window size for Windows build in Unity\n\n![](min-size-0.gif)\n\n# Usage\n\n```c#\nint minWidth = 200;\nint minHeight = 300;\n\nMinimumWindowSize.Set(minWidth, minHeight);\n```\n\nDon't forget to **.Reset()** before quitting,\notherwise application will quit with exception\n```c#\npublic class Example : MonoBehaviour {\n\n    private void OnApplicationQuit(){\n        MinimumWindowSize.Reset();\n    }\n}\n``` \n","funding_links":[],"categories":["Script Utility"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirevdokimov%2FUnity-Minimum-Window-Size","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirevdokimov%2FUnity-Minimum-Window-Size","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirevdokimov%2FUnity-Minimum-Window-Size/lists"}