-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
In 1.20 we have:
"FatherJackV2": {
"Generation": "RL_CC3_Plus",
"Physics": {
"Shadow_Catcher": {},
"Preview_Camera": {},
"Father_Jack": {
"Collision Shapes": {
"CC_Base_Hip": {
},
...
In 1.10, however, the Physics / Collision Shapes hierarchy is reversed:
"Object": {
"David": {
"Generation": "",
"Physics": {
"Collision Shapes": {
"CC_Base_Hip": {
...
},
"Misc": { }
}
The current parser is only supporting the 1.10 model, 1.20 fails and no colliders nor cloth is generated. For me, this currently means that CC3+ characters cannot get working clothes.
I suspect there are more changes because JSON schema versioning is just not supported at all in the source code.
Metadata
Metadata
Assignees
Labels
No labels