Skip to content

Commit

Permalink
Parser compatibility with AvatarImageReader 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BocuD committed Feb 24, 2023
1 parent 46d59b4 commit 6b8dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/Assets/BocuD/PatreonParser/PatreonDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public override void OnInspectorGUI()
[UdonBehaviourSyncMode(BehaviourSyncMode.None)]
public class PatreonDecoder : UdonSharpBehaviour
{
public AvatarImagePrefab avatarImageReader;
public RuntimeDecoder avatarImageReader;

public string[] roleNames;
public TextMeshPro[] outputTMPs;
Expand Down

0 comments on commit 6b8dccd

Please sign in to comment.