🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest git Activity

Everything what @shaarigan said plus

  • When you use prefabs, all data is stored in the prefabs, the scene only stores changes made to the prefabs. So it is a good idea to make use of prefabs (also if the object exists only once) and don't forget to apply the changes to the prefabs!
  • You can additively l…
4,808 views
Advertisement

frob said:

LFS doesn't actually do versioning of the files, it merely points to where you keep them elsewhere for proper versioning. It works for some people, but you need to recognize it is a workaround for not having the assets themselves in version control. I have never seen it work for games.

I k…

27,147 views

Shaarigan said:
Git works best with text files or files that are easily diffable, this isn't the case for binary files like assets. Unreal dosen't compress as far as I know too so, workj with it

THIS so much.

Use the right tools for the job.

Distributed version control systems like Git make a copy of t…

4,024 views
Advertisement
Advertisement