Unity how to get IntelliSense without External Tools

I am using macOs 15.2, Unity 2022.3.51f1. I'm opening unity through Parallels Desktop cause of some of the assets that in project doesn't supported by macOS. But I want to edit scripts via the macOS JetBrains Rider. I can't select from external tools cause of the different OS. If I open script via the Rider from the macOS, it opens but doesn't have IntelliSense. Is there a way to open IntelliSense without selecting the JetBrains Rider via external tools? I want to use Windows Unity via Parallels Desktop but edit scripts via macOS JetBrains Rider. (That because the JetBrains Rider in the Parallels Desktop works slowly and its hard to edit.)

0
1 comment

It's not applicable for Unity projects, installing Rider inside the virtual machine could be the only solution. Rider on your Mac could not interact with Unity editor on Windows, you can edit the solution files since it's on the share volume but could not use more integration features.

0

Please sign in to leave a comment.