I’m making a plugin that allows me to upload a location to github.
But I don’t know what to do with the folder hierarchy.
Which hierarchy would you like?
Idea 1:
-+[workspace]
--+[Script]
---+Parent.lua
---+Parent.property
---+[ScriptInScript]
----+Parent.lua
----+Parent.property
Idea 2:
-+[workspace]
--+[Script]
---+[ScriptInScript]
---+ScriptInScript.lua
---+ScriptInScript.property
--+Script.lua
--+Script.property
- Idea 1
- Idea 2
- Other (reply)
0 voters