├── Blender └── io_import_unity.py ├── Editor ├── Mesh2BPY.cs └── UnpackAssets.cs ├── LICENSE.md └── README.md /Blender/io_import_unity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ata4/unity-editor-utils/HEAD/Blender/io_import_unity.py -------------------------------------------------------------------------------- /Editor/Mesh2BPY.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ata4/unity-editor-utils/HEAD/Editor/Mesh2BPY.cs -------------------------------------------------------------------------------- /Editor/UnpackAssets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ata4/unity-editor-utils/HEAD/Editor/UnpackAssets.cs -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ata4/unity-editor-utils/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ata4/unity-editor-utils/HEAD/README.md --------------------------------------------------------------------------------