mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 15:11:43 -05:00
Set externalData as initial value.
This commit is contained in:
parent
d9e4a744a6
commit
da66cf768f
|
|
@ -40,6 +40,7 @@ namespace UniVRM10.FastSpringBones.System
|
|||
Profiler.BeginSample("FastSpringBone.ConstructBuffers");
|
||||
|
||||
_externalData = new NativeArray<BlittableExternalData>(1, Allocator.Persistent);
|
||||
ExternalData = externalData;
|
||||
|
||||
// Transformの列挙
|
||||
Profiler.BeginSample("FastSpringBone.ConstructBuffers.ConstructTransformBuffer");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user