You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on creating a template pack with item templates, using TemplateBuilder and SideWaffle.
So far, I've managed to get some templates created, and installed alright.
My challenge is that I can only create a folder structure that is one folder deep - that is, all my templates are placed in the same folder. I was hoping to be able to have a deeper heirachy:
MyCompanyName
CategoryOneTemplates
templateOne
TemplateTwo
CategoryTwoTemplates
TemplateThree
TemplateFour
It seems that any folderstructure I create in the "ItemTemplates" folder is simply ignored, apart from first child level Folders.
setting "ls-TemplateSubFolder" in template-builder.props lets me define a folder name that is identical for the lowest levels in the folder hierarchy, but that's not really what I'm looking for.
Is there a simple way to achieve a deeper structure?
The text was updated successfully, but these errors were encountered:
I'm working on creating a template pack with item templates, using TemplateBuilder and SideWaffle.
So far, I've managed to get some templates created, and installed alright.
My challenge is that I can only create a folder structure that is one folder deep - that is, all my templates are placed in the same folder. I was hoping to be able to have a deeper heirachy:
It seems that any folderstructure I create in the "ItemTemplates" folder is simply ignored, apart from first child level Folders.
setting "ls-TemplateSubFolder" in template-builder.props lets me define a folder name that is identical for the lowest levels in the folder hierarchy, but that's not really what I'm looking for.
Is there a simple way to achieve a deeper structure?
The text was updated successfully, but these errors were encountered: