mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Add cdi3.json support for l2d export (beta)
This commit is contained in:
@ -14,6 +14,7 @@ namespace CubismLive2DExtractor
|
||||
FadeMotion,
|
||||
Expression,
|
||||
Physics,
|
||||
DisplayInfo,
|
||||
}
|
||||
|
||||
public static string ParsePhysics(OrderedDictionary physicsDict)
|
||||
@ -143,6 +144,9 @@ namespace CubismLive2DExtractor
|
||||
case CubismMonoBehaviourType.Physics:
|
||||
fieldName = "_rig";
|
||||
break;
|
||||
case CubismMonoBehaviourType.DisplayInfo:
|
||||
fieldName = "name";
|
||||
break;
|
||||
}
|
||||
if (m_Type.m_Nodes.FindIndex(x => x.m_Name.ToLower() == fieldName) < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user