Using Unity 2019.2.6f1 and Visual Studio 8.3.2 on MacOS.
My understanding is that the .csproj file is automatically updated by Unity as files are added / removed from the project. I almost always add/remove files within VisualStudio (as opposed to in Unity using the Project tree).
I currently have a situation where 2 files that are present in the project folder (I can see them in Finder, along with the corresponding .cs.meta files) are not being included in the project. It doesn’t appear that Unity is updating the .csproj file anymore.
When does Unity update the project file?
Is there a way to “manually” initiate an update of the project file or (or create it from scratch)?
The Unity docs refer to an Assets->Sync Mono Develop Project but I’m not seeing that in the version of Unity I’m using.