#[HELP] Unity says a project is open that is not open.

1 messages · Page 1 of 1 (latest)

halcyon oriole
#

I'm getting "It looks like another unity instance is running with this project open".

I ended all unity related processes in Task Manager under the details tab.

Get-Process unity* returns nothing. There are no processes with unity in the name.

I have rebooted the computer.

#

I have deleted the Temp folder inside the project folder in an attempt to delete any potential lockfiles.

toxic lance
#

close your ide vscode or w/e b4 open

halcyon oriole
#

I tried opening it from a fresh restart and am still getting the same message.

toxic lance
#

maybe thisll help

#

i dont know how unity tells if its open elsewhere. could be a simple as a file extension change.

halcyon oriole
#

Well, the file wouldn't be locked by a process, right? Since I restarted and the issue persists. I'm guessing it's some type of lockfile, which my research tells me would be in the Temp directory of the project, but I've deleted the Temp directory and had the same issue.

toxic lance
#

it could have been locked somewhere and never unlocked. Ive had a similar issue working with git

#

it could also be opened by something not unity and unity just assumes the is opened by unity

halcyon oriole
#

Yup, crazy enough, that was it.

#

So my repos folder is offline synced to a network drive.

#

That temp folder delete never happened network side and it conflicted.

#

Once I resolved the conflict and tried opening it again, all was well.

#

Thanks for the help @toxic lance, sometimes all it takes is another brain thinking outside the box!