#Can't see anything under external tools
1 messages · Page 1 of 1 (latest)
I don't know why or how but
this is happening and I need help
otherwise I will have to change my version
Do you have any error message in console?
about my IDE, Rider yes
but can't fix the problem since I can't see the settings
most of the settings at least
What does the console message say?
this
The only change I have done on the "working" client is that I updated the version
from 2020 to 2021
Not sure but is it possibly a permission issue?
hm
I launched unity hub as administrator
and it seems like the address the unity searching for is wrong
C:\Program Files\JetBrains\JetBrains Rider 2022.2
this is mine
and it is searching for C:\Program Files\JetBrains\JetBrains Rider 2022.
Yeah guess it's not permission then, have you updated a rider plugin version from package manager?
let me check it
it seems like it doesn't have any updates
I tried to rename my rider path by the one unity searching for
but it didn't work out, the file itself changed it back
or
yeah screw it, I can't just add dot in the ending of it
I'm not sure why unity is searching for a direction that has a dot on the ending
but can't change the directory it is searching for in the current conditions
I tried to try another version, like the previous ones
I reinstalled 2020.3.4f
it works perfectly
but when I go back to 2021 I still get the annoying errors..
damnit
having a . in your path seems to be the issue then.
well, with the same settings it works in the version unity 2020.3.4f
what makes the unity to not work after the versions is the right question here I think
Sure, because something to do with this version cannot handle a . in the path
report a bug
how can I report the bug
thanks
can I have more detail
is this a known problem
No, it's just apparent from your log
hm
DirectoryNotFoundException: Could not find a part of the path "C:\Program Files\JetBrains\JetBrains Rider 2022.\build.txt".
JetBrains Rider 2022.\build.txt is not the correct path, and the . is where the issue occurs, so presumably having a . causes the issue
I have two JetBrains Rider folder for some reason
I have rider 2022 and rider 2022.2
maybe it erases the 2
and it becomes 2022.
No idea, but you should report a bug, otherwise it will not get fixed
how many days does it take to get a feedback about the bug usually
I'm sending right now
Can be a couple of weeks, can be a couple of months. Depends on the issue, the severity, the version used to report, etc.
is there a way to manually set the directory to be found by the way
I'm not sure what versions they're public in, but you can call CodeEditor.SetExternalScriptEditor or ScriptEditorUtility.SetExternalScriptEditor with the path to your IDE.
I'll check what my path looks like
It should be the full path to your rider64.exe
(mine is E:\Program Files\Jetbrains\Tools\apps\Rider\ch-0\223.7571.24\bin\rider64.exe, but yours will be different)
What part of unity codes should i do this in