From 10dafaab49fa7bb85e68ad628bbe2e25813f0ce6 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 24 Jan 2025 22:00:02 +0900 Subject: [PATCH] springboneRuntime --- Assets/VRM10/Runtime/IO/Vrm10.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Assets/VRM10/Runtime/IO/Vrm10.cs b/Assets/VRM10/Runtime/IO/Vrm10.cs index a797df092..1008602fa 100644 --- a/Assets/VRM10/Runtime/IO/Vrm10.cs +++ b/Assets/VRM10/Runtime/IO/Vrm10.cs @@ -99,7 +99,8 @@ namespace UniVRM10 IMaterialDescriptorGenerator materialGenerator = null, VrmMetaInformationCallback vrmMetaInformationCallback = null, CancellationToken ct = default, - ImporterContextSettings importerContextSettings = null) + ImporterContextSettings importerContextSettings = null, + IVrm10SpringBoneRuntime springboneRuntime = null) { awaitCaller ??= Application.isPlaying ? new RuntimeOnlyAwaitCaller() @@ -116,7 +117,8 @@ namespace UniVRM10 materialGenerator, vrmMetaInformationCallback, ct, - importerContextSettings); + importerContextSettings, + springboneRuntime); } ///