Hi guys,
OK I am missing something very basic here.
I've followed the docs on how to load up an avatar randomly. I'd like to load an avatar from a signed in user, but I cannot find the avatar description for a signed in user. When I've looked in the docs it seems to infer that it should be SignedInGamer.Avatar but my code refuses to even compile with that.
Currently here's what I got and I'm stumped:
| avatarDesc = AvatarDescription.CreateRandom(); |
| //avatarDesc = SignedInGamer.Avatar; |
| avatarRenderer = new AvatarRenderer(avatarDesc, true); |
| avatarAnimation = new AvatarAnimation(AvatarAnimationPreset.Clap); |
| |
Help?
Thanks in advance!
Leo