@NafiTheBear - eviltoast

Nafeon (Lemmy, don't "@" this

Friendly, fluffy #Steampunk #Furry #Bear | Pansexual | Art connoisseur | #Indiedev #gamedev | Programmer | #godot4 #fedi22 #tfr sometimes #nsfw

  • 11 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle

  • We use perforce at work (I use git with smartgit and TortoiseGit UI, whatever I feel like) on unity I use a package called wise for unity, which is really cool and I wish would exist in Godot.

    We use perforce because we have a lot of unreal and unity and admittedly git is really bad with big binaries. It was never designed for that and git lfs ist basically just a bandaid.

    In general for gamedev you’ll run into a problem that a scene will be modified by 2 people. For that it is good to have perforce, as it locks a file and will tell you, that someone is working on it. Git lfs has something similar, but the again. This file locking is not yet supported by Godot.

    But yes for unity and unreal at work… Even if perforce is expensive and not open source and I miss git-branches, it is an important tool and was worth the money for a company.

    For your own small projects I recommend git with git-lfs