Home > OS >  Beginner to Unity Hub Error Failed to resolve project template:
Beginner to Unity Hub Error Failed to resolve project template:

Time:12-04

Hello I'm a total beginner to Unity and just installed. Every time I try to create new 3D project, Error window pop up "Failed to resolve project template: [com.unity.template.3d] is not a valid project template." any suggestions on what to do? Unity 3.3.0

I tried googling the answer but it seems that the Error for everyone else is different than mine.

CodePudding user response:

Try completely uninstalling unity hub and any installs of unity then reinstalling it. Also, check that you have the appropriate C# sdks installed (use Visual Studio installer on Windows, Visual Studio for Mac on Mac).

CodePudding user response:

As Isaac said, try uninstall Unity and reinstall, you could also consideer installing an other version of Unity, even if this one isn't known for building problems, I Had same issue earlier the version of Unity just didn't work on my computer.

  • Related