Skip to content

Commit

Permalink
Target game version 1.29.0 instead of 1.29.1
Browse files Browse the repository at this point in the history
BeatMods only has an entry for 1.29.0.
  • Loading branch information
rigdern committed Oct 12, 2023
1 parent 8ba669d commit 026361a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion InfiniteBeatSaber/InfiniteBeatSaber.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@
</ItemGroup>
<PropertyGroup Condition="'$(BeatSaberVersion)' == '1.29.1'">
<Version>2.0.$(SemVerPatch)</Version>
<GameVersion>1.29.1</GameVersion>
<!--
Use 1.29.0 instead of 1.29.1 because BeatMods only has an entry for 1.29.0. But 1.29.1 is
probably the game version people have installed. It's the last game version before Beat Saber
migrated to a newer version of Unity.
-->
<GameVersion>1.29.0</GameVersion>
<DefineConstants>$(DefineConstants);BEAT_SABER_1_29_1</DefineConstants>
</PropertyGroup>
<ItemGroup Condition="'$(BeatSaberVersion)' == '1.29.1'">
Expand Down

0 comments on commit 026361a

Please sign in to comment.