Raylib_cs
All the functions and stuff from the Raylib library are underlined as errors. I don't know how to fix it. I tried installing the library, but it still doesn't work.
can you build / run it??
I think I have the same problem. When I try to build I get the error "Unable to find package Raylib-cs. No package exists with this id in source(s): Microsoft Visual Studio Offline Packages.
I've tried installing Raylib-cs as per the NuGet instrucitons:
error: NU1101: Unable to find package Raylib-cs. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages error: Package 'Raylib-cs' is incompatible with 'all' frameworks in project 'C:\Users\warfi\source\repos\Chess-Challenge2\Chess-Challenge\Chess-Challenge.csproj'.
and Manual instructions I get an exception:
System.DllNotFoundException: 'Unable to load DLL 'raylib' or one of its dependencies: The specified module could not be found. (0x8007007E)'
Having the same issue. Can't build or run the app. This "Raylib" namespace throws an error in multiple scripts. Do I have to install it? If so, then why so few people have this issue. Weird...
I managed to get it working.
Project > Manage NuGet Packages > Settings Cog (top right of pane) Add a new source: Name: nuget.org, Source: https://api.nuget.org/v3/index.json Click Ok NuGet "Browse" tab, search for "raylib" and install raylib and raylib-cs
I feel like this should be the 2nd or 3rd bullet point in the "How to Participate" section of the README
look at existing issues. this has been posted many times & been solved already.