Recommended way to update plugin without losing modifications to source?
Posted: Wed Aug 03, 2022 5:19 pm
Me and my team were just wondering if there is an easier/safer way to keep our modifications to Dialogue System's source code (or any other library, really) every time we update it.
We added and changed a few lines of code, but we have to remember/rewrite them whenever we update the plugin to its latest version. Our current "method" is to add a specific comment beside every altered line such as "// CUSTOMIZED" to serve as kind of a tag, so we can CTRL+F them and take note before updating and rewriting them. But we feel like there's maybe a tool or something we're not aware of that could make this process easier.
We added and changed a few lines of code, but we have to remember/rewrite them whenever we update the plugin to its latest version. Our current "method" is to add a specific comment beside every altered line such as "// CUSTOMIZED" to serve as kind of a tag, so we can CTRL+F them and take note before updating and rewriting them. But we feel like there's maybe a tool or something we're not aware of that could make this process easier.