Skip to content

Commit

Permalink
Re-add byte size
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Sharma committed Sep 23, 2022
1 parent 2d50c6c commit 0e4845c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Plugins/Ready Player Me/Runtime/AvatarLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ private async void Load(string url)
else
{
var avatar = (GameObject) context.Data;
context.Metadata.ByteSize = context.Bytes.Length;
avatar.SetActive(true);
OnCompleted?.Invoke(this, new CompletionEventArgs
{
Expand Down

0 comments on commit 0e4845c

Please sign in to comment.