This is my project, and I can’t find Assembly-CSharp-Editor.csproj, Assembly-CSharp-Editor-firstpass.csproj, Assembly-CSharp-firstpass.csproj files. Is it alright? I follow several ways to solve but they all doesn’t work.
And I can’t open Project property menu. The solution property is working but project property don’t.
This may help you with intellisense and possibly other Visual Studio integration problems:
Sometimes the fix is as simple as doing Assets → Open C# Project from Unity. Other times it requires more.
Other times it requires you also nuke the userprefs and .vsconfig and other crufty low-value high-hassle files that Visual Studio tends to slowly damage over time, then try the above trick.
Barring all that, move on to other ideas:
Also, try update the package inside of Unity: Window → Package Manager → Search for Visual Studio Editor → Press the Update button
Depending on flavor and version of Visual Studio, it may also have an installation step that you perform within the actual Visual Studio. This step seems finicky at best and may require multiple openings of VS before it comes up.
Update: The VSCode extension has been deprecated and abandoned:
Update: the VSCode integration is back… maybe!?
There may be a community fork available that is receiving updates.
Recently (July 2023) I worked on a Windows11 system that required a Microsoft component to be installed from within Visual Studio before it would work properly with all the OTHER software installed under Unity. I have no documentation on that process as I have only seen it once and it surprised me as well.
If you don’t have anything in Editor or Plugins folders, then I don’t believe this will be created. Try creating an Editor folder and putting a new script in it, and see if they’re created.
Ohhh I got it. The reason why that .csproj files wasn’t exist is I didn’t create plugins or something right? For example DOTween.
The issue is I can’t open “Project Property” in Visual Studio.
When I click Properties, nothing happen. Is this normal?
I tried this because I want to change Visual Studio encoding options. I’m using Korean as normal languages and the VS encoding option is setted by Korean not UTF-8 so I wanna change that options but I can’t open Project Properties. That’s the issue and I don’t know why, so I found the difference between other my projects and I found the .csproj files are missing in PuzzleProject. (But It’s not cause. thx for your advice.)
Oops thx for your advice. I found that .csproj files are missing because I don’t create, add other plugins in my new puzzle project. (I’m silly sry.)
But the issue is that I can’t open Project Properties. Is this normal?
I tried this because I want to change Visual Studio encoding options. I’m using Korean as normal languages and the VS encoding option is setted by Korean not UTF-8 so I wanna change that options but I can’t open Project Properties. That’s the issue and I don’t know why, so I found the difference between other my projects and I found the .csproj files are missing in PuzzleProject.
Yeah, I tried to change Visual Studio setting by Project Properties, but It’s not working. I can’t open Project Properties. Now I know that project properties are not related by .csproj files then how can I fix it?