- May 5, 2021
- 226
- 492
Seems like something you should be able to google but it's not... Which may make this a stupid question.
When building distributions for my game I select windows/linux and mac. For the second time in a row I've had complaints that the mac version isn't playable.
Can anyone tell me if I need a mac to build a mac distribution? Or what do I need to do?
The second issue is that it removes empty folders when I build distributions. That's cool, but I need those empty folders for players to drop their files into.
The game must loop through these folders to look for any images/animations that the player has added, and the game will crash if a potentially empty folder is missing.
I could put 30+ insignificant files in these folders to keep them from being empty, but I'd prefer a neat solution.
Thank you for your time!
When building distributions for my game I select windows/linux and mac. For the second time in a row I've had complaints that the mac version isn't playable.
Can anyone tell me if I need a mac to build a mac distribution? Or what do I need to do?
The second issue is that it removes empty folders when I build distributions. That's cool, but I need those empty folders for players to drop their files into.
The game must loop through these folders to look for any images/animations that the player has added, and the game will crash if a potentially empty folder is missing.
I could put 30+ insignificant files in these folders to keep them from being empty, but I'd prefer a neat solution.
Thank you for your time!