Hi guys,
I face a big problem, I use godot (3.3.3-mono version ), every thing was fine, till I installed Microsoft .Net 5 on my windows 10, after that godot stopped building my game, with errors, and I searched internet for solutions, I found a lot, but none of them worked for me.
Error sometimes says invalid project file and sometimes says missed sdk, but no solution is for both.
I removed everything(. Net sdk and tools) and followed instructions in godot docs(how to setup c# environment ) step by step, but the problem is same,
Any one can help?, project life till now 6 months with 6-8 hours daily. I was hoping to release my game through 2 weeks - 001 one month, I was will be thankful for helping.
Errors text:
Type 1- Skipping restore for project "xxx''. The project file may be invalid or missing targets required for restore
Note : I tried to restore old version from project file but nothing changes.
Type 2:
The SDK 'Microsoft.NET.Sdk' specified could not be found.
Note : I installed net. Sdk, same version in godot docs and nothing changes