PlayMaker News > General Discussion

Version Control set up

(1/2) > >>

semie:
Just wondering if I need to ignore any Playmaker files etc when using version control?
Using github and sourcetree.

skipadu:
You should not include Playmaker's .dll -files according to this post:
http://hutonggames.com/playmakerforum/index.php?topic=9467.0

jeanfabre:
Hi,

 If your repository is public, yes, you can't include the PlayMaker dll NOR the install package. to play safe, simply move the Global Resource and preference resource our of the PlayMaker folder, and then you can ignore the PlayMaker folder and the plugins folder, and you are good to go.

 If you can I can also share a typical gitignore file snippet so that it's all set up for you.

 Bye,

 Jean

semie:
Thanks for the link skipadu, cheers.
jean that would be a great help, thank you.
EDIT: I ended up including the following into my gitignore.

Temp/

/Assets/PlayMaker/
/Assets/iTween/
/Assets/Gizmos/
/Assets/Photon Unity Networking
/Assets/Photon Unity Networking.meta

Assets/EditorGUI Style Viewer
Assets/net.fabrejean
EditorGUI Style Viewer.meta
net.fabrejean.meta
test.unitypackage
Publishing
PlayMaker.dll
PlayMaker.dll.mdb
PlayMaker.dll.mdb.meta
PlayMaker.dll.meta

jeanfabre:
Hi,

 there you go:

[Ll]ibrary/
emp/
[Oo]bj/
[Bb]uild/

# Autogenerated VS/MD solution and project files
/*.csproj
/*.unityproj
/*.sln
/*.suo
/*.user
/*.userprefs
/*.pidb
/*.booproj

#Unity3D Generated File On Crash Reports
sysinfo.txt

Temp/

/Assets/PlayMaker/
/Assets/Plugins/PlayMaker
/Assets/PlayMaker/PlayMaker.meta



Bye,

 Jean

Navigation

[0] Message Index

[#] Next page

Go to full version