Xbox Live Unity Plugin - xbox-live

So I just got accepted into the Xbox Live Creators Program, which is awesome.
Anyways, I can't seem to find the Xbox Live Unity Plugin anywhere.
I'm trying to download it from this link:
https://developer.microsoft.com/en-us/games/xbox/docs/xboxlive/get-started/creators/configure-xbox-live-in-unity
But link seems to be broken. Any help on that?
Thanks in advance.

it looks like those docs have an error. You can get the plug-in here: https://github.com/Microsoft/xbox-live-unity-plugin/releases
Please let us know if you have any further questions.

Related

Google AIY Voicekit V1 doesn't respond

When running the AIY voice kit "assistant_grpc_demo.py" demo app, it recognizes what I said, but no reply comes from it.
Also, for the "assistant_library_demo.py" demo app, it detects when I say "Ok Google" but doesn't recognize anything I say after it.
Does anyone know how to solve these problems?
Any help or suggestions are much appreciated.
I had the same issue. I finally made it work by flashing an older version of the VoiceKit image. Here you can find the older versions:
I used VoiceKit Classic Image 2017-09-11 and it worked out of the box.
I had the same issue and it got resolved by following this thread.

Unity3d share screenshot and link error on android 6 up to

Please tell me how to share screenshot and link in Unity? I used some way and error when test on android 6 up to. thanks so much!
In spite of poorly asked question, my skill of psychic tells me that your problem is caused by changes in Android security paradigm. In order to support new versions of Android system you have to adapt your sharing method to use FileProvider.
You can read about it here or google more info youself. Hope it will point you to right direction.

How to integrate QR Code Reader in iphone apps

I am new in iphone development and we have to integrate the QR code reader in my apps, i have no idea about that some one please guide me how can i start. Give me some sample code or any tutorials links for that. Any help is highly appreciated.
There is a great library to do such project. Take a look at zxing. There is an obj-c version.
try out zbarSDK! it worked well for me, http://zbar.sourceforge.net/iphone/sdkdoc/
Here is the zxing (zebra crossing) google library. It can get you started. Hope that helps!

Paging UIScrollView doesn't work :( (iPhone, cocos2d)

I found this:
http://www.cocos2d-iphone.org/forum/topic/9417
but the project doesn't works with iOS 4.x and cocos2d 0.99.5.
Can someone share a working project? or get it work?
Thank you very much for any help.
PS: I will vote up any helpful answer and the one who will share a working project gets the accepted answer.
Hi
I don't have time (right now) but I will try to use the one you have linked and post the working project because I will be in need of this in near future.
I used http://brandonreynolds.com/blog/tag/angry-birds-menu/ once.
Edit:
If you read that topic at cocos2d forum, a person named "blackmouth" have posted a working project.
This is the link : https://github.com/blackmouth/shapes-panels

Looking for Tim Omernick's Fireworks iPhone app

Does anyone have the Fireworks app that Tim Omernick (of ngmoco) posted here:
gamemakers.ngmoco.com/post/111712416/stanford-university-and-apple-were-kind-enough-to
He originally provided a download link to the source code, but the download link is down and just says "Account Suspended".
I am currently working on my own OpenGL ES game for the iPhone and I would really love to look at the optimizations that he used in his app! Would anyone be able to provide a working download link??
You can have a look at this presentation Tim made for the Stanford students.
Apple has, in their documentation, some recommendations one can follow
I also found the source code on my old machine. Looked at his copyright and it looks ok to republish so I have posted it on github
http://github.com/epatel/Fireworks-by-Tim
Thanks Tim from Alkmaar Holland