asadm / playroom-unity

9 stars 1 forks source link

.color in GetProfile() should return Color typed instance too #9

Closed asadm closed 10 months ago

momintlh commented 10 months ago

Is this what you are talking about?

API:

image

Usage:

image

asadm commented 10 months ago

@momintlh I meant that GetProfile().color should return 'UnityEngine.Color' type. So that I can do: component.material.color = playerList[i].GetProfile().color.