ToniMacaroni / AssetCreationProject

Base unity project for creating beat saber mod assets
MIT License
8 stars 4 forks source link

mainfest points to dead link, no package installed #2

Open IonEwe opened 1 year ago

IonEwe commented 1 year ago

The hardcoded IP has no packages to install. is there another way to get them?

WildRikku commented 7 months ago

The IP was responsible for providing another one of @ToniMacaroni's packages. This one: https://github.com/ToniMacaroni/SaberToolkit

You can get it as zip file. Download and extract it. Then open the AssetCreationProject, say "continue" when Unity complains about the dead server, then go to package manager, under the plus icon menu chose "install from disk" and select the manifest.json in the folder you extracted from the zip file you downloaded of the other project. You will see that before, you had a yellow triangle on a package called SaberToolkit and that triangle will go away after you installed the package from the zip file.

SebCee commented 2 months ago

I cannot get it to work. VS Code keeps reporting ECONNREFUSED on the IP and Port of the remote dependency. Is this project still alive?

image

Hope someone can help!