Cocos Studio publish only a single scene?

Is there anyway to setup Cocos Studio to only publish the current Scene I’m working on? Right now it exports all the scenes and layers that are in the Resources view.

I don’t think that is possible for now. In any case, I don’t think exporting everything will affect your testing in any way.

Unfortunately there seems to be a bug when someone else makes a change to a scene and checks it into version control. Everyone else on the team needs to make sure to open the file before publishing anything else or the old version gets published for some reason. Source control also seems to mark files publish files as changed even if they haven’t been so when you go to commit things you need to remember what you’ve changed. This is hard when you’re doing bulk changes.

Sorry to hear that happen to you. These sort of things do not happen to me. What version control are you using? I think this problem is not present when Git and the latest Cocos is used.

We’re using SVN on the latest Cocos Studio. We do have issues getting the ccs project file merging as well. SVN says it merges it but sometimes the resources don’t get added.