I’m still learning Unity and how to use GitHub and have been googling for hours but haven’t yet found a solution that I can understand.
I downloaded GitHub Desktop so that I could keep my (main) Unity game file and then work on a game (Feature) in another branch. After hours of work I just got the new feature to work perfectly in my Unity file today.
Through the GitHub Desktop app I:
Committed my changes in (Feature) branch
Pushed Origin
Clicked Create Pull Request in the GitHub Desktop
Github on Google Chrome (https://github.com/) opened but I can’t merge the (Feature) branch to my (main) document because it says there is Merge Conflicts.
This branch has conflicts that must be resolved
Use the web editor or the to resolve conflicts.
Conflicting files
Assets/Scenes/SampleScene.unity
Logs/ApiUpdaterCheck.txt
Logs/AssetImportWorker0-prev.log
Logs/AssetImportWorker1-prev.log
Logs/AssetImportWorker2-prev.log
Logs/AssetImportWorker3-prev.log
I understand people have had problems with merging when more than one person works on a file but I am a solo developer so I am the only one working on it.
Any advice/help you could offer about how I can merge my (Feature) branch and (Main) together would be super appreciated. I don’t want to lose all of the hours of work I just spent making my game feature finally work.
Thank you!

