Playmaker Forum

PlayMaker News => General Discussion => Topic started by: David on February 26, 2013, 04:38:49 AM

Title: Workflow when using playmaker with SVN ?
Post by: David on February 26, 2013, 04:38:49 AM
Hi, I'm trying to understand the workflow when using playmaker in a collaborative project shared on a svn server (my friend has a playmaker licence too of course).

I've done some searches on this forum and it seems that it isn't possible to merge everything as there is some binary files involved. I can understand that it would be a HUDGE work to make everything work and it would be for some kind of "pro" version of playmaker as Jean said in another post. But if someone can give me some tips on what is easily "sharable" with svn or not, it would be nice :)
Title: Re: Workflow when using playmaker with SVN ?
Post by: kiriri on February 26, 2013, 09:50:19 AM
Do you have unity pro? It natively supports most repositories. I've tried it on git, and had no problems with playmaker.
Title: Re: Workflow when using playmaker with SVN ?
Post by: David on February 26, 2013, 10:01:22 AM
I have it at work (and I didn't found a good excuse for my boss to buy a playmaker licence there ... yet  ;D... (But I will find one as soon as we have a new unity related project  ::)), but not at home and my friend doesn't have Pro neither, so we're staying on unity free at the moment.

Since 3.5 unity supports version control even with the free version for things like assets and sceneries, but I'm not sure about what will happens with playmaker FSMs, what would cause conflicts and what wouldn't. I'll have to give it a try but I'd prefer to have some "official" answer than discover corrupted files after some commits/updates :).
Title: Re: Workflow when using playmaker with SVN ?
Post by: jeanfabre on February 26, 2013, 12:10:50 PM
Hi,

 I am using svn and git on various projects, and it's fine. Only you can't diff playmaker fsm's, and you can't diff prefabs, nor scenes and stuff like that, but that's ok if you commit often.

 The photon code and demos are hosted currently on svn, and that works ok too.

bye,

 Jean
Title: Re: Workflow when using playmaker with SVN ?
Post by: Jake on February 27, 2013, 02:51:14 AM
I'm interested in using GIT with Unity as well, so far I only used SVN at work for C# projects. How do you interact with GIT? Do you push/pull using one of the default tools for your OS or do you use a Unity integrated solution?
Title: Re: Workflow when using playmaker with SVN ?
Post by: David on February 27, 2013, 02:58:08 AM
Thanks for your reply Jean, we'll do some tests :)
Title: Re: Workflow when using playmaker with SVN ?
Post by: kiriri on February 27, 2013, 03:04:44 PM
I'm interested in using GIT with Unity as well, so far I only used SVN at work for C# projects. How do you interact with GIT? Do you push/pull using one of the default tools for your OS or do you use a Unity integrated solution?
tortoiseGIT is a good solution for windows (it's just like tortoiseSVN (duh :D) ). I didn't have any problems with it and Unity. Haven't tried any plugins for unity yet though (didn't actually know there were any) , so I'm clueless there.