09-16-2025, 09:37 AM
Hi Boys!
do you have/use a tool for packaging a game/app with its used resources into a folder for distribution/condivision among staff/collaboration members?
Or do you have made one?
I talk about a tool that scans source code and collects the file loaded (Images, sound, music, font) then it creates a folder tree with this resources (or similar tool) .
ie
MainFolder|--->Assets|---->Images|--->SplashScreens
| | |--->SpritesSheets
| | |--->GraphicImageFonts
| | |--->GUI images
| | |--> ICO
| |
| |-----> Sounds|-->Sound & Noise
| | |--> Music
| | |--> Voices
| |
| |----> OS compatible Fontfiles
|
|---> Source Code
do you have/use a tool for packaging a game/app with its used resources into a folder for distribution/condivision among staff/collaboration members?
Or do you have made one?
I talk about a tool that scans source code and collects the file loaded (Images, sound, music, font) then it creates a folder tree with this resources (or similar tool) .
ie
MainFolder|--->Assets|---->Images|--->SplashScreens
| | |--->SpritesSheets
| | |--->GraphicImageFonts
| | |--->GUI images
| | |--> ICO
| |
| |-----> Sounds|-->Sound & Noise
| | |--> Music
| | |--> Voices
| |
| |----> OS compatible Fontfiles
|
|---> Source Code

