From 20f37b6c6cdb14bfcff3a6de3c9a1a85a3eb053f Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 19 Feb 2025 01:00:04 -0800 Subject: Begin NDMF integration It mostly works. Weight parameter is being set to 0 which is causing it to not work. Easy enough to fix! TODO: * animations should stay in memory, never save to disk unless debugging * YOTS_weight param should be set to 1 * Generally clean up, so much "if null keep going" bullshit --- YOTSNDMFConfig.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 YOTSNDMFConfig.cs (limited to 'YOTSNDMFConfig.cs') diff --git a/YOTSNDMFConfig.cs b/YOTSNDMFConfig.cs new file mode 100644 index 0000000..baf92b8 --- /dev/null +++ b/YOTSNDMFConfig.cs @@ -0,0 +1,11 @@ +using UnityEngine; +using VRC.SDK3.Avatars.ScriptableObjects; + +namespace YOTS +{ + public class YOTSNDMFConfig : MonoBehaviour + { + [Tooltip("The JSON configuration file.")] + public TextAsset jsonConfig; + } +} -- cgit v1.2.3