mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-22 02:00:59 -05:00
springboneRuntime
This commit is contained in:
parent
239841f519
commit
10dafaab49
|
|
@ -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);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user