From e387eb4de5963ab1ce09f5fbeeae1cd6e90fa9dc Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 24 Feb 2022 19:38:08 +0900 Subject: [PATCH] =?UTF-8?q?VersionDialog=20=E7=99=BA=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VRM10/Samples~/VRM10FirstPersonSample/VRM10RuntimeLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Samples~/VRM10FirstPersonSample/VRM10RuntimeLoader.cs b/Assets/VRM10/Samples~/VRM10FirstPersonSample/VRM10RuntimeLoader.cs index bcd5fd278..3a0feb381 100644 --- a/Assets/VRM10/Samples~/VRM10FirstPersonSample/VRM10RuntimeLoader.cs +++ b/Assets/VRM10/Samples~/VRM10FirstPersonSample/VRM10RuntimeLoader.cs @@ -86,7 +86,7 @@ namespace UniVRM10.FirstPersonSample async Task LoadAsync(string path, VRMShaders.IAwaitCaller awaitCaller) { - var instance = await Vrm10.LoadPathAsync(path); + var instance = await Vrm10.LoadPathAsync(path, awaitCaller: awaitCaller); // VR用 FirstPerson 設定 await instance.Vrm.FirstPerson.SetupAsync(instance.gameObject, awaitCaller);