I’m using engine version 4.6 built from source, modified for Scaleform integration. With 4.7 being released I want to switch over but I will have to redo my modifications. For future reference, I would like to know how this could have been prevented. So how would you guys work with a local modified version of the engine source but be able to merge with future updates?
I know that this is where Git branching comes into play, but I wanted to ask for tips before I try anything that may affect the files on the server. So another question, can I even accidentally make changes to the server files or are my GitHub account permissions set so that I can’t mess the server files up?
Thanks guys.