From 7a0c266f6da99abe33eb8c765d25cf3ef55335c7 Mon Sep 17 00:00:00 2001 From: memelotsqui Date: Thu, 21 Jul 2022 09:59:22 -0500 Subject: [PATCH 1/2] Update README.md This is the first Push, so there might be some errors, please let me know if you have any problem: Contact: memelotsqui@gmail.com --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd4d857..fc8f6b3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,32 @@ # Unity-GLTF-Exporter Export from unity to glTF +Note: I havent tried on Mac, I will try to add support on later time. + Important Setup -> -1- Make sure to install "Shader Graph" package required to create Images for the exporter: + +1-Clone/copy the full project inside Assets Folder + +2- Make sure to install "Shader Graph" package required to create Images for the exporter: Window -> PackageManager In Unity Registry section, search for shader grraph, and install it. -2- Add Mono_Export To GLTF to the desired parent node to export -3- set at least gltf name, model create folder and export location, and press gltf test build +Using the Exporter + +1- Add script: "Mono_Export To GLTF" to the desired parent node to export + +2- Set at least gltf name, model create folder and export location, and press gltf test build + +Adding custom "extras" + +1- Add script: "Object Node User Extras Mono" to the desired node to add an "extra" attribute + +2- Set desired attributes + +3- When exporting, your gltf file will contain any extra attribute added in Unity + +Support: memelotsqui@gmail.com From 4af54ad8baa28ed3e697fec94da34a74ba95f2e6 Mon Sep 17 00:00:00 2001 From: memelotsqui Date: Thu, 11 Aug 2022 11:48:01 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc8f6b3..7bfef38 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Unity-GLTF-Exporter Export from unity to glTF -Note: I havent tried on Mac, I will try to add support on later time. +Note: I havent tried on Mac (and i dont think its working there), but I will try to add support on later time. Important Setup ->