Assigning multiple sublayers into a single trait #28
Answered
by
nftchef
soulmv
asked this question in
Help + Q&A
-
Hi everyone, "common#75" There are weighted items in each sublayer. Everytime I generate json , it is showing something like " trait : Hair , value: common " Thanks a bunch! |
Beta Was this translation helpful? Give feedback.
Answered by
nftchef
Feb 14, 2022
Replies: 1 comment 2 replies
-
yes, by default sublayer traits inherit the name from the parent folder name. To turn this off, change the following to
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nftchef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, by default sublayer traits inherit the name from the parent folder name. To turn this off, change the following to
false
in config.jsconst useRootTraitType = false;