Unity icon indicating copy to clipboard operation
Unity copied to clipboard

Visually see scene changes and which assets they were performed on

Open justinlulejian opened this issue 3 years ago • 0 comments

Description

Context

I couldn't find another enhancement filed with this request. One of the more common review slowdowns for me is that it's not easy to tell what assets in a .unity scene have changed when viewing the file on GitHub. So currently I load up the project, poke around in the scene until I deduce what changed. If rather my co-contributor could upload these graphs of changes it would make the changes much easier. It would also make resolving merge conflicts with confidence much easier if I could quickly see what I changed and decide whether to revert or accept the change.

So ideally if:

  1. When encountering a merge conflict on a .unity ( or .prefab) file occurred, a graphic diff would show up like in the above SO post
  2. One could generate these diff on demand of these files between previous and current commits (for pasting in PR requests proactively)

This would be a great feature that Unity itself should, but has neglected to implement.

justinlulejian avatar Mar 17 '22 02:03 justinlulejian