I am working on a project with a friend, he is doing the majority of the scripting and I am doing the art. We both wanted work in construct at the same time on the same project, so we made two seperate duplicates of teh same project to work on, and then merge files we have a directory structure as follows:
dropbox
../art
../code
../code/his
../code/my
../code/merged
In code there are 3 projects, his project, my project, and a merged project where we take turns combining our efforts.
We copy and paste our event sheets, layouts, and objects to the merged project when we make progress, leaving our files for local changes.
I have been creating the png files in photoshop and saving both the PSD and PNG files in the art folder.
So far everthing as worked fine, we can export as EXE and HTML5 with no issues, but whenever I try to export with appmobi or cocoonjs I get a missing image error. I followed up with Ludei (they looked over my project after I sent them a zip) and they insist it is an issue with either my project or c2.
Before elevating this to a bug I wanted to ask a setup question,
Does the art in the c2 project need to be in the same directory, does importing the png in the project not add it to the project? So do I need to change the directory structure to be
dropbox
../his/code
../his/code/art
../my/code
../my/code/art
../merged/code/
../merged/code/art
I avoided this initially for simplicity and to avoid 3 duplicates of art files that only I am working on, but if this is not possible I would rather tackle this change now before populating the game with all of the objects.