TypeError: Cannot read property 'split' of undefined #292
Unanswered
Heimdallionaire
asked this question in
Help + Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Unable to nest folders without 'TypeError'. With basic folder structure, Type folders only, it runs fine but as soon as the imagers are put into a folder inside, it errors. Have tested with/without spaces, #'s, and isolated to single image. Also tried recreating the example from README docs (Common#70 & Rare#30 folders)
Works:
|__Background
--|__BG1.png
--|__BG2.png
|__Outfit
--|__jacket1#50.png
--|__jacket2#50.png
Doesn't Work:
|__Background Layer Folder
--|__BG1.png
--|__BG2.png
|__Outfit Layer Folder
--|__Outfit Layer subfolder
----|__jacket1#50.png
----|__jacket2#50.png
Beta Was this translation helpful? Give feedback.
All reactions