{"id":16122699,"url":"https://github.com/varneon/unityfbx-to-blender-importer","last_synced_at":"2025-03-18T11:30:53.443Z","repository":{"id":43188458,"uuid":"449613846","full_name":"Varneon/UnityFBX-To-Blender-Importer","owner":"Varneon","description":"Unity Editor extension for importing FBX models from Unity into Blender using Python expressions","archived":false,"fork":false,"pushed_at":"2024-01-14T11:23:50.000Z","size":52,"stargazers_count":42,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T19:53:55.139Z","etag":null,"topics":["blender","fbx","unity","unity-editor"],"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/Varneon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"Varneon"}},"created_at":"2022-01-19T08:47:28.000Z","updated_at":"2025-02-28T10:03:23.000Z","dependencies_parsed_at":"2024-01-14T12:25:52.215Z","dependency_job_id":"b631ebf6-1ab5-44ad-94fe-c00298b94427","html_url":"https://github.com/Varneon/UnityFBX-To-Blender-Importer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityFBX-To-Blender-Importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityFBX-To-Blender-Importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityFBX-To-Blender-Importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Varneon%2FUnityFBX-To-Blender-Importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Varneon","download_url":"https://codeload.github.com/Varneon/UnityFBX-To-Blender-Importer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244210896,"owners_count":20416545,"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":["blender","fbx","unity","unity-editor"],"created_at":"2024-10-09T21:13:28.279Z","updated_at":"2025-03-18T11:30:52.385Z","avatar_url":"https://github.com/Varneon.png","language":"C#","funding_links":["https://patreon.com/Varneon"],"categories":[],"sub_categories":[],"readme":"# UnityFBX-To-Blender-Importer\n### Unity Editor extension for importing FBX models from Unity into Blender using Python expressions\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Varneon/UnityFBX-To-Blender-Importer?style=for-the-badge)\n[![GitHub](https://img.shields.io/github/license/Varneon/UnityFBX-To-Blender-Importer?color=blue\u0026style=for-the-badge)](https://github.com/Varneon/UnityFBX-To-Blender-Importer/blob/main/LICENSE)\n[![GitHub Repo stars](https://img.shields.io/github/stars/Varneon/UnityFBX-To-Blender-Importer?style=for-the-badge)](https://github.com/Varneon/UnityFBX-To-Blender-Importer/stargazers)\n[![GitHub all releases](https://img.shields.io/github/downloads/Varneon/UnityFBX-To-Blender-Importer/total?color=blue\u0026style=for-the-badge)](https://github.com/Varneon/UnityFBX-To-Blender-Importer/releases)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Varneon/UnityFBX-To-Blender-Importer?color=blue\u0026label=Release\u0026sort=semver\u0026style=for-the-badge)](https://github.com/Varneon/UnityFBX-To-Blender-Importer/releases/latest)\n\n\u003c/div\u003e\n\nBlender FBX Importer is a Unity Editor extension that allows you to import FBX models directly into Blender from Unity by running Blender executable with Python expression arguments.\n\nSimply right click an FBX model file in your Unity Editor's Project window and click `Import FBX to Blender` to open the prompt\n\n![image](https://user-images.githubusercontent.com/26690821/150553527-03878b6d-8306-4a48-9d2f-2cee3d5b33f8.png)\n\n![image](https://user-images.githubusercontent.com/26690821/144789473-bbc7d84e-059b-43ed-86ec-6d6036101f78.png)\n\nIf you only need the Python code for importing the model(s) yourself through Blender's console, you also have the option to only copy the code.\n\n---\n\n# Compatibility Notice\n\nThis extension has so far only been tested in **Unity 2019.4.31f1** and **Blender 2.9 - 3.2**. If you have issues using it in other versions, please let me know so I can look into adding compatibility for them.\n\n---\n\n# How to install and use FBX Importer\n\n## Installation via Unity Package Manager (git):\n- Navigate to your toolbar: `Window` \u003e `Package Manager` \u003e `[+]` \u003e `Add package from git URL...` and type in: `https://github.com/Varneon/UnityFBX-To-Blender-Importer.git?path=/Packages/com.varneon.fbx-to-blender-importer`\n\n## Installation via Unitypackage:\n1. Download latest Unitypackage from [here](https://github.com/Varneon/UnityFBX-To-Blender-Importer/releases/latest)\n2. Import the downloaded Unitypackage into your Unity project\n\n## Usage:\n* Right click a single or multiple FBX assets and select `Import FBX to Blender` (After the importer window has been opened, you can also drag \u0026 drop model files into the window)\n\n# Additional recommended repositories\n\n### Recommended Blender addon for exporting FBX models from Blender to Unity: https://github.com/EdyJ/blender-to-unity-fbx-exporter\n\n\u003cdiv align=\"center\"\u003e\n\n## Developed by Varneon with :hearts:\n\n[![Twitter Follow](https://img.shields.io/static/v1?style=for-the-badge\u0026label=@Varneon\u0026message=4.9K\u0026color=1b9df0\u0026logo=twitter)](https://twitter.com/Varneon)\n[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCKTxeXy7gyaxr-YA9qGWOYg?color=%23FF0000\u0026label=Varneon\u0026logo=YouTube\u0026style=for-the-badge)](https://www.youtube.com/Varneon)\n[![GitHub followers](https://img.shields.io/github/followers/Varneon?color=%23303030\u0026label=Varneon\u0026logo=GitHub\u0026style=for-the-badge)](https://github.com/Varneon)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarneon%2Funityfbx-to-blender-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarneon%2Funityfbx-to-blender-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarneon%2Funityfbx-to-blender-importer/lists"}