Rider does not recognise anything anymore
See original GitHub issueHi,
I just started up my little Unity Project where I use Rider and it started to going crazy 😃
Rider does not recognise anything anymore:


It only happens in this one project, everything else is working. Other Unity projects are working as well.
I’ve tried so far:
git clean -xdf
according to the gitignore.io Unity template (https://github.com/github/gitignore/blob/master/Unity.gitignore), so basically removed anything generated by Unity- Updated Rider to 2018.2.3
- Updated Unity 2018.2.8f1
- Used Rider Invalidate Cache & Restart
Interesting thing is, that IntelliSense, compiling etc. is all working. I can continue working, if I ignore the strange editor behaviour.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Rider is not recognizing UnityEngine anymore - YouTrack
I updated Unity to 2020.1.6f1 (Release) and suddenly Rider can't recognize UnityEngine in my project anymore. It works fine in Visual Studio 2019....
Read more >JetBrains Rider unable to detect UnitTests
I had a similar problem where Rider (2023.1.3) disabled the Run Unit Tests option when right-clicking on a Test project in the Solution...
Read more >Question - I can't debug IL2CPP build with Rider
This works fine if I compile the build in Mono, but when using IL2CPP, Rider doesn't hit any breakpoints. I have checked the...
Read more >Rider - Nuget Package cannot be used in Code after a few ...
I'm using Rider to write code in for Unity. Rider has Nuget integration and I need to install a dependency (CsvHelper).
Read more >Tips and tricks for JetBrains Rider - Unite Copenhagen
You'll also see how Rider can teach you Unity best practices, ... And that's not even mentioning unit testing and performance profiling!
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please check that in Rider Settings you have msbuild 15. For MAC/Linux it may require new mono https://rider-support.jetbrains.com/hc/en-us/articles/208074835-Using-Rider-on-Mac-prerequisites, for windows either MS or JetBrains distribution of MSBuild, mentioned here: https://rider-support.jetbrains.com/hc/en-us/articles/207288089-Using-Rider-under-Windows-without-Visual-Studio-prerequisites
Let us know if it help.
@RealMSHB Please create a separate issue. It seems very different from the original one.