I have a Level call ‘StarterMap’ which is a Level defaultly created by the editor after the project created.
I change my GameMode of that Level. Trigger the save button on both level and resource.
After that of course my Level has been modified.
But after i commit my resource and pull it from another repository.The GameMode saved in that Level has disappeared.
Finally.I figured out if i delete the Saved folder in my project after i set the GameMode. The GameMode will also disappear.Which point out the GameMode is saved in the Saved folder of the project.
So how exactly where the GameMode save in?