mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:47:39 +02:00
update Jukebox version
fix issues with Judgement audio
This commit is contained in:
@ -282,7 +282,7 @@ namespace HeavenStudio.Editor
|
||||
{
|
||||
Texture2D texture = DownloadHandlerTexture.GetContent(www);
|
||||
rankImages[(int)i] = Sprite.Create(texture, new Rect(0, 0, texture.width, texture.height), new Vector2(0.5f, 0.5f));
|
||||
Debug.Log("Uploaded image successfully!");
|
||||
Debug.Log($"Downloaded image {resource} successfully!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user