Nickon
Nickon

Reputation: 10156

Xbox Live avatar with PC app

I wonder if I could load Xbox Live avatar model into my XNA project?

I found some information that this is impossible in PC apps. But why? If I can use it in WP7 and Xbox apps, so why I couldn't here?

Upvotes: 2

Views: 1085

Answers (1)

Den
Den

Reputation: 16826

No, the Xbox Live Avatar API is not exposed to projects that are not running on top of the Xbox Live ecosystem.

Your options as an independent app is to use avatar URLs to get a static image of it:

Upvotes: 4

Related Questions