{"id":20373784,"url":"https://github.com/drumath2237/pretiamap2ply","last_synced_at":"2026-05-07T23:08:09.129Z","repository":{"id":80639305,"uuid":"471077964","full_name":"drumath2237/PretiaMap2PLY","owner":"drumath2237","description":"Unity editor extension for converting and exporting pretia map as ply point cloud ","archived":false,"fork":false,"pushed_at":"2022-03-25T16:47:20.000Z","size":203,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T20:45:40.622Z","etag":null,"topics":["csharp","point-cloud","pretia","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drumath2237.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"drumath2237","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-03-17T17:24:08.000Z","updated_at":"2023-04-30T00:33:54.000Z","dependencies_parsed_at":"2023-03-06T19:45:30.984Z","dependency_job_id":null,"html_url":"https://github.com/drumath2237/PretiaMap2PLY","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drumath2237/PretiaMap2PLY","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drumath2237%2FPretiaMap2PLY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drumath2237%2FPretiaMap2PLY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drumath2237%2FPretiaMap2PLY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drumath2237%2FPretiaMap2PLY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drumath2237","download_url":"https://codeload.github.com/drumath2237/PretiaMap2PLY/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drumath2237%2FPretiaMap2PLY/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32759458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["csharp","point-cloud","pretia","unity"],"created_at":"2024-11-15T01:20:02.340Z","updated_at":"2026-05-07T23:08:09.102Z","avatar_url":"https://github.com/drumath2237.png","language":"C#","funding_links":["https://ko-fi.com/drumath2237"],"categories":[],"sub_categories":[],"readme":"# PretiaMap2PLY\n\n## About\n\nPretiaのマップファイルを.ply点群ファイルに変換するUnityエディタ拡張です。\nCloudCompareとBlender2.79のplyインポータで確認済みです。\n座標系の違いによって初期回転がかかっている可能性があります。\n\n![img](./docs/pointcloud.png)\n\n## Tested Environments\n\n- Windows 10 Home\n- Unity 2020.3.20f1\n- Pretia SDK 0.5.1\n\n## Install\n\n本パッケージはPretia SDKに依存しているので、\nインストールする前にPretia SDKをインストールしてください。\n\n本パッケージのインストールにはUnity Package Manager(UPM)\nを使用します。\n\n### GUIの場合\n\nPretia SDKをインストールしたうえで、\nUPMのウィンドウから「Add package from git URL...」を押下し、\n`https://github.com/drumath2237/PretiaMap2PLY.git?path=/Packages/PretiaMap2PLY`を指定します。\n\n### `manifest.json`を編集する場合\n\n`manifest.json`のdependencyに本パッケージのURLを追記します。\nこの時Pretia SDKよりも下の行にあることを確認してください。\n\n```json :manifest.json\n{\n  \"dependency\":{\n    \"com.pretia.sdk\": \"0.5.1\",\n    \"com.drumath2237.pretiamap2ply\": \"https://github.com/drumath2237/PretiaMap2PLY.git?path=/Packages/PretiaMap2PLY\",\n  }\n}\n```\n\n## Usage\n\n上部のメニューからPretiaMap2PLY＞Export Wizardを選択します。\n\n![img](./docs/menu.png)\n\nするとウィンドウが開くので、\nSelectボタンを押して`.map`ファイルを選択し、Exportボタンで保存場所を選択してエクスポートします。\n\nPretiaのマップは基本的に、`Assets/Pretia/MapGroups/`以下にダウンロードされます。\n\n![img](./docs/window.png)\n\n## Contact\n\n何かございましたら[にー兄さんのTwitter](https://twitter.com/ninisan_drumath)\nまでご連絡ください。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrumath2237%2Fpretiamap2ply","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrumath2237%2Fpretiamap2ply","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrumath2237%2Fpretiamap2ply/lists"}