We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482d016 commit 2f27873Copy full SHA for 2f27873
UnityPackage/Samples~/SampleSong/Scripts/RenderSong.cs
@@ -42,8 +42,6 @@ public class RenderSong : MonoBehaviour
42
43
private async void Start()
44
{
45
- Debug.Log(Path.Join(Application.dataPath, _songPath, "notes.chart"));
46
-
47
_song = Song.FromChartFile(
48
await LoadTextFileFromPath(
49
$"file://{Path.Join(Application.dataPath, _songPath, "notes.chart")}"));
0 commit comments