I opened up the unity hub to find that I could not open any of my projects. I have tried restarting my computer, Going to the files directly, opening new ones but I still cant open them. Please help me
You’ll need to provide more information. If the editor is launching and somehow failing, check the editor log. If you’re seeing some kind of error message, it might help if you don’t keep that to yourself. Just saying your projects could not open doesn’t give anyone anything to work with.
The editor is just not opening at all, when i click in a project, the hub closes and nothing happens.
I am happy to day that I fixed it by randomy pushing buttons
Please consider using source control in order to guard and protect your hard-earned work.
Personally I use git because it is free and there are tons of tutorials out there to help you set it up.
Here’s how I use git in one of my games, Jetpack Kurt:
https://discussions.unity.com/t/807568/3
Using fine-grained source control as you work to refine your engineering:
https://discussions.unity.com/t/826718/2
Share/Sharing source code between projects:
For some reason fixing things randomly can be the best feeling haha.
Thank You