x


Facebook/Gmail/Twitter Connection with Unity3D

I have a Unity3D application who needs registration.
The user needs to register in the application. He can simply enter an email adress and a password. Those are used to access the application.
But i want to offer the possibility to connect with other existing account like facebook, gmail, twitter...
Is it possible ? Everything must be in the Unity App but can use http request.

more ▼

asked Jun 18 '12 at 03:08 PM

MaT gravatar image

MaT
0 1 2 3

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Concerning Unity/Facebook, I used a very good tutorial:
http://www.paladinstudios.com/2011/11/15/facebook-and-unity-tutorial-part-one/
http://www.paladinstudios.com/2011/11/24/facebook-and-unity-tutorial-part-two/
http://www.paladinstudios.com/2011/12/06/facebook-and-unity-tutorial-part-three/

It uses the JavaScript Facebook Api and the usefull functions :

<UNITY> Application.ExternalCall("YourJavaFunction");
<JS>    getUnity().SendMessage("YourGameObject", "YourUnityFunction", yourdata);
more ▼

answered Jun 22 '12 at 09:55 AM

MaT gravatar image

MaT
0 1 2 3

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3724
x131
x88

asked: Jun 18 '12 at 03:08 PM

Seen: 490 times

Last Updated: Jun 22 '12 at 12:36 PM