{"id":14961120,"url":"https://github.com/pyunity/pyunity-gui","last_synced_at":"2025-07-11T03:03:00.969Z","repository":{"id":37410969,"uuid":"369757324","full_name":"pyunity/pyunity-gui","owner":"pyunity","description":"An Editor for PyUnity in the style of the UnityEditor","archived":false,"fork":false,"pushed_at":"2023-09-04T21:35:00.000Z","size":1060,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T13:48:40.422Z","etag":null,"topics":["python","pyunity","unity","unity-editor","unity-engine"],"latest_commit_sha":null,"homepage":"","language":"Python","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/pyunity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-22T08:34:41.000Z","updated_at":"2024-11-22T20:11:30.000Z","dependencies_parsed_at":"2024-09-22T12:01:56.410Z","dependency_job_id":"7d601137-fa09-4dcc-abad-103520dbcd37","html_url":"https://github.com/pyunity/pyunity-gui","commit_stats":{"total_commits":354,"total_committers":3,"mean_commits":118.0,"dds":0.03389830508474578,"last_synced_commit":"6cb5098e81d7eee75a1d36b89816d24ca6e00793"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pyunity/pyunity-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyunity%2Fpyunity-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyunity%2Fpyunity-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyunity%2Fpyunity-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyunity%2Fpyunity-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyunity","download_url":"https://codeload.github.com/pyunity/pyunity-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyunity%2Fpyunity-gui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264719228,"owners_count":23653540,"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":["python","pyunity","unity","unity-editor","unity-engine"],"created_at":"2024-09-24T13:23:54.956Z","updated_at":"2025-07-11T03:03:00.635Z","avatar_url":"https://github.com/pyunity.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyUnity Editor\n\n[![License](https://img.shields.io/pypi/l/pyunity-editor.svg?logo=python\u0026logoColor=FBE072)](https://github.com/pyunity/pyunity-gui/blob/master/LICENSE)\n[![PyPI version](https://img.shields.io/pypi/v/pyunity-editor.svg?logo=python\u0026logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui)\n[![Python version](https://img.shields.io/pypi/pyversions/pyunity-editor.svg?logo=python\u0026logoColor=FBE072)](https://pypi.python.org/pypi/pyunity-gui)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/pyunity/pyunity-gui.svg?logo=lgtm)](https://lgtm.com/projects/g/pyunity/pyunity-gui/context:python)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/pyunity/pyunity-gui.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/pyunity/pyunity-gui/alerts/)\n[![Discord](https://img.shields.io/discord/835911328693616680?logo=discord\u0026label=discord)](https://discord.gg/zTn48BEbF9)\n[![Gitter](https://badges.gitter.im/pyunity/community.svg)](https://gitter.im/pyunity/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![GitHub Repo stars](https://img.shields.io/github/stars/pyunity/pyunity-gui?logo=github)](https://github.com/pyunity/pyunity-gui/stargazers)\n\nThis is a pure Python editor to make [PyUnity](https://github.com/pyunity/pyunity) projects.\nPyUnity is a pure Python Game Engine that is only inspired by Unity and does not contain or is not a binding for Unity itself.\nTherefore, PyUnity Editor is also completely seperate from UnityEditor.\n\n## Installing\n\nThe PyPi package does not work with the latest releases of PyUnity, and as such the best way\nto use this editor is to clone this editor and regularly run `git pull` to update. From the repo,\nrunning `python -m pyunity_editor ProjectPath/` will work. To create a new project, run\n`python -m pyunity_editor --new ProjectPath/`. Note that this editor also relies on the `develop` branch\nof PyUnity, which can be fetched with `install.py`. Run this periodically in case of any errors.\n\nA full run would look something like this:\n\n```\ngit clone https://github.com/pyunity/pyunity-gui/\ncd pyunity-gui/\npython install.py\npython -m pip install -r requirements.txt\npython -m pyunity_editor --new ProjectPath/\n```\n\n## Contributing\n\nIf you would like to contribute, please\nfirst see the [contributing guidelines](https://github.com/pyunity/pyunity-gui/blob/master/contributing.md),\ncheck out the latest [issues](https://github.com/pyunity/pyunity-gui/issues)\nand then make a [pull request](https://github.com/pyunity/pyunity-gui/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyunity%2Fpyunity-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyunity%2Fpyunity-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyunity%2Fpyunity-gui/lists"}