{"id":13786260,"url":"https://github.com/XJINE/Unity_TransparentWindowManager","last_synced_at":"2025-05-11T22:30:46.847Z","repository":{"id":82326472,"uuid":"71853898","full_name":"XJINE/Unity_TransparentWindowManager","owner":"XJINE","description":"Make Unity's window transparent and overlay on desktop.","archived":false,"fork":false,"pushed_at":"2018-09-10T08:48:44.000Z","size":1202,"stargazers_count":143,"open_issues_count":0,"forks_count":27,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-12T00:02:09.393Z","etag":null,"topics":["assets","unity"],"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/XJINE.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":"2016-10-25T03:01:42.000Z","updated_at":"2025-03-07T02:02:12.000Z","dependencies_parsed_at":"2023-07-08T19:30:10.228Z","dependency_job_id":null,"html_url":"https://github.com/XJINE/Unity_TransparentWindowManager","commit_stats":null,"previous_names":["xjine/unity_transparentwindow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_TransparentWindowManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_TransparentWindowManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_TransparentWindowManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_TransparentWindowManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XJINE","download_url":"https://codeload.github.com/XJINE/Unity_TransparentWindowManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645098,"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":["assets","unity"],"created_at":"2024-08-03T19:01:12.598Z","updated_at":"2025-05-11T22:30:45.933Z","avatar_url":"https://github.com/XJINE.png","language":"C#","readme":"# Unity_TransparentWindowManager\n\nMake Unity's window transparent and overlay on desktop.\n\n![](https://github.com/XJINE/Unity_TransparentWindowManager/blob/master/screenshot.png)\n\n## Import to Your Project\n\nYou can import this asset from UnityPackage.\n\n- [TransparentWindowManager.unitypackage](https://github.com/XJINE/Unity_TransparentWindowManager/blob/master/TransparentWindowManager.unitypackage)\n\n### Dependencies\n\nYou have to import following assets to use this asset.\n\n- [Unity_SingletonMonoBehaviour](https://github.com/XJINE/Unity_SingletonMonoBehaviour)\n\n## How to Use\n\n### Clear Color Settings\n\nTo make transparent window, set ``Camera.ClearFlags`` to ``SolidColor``, and the ``Camera.Background`` to (0,0,0,0).\nWhen set ``Camera.Background to (1,1,1,0)``, the result gets wrong.\n\n## Limitation\n\nThis is for Windows, not works on Mac or any others.\n\nTransparency is ignored when use window mode in some laptop (especially when it use mobile type GPU).\nNeed to use full-screen mode in such case.\n\nIn another way, use command-line option like a following\nand make the popup-window which has more over full-screen resolution.\n\n```\n-popupwindow -screen-width xxxx -screen-height xxxx\n```\n\n### Tearing\n\nSometimes gets tearing and I can't find the cause. However, it is not serious.\n\n### Jaggy\n\nThere is a little jaggy even if use anti-aliasing, especially in low-dpi.\n\n### Anti-Aliasing\n\nSome anti-aliasing shader gets wrong result.\n\n\u003ctable\u003e\n\u003ctr\u003e\u003cth\u003eDLAA\u003c/th\u003e\u003ctd\u003eWrong edges appears in the result.\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003cth\u003eFXAA2\u003c/th\u003e\u003ctd\u003eSome non-transparent pixel gets wrong transparency.\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003cth\u003eFXAA3\u003c/th\u003e\u003ctd\u003eAll of the transparent pixel (in backgrounds) losts the transparency in the result.\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n","funding_links":[],"categories":["Effect"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXJINE%2FUnity_TransparentWindowManager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FXJINE%2FUnity_TransparentWindowManager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXJINE%2FUnity_TransparentWindowManager/lists"}