#IDE Configuration
1 messages · Page 1 of 1 (latest)
go through every step in this guide. Do not skip any steps. https://docs.microsoft.com/en-us/visualstudio/gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity?pivots=windows#install-unity-support-for-visual-studio
if it still doesn't work, then prove to me that you've completed the steps by screenshotting each thing you were supposed to do
see step 1
visual studio is already installed
great! then open the installer like step 1 says
the setup of video studio or the visual studio itself?
the visual studio installer
you don't need to redownload it, just open the installer
it's literally already installed
yes
or you can press the windows key and type "visual studio installer" and it will show up as an installed app that you can run
do this: #984547613686779974 message
okay this worked
obviously it worked. you needed to open the installed app called Visual Studio Installer
the file you downloaded was just an installer for that
great! install that game development workload. then complete the rest of the steps
it doesnt start downloading though
the only button i can press is Close
should i close it?
you have to choose one of the two dropdown options then click that button instead of the down arrow
Then there is nothing to install
ie. the workload was already installed
if i uncheck Unity Hub
then i can modify
maybe i just need to uncheck it because i already have Unity Hub?
you don't have to uncheck that, it will uninstall the unity hub if you do
(at least that's what it looks like it is going to do)
okay so its already installed then
yes, so complete the rest of the steps
and regenerate project files when you see that option while completing the next steps
after doing all of that restart visual studio
You already have a Unity version, skip
regenerate project files
where, what does that mean
here
Use your eyes
now restart visual studio
oh i cant do that
why not?
unity crashes
whenever i open a script
from asset folder
it says Waiting for unity's something to be executed
yup it crashed
so does it crash or does it just bring up that waiting window?
both
so just to confirm, unity is fully closing itself?
You'll have to pinpoint why it does this, by looking at the Editor Log
Scroll to the bottom and look for anything abnormal
i wonder if it has anything to do with the project being in OneDrive
Oh surely, it interferes with it
this is the bottom
how do i change the location then?
can i just drag drop it somewhere else?
move the project to a different folder that isn't part of OneDrive
OneDrive will catch directory & file changes to sync them, effectively locking them for a bit of time to read them, causing issues
If you need to sync your project to the cloud, use a version control software like Git and its remote server like GitHub instead
...
i dont think it will uncrash
well anyhow, if i create a new project in a different location and open a new script inside that project to open visual studio
IDE should be configured, right?
should be, yeah
alright, all ill need to do is redo 7 hours of work and come back here to ask for help for the same problem ill probably have
since you had your project hosted on onedrive, you may be able to sign into the website and download it from there
alright ill try, thanks for the help! i honestly appreciate it with all my heart
i was going insane
by the way, you said i have to restart visual studio
is it alright if visual studio wasnt open in the first place?
you only had to restart it to ensure that it loaded the newly generated project files since it was already open
okay it didnt work
i opened a script in a new project which is located in Drive C
and unity still crashed
do i have to open visual studio via unity?
if explorer crashes just from moving files and unity is crashing from opening visual studio you may have deeper issues with your PC
but if i open visual studio first, and then open a script from there
everything is fine
It should be fine to run VS from Windows as long as the project files were generated
You can check that by navigating to where your project is, and looking for a .sln and a .csproj file
And the csproj right above it
alright, so is my IDE configured?
Can't tell
you have to actually open the project to find out
i wrote nonsense in the script and i didnt get any error
Open the project an post a screenshot
It looks configured, at least the project is listed top-left
If you hover the MonoBehaviour with the mouse, what does it say
It looks like it's recognizing it, but not fully. There should be another line in that popup
Do you have the Solution Explorer window on the right of VS?
It's in folder view, can you switch that back to normal?
The button on the right of the house icon
Ah, it seems to have loaded more of it