Unity SDK 7.0.0
Unified bodytype within SDK
Update Guide

List<UserAvatarResponse> avatars; // Where UserAvatarResponse is: public struct UserAvatarResponse { public string Id; public string Partner; public BodyType BodyType; }Dictionary<string, string>, // Where dictionary was <Id, Partner> dictionary


Last updated
Was this helpful?

