mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 22:50:08 -05:00
This change optimizes the following points:
(1) Replace linear search for "cashedHumanTraitBoneName" with Dictionary.
(2) Avoid GC alloc in the inner loop.
(2a) Do b.ToString() at the outside of the loop.
(2b) Do x.Replace(" ", "") at once in the static constructor of BoneLimit.
|
||
|---|---|---|
| .. | ||
| UniGLTF | ||
| VRM | ||
| VRM_Samples | ||
| VRM10 | ||
| VRM10_Samples | ||
| VRMShaders | ||
| UniGLTF.meta | ||
| VRM_Samples.meta | ||
| VRM.meta | ||
| VRM10_Samples.meta | ||
| VRM10.meta | ||
| VRMShaders.meta | ||