Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

AhsabAli2000

4
Posts
1
Topics
A member registered Oct 21, 2020

Recent community posts

I am trying to run a scene in godot mono scripting in c#, but it is throwing an error. Here is a log below

Project "learning c# with godot.sln" (Restore target(s)):
    Message: Building solution configuration "Debug|Any CPU".
    Restoring packages for C:\Users\user\AppData\Local\Temp\NuGetScratch\f8fca12f21ba4e99a41e0578f55e29a7\300dfd1ba5134a0dbb1cf69f19c1fe46.proj...
    C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj(0,0): warning : Unable to load the service index for source https://api.nuget.org/v3/index.json.
    C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj(0,0): error : Unable to find package Godot.NET.Sdk. No packages exist with this id in source(s): nuget.org
    Project "learning c# with godot.csproj" (_IsProjectRestoreSupported target(s)):
    Done building project "learning c# with godot.csproj".
    C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj(0,0): warning NU1503: Skipping restore for project 'C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj'. The project file may be invalid or missing targets required for restore. [C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.sln]
    NuGetMessageTask: Determining projects to restore...
    C:\Program Files\dotnet\sdk\3.1.302\NuGet.targets(128,5): warning : Unable to find a project to restore! [C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.sln]
Done building project "learning c# with godot.sln".
Project "learning c# with godot.sln" (Build target(s)):
    Message: Building solution configuration "Debug|Any CPU".
    Restoring packages for C:\Users\user\AppData\Local\Temp\NuGetScratch\31e707b5ed764b23bf3e018dd956b7fa\f2b1d3b5941945abbdfefc63e4e90266.proj...
    C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj(0,0): warning : Unable to load the service index for source https://api.nuget.org/v3/index.json.
    C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj(0,0): error : Unable to find package Godot.NET.Sdk. No packages exist with this id in source(s): nuget.org
    Project "learning c# with godot.csproj" (default targets):
        C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj(0,0): error MSB4236: The SDK 'Godot.NET.Sdk/3.2.3' specified could not be found. [C:\Users\user\Desktop\Projects\GAMES\learningc#withgodot\learning c# with godot.csproj]
    Done building project "learning c# with godot.csproj" -- FAILED.
Done building project "learning c# with godot.sln" -- FAILED.

I am trying to use Godot mono

This is not even a game and what these github repo links