├── .gitignore ├── LICENSE ├── MeshTransferToolEditor.cs ├── README.md └── UnityMeshTransferTool-Cascadian.unitypackage /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.meta 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Unity-Mesh-Transfer-Utility/HEAD/LICENSE -------------------------------------------------------------------------------- /MeshTransferToolEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Unity-Mesh-Transfer-Utility/HEAD/MeshTransferToolEditor.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Unity-Mesh-Transfer-Utility/HEAD/README.md -------------------------------------------------------------------------------- /UnityMeshTransferTool-Cascadian.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CascadianVR/Unity-Mesh-Transfer-Utility/HEAD/UnityMeshTransferTool-Cascadian.unitypackage --------------------------------------------------------------------------------