nicoco007 / BeatSaberCustomAvatars

Beat Saber mod that allows the use of custom player avatars for in-game body presence.
GNU Lesser General Public License v3.0
262 stars 41 forks source link

Building BeatSaberCustomAvatars #156

Closed WabsRevenge closed 1 month ago

WabsRevenge commented 5 months ago

Great Work with updating the code to work with the latest version of BeatSaber!

when trying to build, I get nuget failures.

Retrying 'FindPackagesByIdAsync' for source 'https://nuget.pkg.github.com/nicoco007/download/bsipa.assemblypublicizer.msbuild/index.json'. Response status code does not indicate success: 401 (Unauthorized).

Just wondering if this is by design [i.e. not ready for outside development yet]?

I wanted to try to re-add VRM support, hopefully in a better way than last time so I can create a pull-request at the appropriate time.

WabsRevenge commented 5 months ago

worked around it, using package BepInEx.AssemblyPublicizer.MSBuild instead.

managed to get the old VRM code almost working. seems finger-curl is being ignored.

nicoco007 commented 1 month ago

I use GitHub Packages so you just need to add your authentication information. Visual Studio and Rider should automatically prompt you, or you can add it through the .NET CLI in the same way as CI with your username and a classic personal access token with the read:packages permission.