Game Development Community

"Invalid Scene specified for Startup Scene"

by Anthony Perez · in iTorque 2D · 05/08/2009 (4:08 pm) · 1 replies

I'm new to iTGB. I start a new project in the editor and place something simple like a text item on it. I save the scene in my game/data/levels directory. When I try to build the game, and I pick my scene from the file picker, I get this error when I clikc "Build". I am able to open/build/Xcode/run the tutorial project and get it running on my iPhone. I'm only having trouble trying to create my own project from scratch.

#1
05/08/2009 (4:48 pm)
I figured it out. I was starting iTGB by clicking on the main executable in the install directory. If I create a new project, then restart iTGB by clicking on the project file in my new project directory, it seems to working when I pick a scene file in the same project directory. Maybe by starting iTGB the way I was doing it was causing some paths to be messed up. Maybe there is a better way to start new projects that I'll discover over time.