{"id":15287953,"url":"https://github.com/filipemeneses/unity-to-json-threejs-parser","last_synced_at":"2026-02-18T03:02:07.386Z","repository":{"id":193611484,"uuid":"689166349","full_name":"filipemeneses/unity-to-json-threejs-parser","owner":"filipemeneses","description":"Node.js and browser package to parser unity-to-json files into THREE.js instances","archived":false,"fork":false,"pushed_at":"2023-09-15T00:09:57.000Z","size":1503,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T12:49:08.048Z","etag":null,"topics":["three-js","threejs","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/filipemeneses.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-09T01:16:54.000Z","updated_at":"2023-11-22T06:51:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"69d5fca7-3539-4fb1-bb21-65a425783803","html_url":"https://github.com/filipemeneses/unity-to-json-threejs-parser","commit_stats":null,"previous_names":["filipemeneses/unity-to-json-threejs-parser"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/filipemeneses/unity-to-json-threejs-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipemeneses%2Funity-to-json-threejs-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipemeneses%2Funity-to-json-threejs-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipemeneses%2Funity-to-json-threejs-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipemeneses%2Funity-to-json-threejs-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipemeneses","download_url":"https://codeload.github.com/filipemeneses/unity-to-json-threejs-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipemeneses%2Funity-to-json-threejs-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29566644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T00:47:08.760Z","status":"online","status_checked_at":"2026-02-18T02:00:09.468Z","response_time":162,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["three-js","threejs","unity","unity3d"],"created_at":"2024-09-30T15:40:02.722Z","updated_at":"2026-02-18T03:02:07.370Z","avatar_url":"https://github.com/filipemeneses.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unity-to-json-threejs-parser\n\nNode.js and browser package to parser [unity-to-json](https://github.com/filipemeneses/unity-to-json) files into THREE.js instances\n\n---\n\n[![npm package][npm-img]][npm-url]\n[![Build Status][build-img]][build-url]\n[![Issues][issues-img]][issues-url]\n[![Code Coverage][codecov-img]][codecov-url]\n[![Commitizen Friendly][commitizen-img]][commitizen-url]\n[![Semantic Release][semantic-release-img]][semantic-release-url]\n\n\n## Install\n\n```bash\nnpm install unity-to-json-threejs-parser\n```\n\n```bash\nyarn add unity-to-json-threejs-parser\n```\n\n## Usage\n\n```js\nimport * as THREE from 'three';\nimport { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';\nimport unityScene from './unity-scene.json'; // generated using unity-to-json\n\nconst parseUnityJsonToThreejs = createUnityJsonToThreeJsParser({\n    THREE,\n    GLTFLoader\n});\nconst instances = await parseUnityJsonToThreejs('MyScene', unityContext);\n\ninstance.forEach(threejsItem =\u003e {\n    if (threejsItem instanceof THREE.Group) {\n        // add to scene\n        // scene.add(threeJsGroup)\n    }\n})\n```\n\n## Examples\n\n- See [https://github.com/filipemeneses/svelte-vite-unity-threejs](https://github.com/filipemeneses/svelte-vite-unity-threejs)\n\n[build-img]:https://github.com/filipemeneses/unity-to-json-threejs-parser/actions/workflows/release.yml/badge.svg\n[build-url]:https://github.com/filipemeneses/unity-to-json-threejs-parser/actions/workflows/release.yml\n[downloads-img]:https://img.shields.io/npm/dt/unity-to-json-threejs-parser\n[npm-img]:https://img.shields.io/npm/v/unity-to-json-threejs-parser\n[npm-url]:https://www.npmjs.com/package/unity-to-json-threejs-parser\n[issues-img]:https://img.shields.io/github/issues/filipemeneses/unity-to-json-threejs-parser\n[issues-url]:https://github.com/filipemeneses/unity-to-json-threejs-parser/issues\n[codecov-img]:https://codecov.io/gh/filipemeneses/unity-to-json-threejs-parser/branch/main/graph/badge.svg\n[codecov-url]:https://codecov.io/gh/filipemeneses/unity-to-json-threejs-parser\n[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg\n[semantic-release-url]:https://github.com/semantic-release/semantic-release\n[commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg\n[commitizen-url]:http://commitizen.github.io/cz-cli/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipemeneses%2Funity-to-json-threejs-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipemeneses%2Funity-to-json-threejs-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipemeneses%2Funity-to-json-threejs-parser/lists"}