Unity 5.2.3p3 Personal - XBOX Windows Live Features

Does this exist for a developer using Unity 5.2.3p3 Personal?

I want to build a UWP with XBOX Live Features. Microsoft are willing to let me,however I can’t unless there is some way of integrating these features within Unity. Does anybody have any helpful information regarding this? I cannot find anything both on Unity and XBOX Live Features documentation.

I have emailed both Unity and ID@Xbox Setup. They do not know of any separate plug in that Unity has developed yet for Windows 10 with Xbox Live features and I am yet to hear back from Unity support.

Is it possible to communicate with the API for Live Features through C# and Unity? Does anybody know the right direction to point me in?

Thanks in advance.

As of Unity 5.3, you can call into the Xbox Live SDK directly from C# scripts if you’re building for UWP. There’s a topic in the Xbox Live SDK documentation (“How to add Xbox Live support to a new or existing Unity UWP project”) that describes how to set this up.