Game Development Community

iTGB v1.2 - Creating a new project on OS X can result in a un-runnable project.

by Dave Calabrese · in iTorque 2D · 05/12/2009 (9:56 pm) · 1 replies

If you create a new project in iTGB, and give that project a name that has spaces in it, then iTGB will create project folder that has spaces in it. So if I create a project named "My Project", and tell it to save in the folder "/myProject", I will end up with a directory structure of "/myProject/My Project/". This results in a unplayable game as we get errors caused by running the game from a directory that contains spaces. This can be fixed by hand by renaming the directories to be "/myProject/My_Project".