JetBrains / resharper-unity

Unity support for both ReSharper and Rider
Apache License 2.0
1.21k stars 131 forks source link

Advanced Unity Integration is Unavailable #2436

Closed AsherSE closed 3 months ago

AsherSE commented 3 months ago

I've been using Rider with Unity for a couple of years now, and it's always been fine. I got a new computer and it was good for a little bit, and then recently nothing has worked. Rider is a total mess full of fake errors, incorrect colouring, completely missing intellisense data and so on.

I'm also not entirely sure what 'installing Rider Editor in the package manager' means. As far as I'm aware the only rider plugin available is called Rider Flow. I've attached an image of the error in Rider and also the setting in Unity because that doesn't look right either...

image image image
van800 commented 3 months ago

Please share manifest.json and Unity version with me. Thank you!

AsherSE commented 3 months ago

manifest.json unity version is 2022.3.2f1

Rider seems to be completely unusable in this state. It can't even navigate to the source of functions.

van800 commented 3 months ago

Try to add

    "com.unity.ide.rider": "3.0.28",

to the manifest.json

AsherSE commented 3 months ago

I still see "Make sure JetBrains Rider Editor is installed in Unity’s Package Manager and Rider 2023.3.4 is set as the External Script Editor." in Rider. Additionally (I may be remembering this wrong) but it doesn't look right when I set Rider to be the IDE in the Unity settings.

image
AsherSE commented 3 months ago

Ah ok no, that did work. I just had to restart unity

AsherSE commented 3 months ago

Thank you!