Tracking scene file changes in version control

Typically: "How do I... ", "How can I... " questions
Post Reply
robo_ninja
Posts: 15
Joined: 07 May 2018, 20:01

Tracking scene file changes in version control

Post by robo_ninja »

Hi,

I wanted to know if there is a way to track the scene file changes in version control like Github, mercurial? I save the lua scripts externally saved (and just loading them in the scene file), hence I am able to track the changes made in the scripts. If say I push the changes I made in the scripts and my project partner wants to pull all the changes from the latest commit how will he be able to download the latest scene file as well?

I hope there is some way to deal with this.

TIA

fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: Tracking scene file changes in version control

Post by fferri »

Yes. Binary files can be tracked by Git/Mercurial as well.

Post Reply