MostHated

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Rider (2019.2 Linux), when opened by Unity keeps having mono-sgen run my CPU like crazy constantly, even when just idling.
AnsweredHey there, Below is a screenshot I just took. I had Unity opened, I opened a script via double clicking it in the editor. It opened it up, did the few typical things that it does to sync up, an... -
Edited Using Rider with zsh doesn't work when Unity opens Rider (Linux)
CompletedI am running into an issue where when Unity (2019.1 and .2) opens Rider (which has terminal set within IDE to /usr/bin/zsh, happens with both Rider 2019.1.3 and 2019.2 so far which are all I have t... -
Edited Rider 2019.2 (Linux) "Syncing projects..." never stops, won't load project files.
CompletedHello, Rider 2019.2 downloaded and updated via toolbox, I went to open a small project I had opened and built the other day when I noticed that Rider had updated. When the IDE loaded, I thought... -
Created Trying to compile in Unity sometimes causes JetBrains.ReSharper.Host64.exe to sit there and run the CPU
Hello all, Occasionally when trying to compile in Unity JetBrains.ReSharper.Host64.exe will sit there and run the CPU for an annoyingly long time. If I just go ahead and close Rider Unity will ... -
Created How can I select all (ctrl + A) and uncomment? It only lets me format when I Alt + Enter and there is no "Uncomment" option if I select all.
AnsweredHello all, Occasionally I want to just completely comment out a script when testing or whatever, so I will just hit Ctrl + A and then Ctrl + K + C to comment out all or large areas of code, but... -
Created Are there any namespace refactoring rules you can set such as excluding certain folder names, etc?
AnsweredHello, I saw in a post in regards to Unity that Rider will automatically exclude the Assets/Scripts folder from being included when automatically applying/refactoring namespaces. Is there a way... -
Created Is there a settings to show enum numerical value as well when hovering mouse in Rider IDE?
Hello, I am trying to find a way to be able to see the numerical enum value when mousing over, is there a way to do that? Thanks,