feat: polish VR gameplay and sync tools
This commit is contained in:
@@ -36,6 +36,8 @@ public class BeatSageNote
|
||||
|
||||
public static class BeatSageConverter
|
||||
{
|
||||
private static readonly bool LogConversions = false;
|
||||
|
||||
public static List<NoteData> Convert(string rawJson, float bpm)
|
||||
{
|
||||
var result = new List<NoteData>();
|
||||
@@ -62,7 +64,8 @@ public static class BeatSageConverter
|
||||
});
|
||||
}
|
||||
|
||||
Debug.Log($"[BeatSageConverter] Converted {result.Count} notes.");
|
||||
if (LogConversions)
|
||||
Debug.Log($"[BeatSageConverter] Converted {result.Count} notes.");
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user