Zingabopp / BeatSaberModdingTools

Visual Studio extension and templates for creating Beat Saber mods.
The Unlicense
58 stars 7 forks source link

GameDirectory will be supported? #14

Closed nanikit closed 2 years ago

nanikit commented 2 years ago

I'm using BeatSaberModdingTools.Tasks v2.0.0-beta2 with it and whenever I build my project it prints the following warning.

.nuget\packages\beatsabermoddingtools.tasks\2.0.0-beta1\build\BuildTypes\BSMT.BSIPA.targets(5,9): warning : 'BeatSaberDir' property has been deprecated, please switch to 'GameDirectory' to set the Beat Saber path for your project.

But I can't use GameDirectory because BeatSaberModdingTools generates only BeatSaberDir. How can I clear this warning?

Zingabopp commented 2 years ago

You can update to beta4, it gets rid of the warning iirc. The warning doesn't hurt anything (besides being annoying), GameDirectory is planned for the future.