App42 Unity SDK allows a developer to save game score of a user and to maintain a leaderboard among the user friends of Facebook. Since Facebook has just released Unity SDK, it is quite straightforward to do authentication with Facebook now and to invite friends for the same.
App42 Unity SDK permite que al desarrollador guardar las puntuaciones del juego del usuario y mantener una tabla de clasificación entre los amigos de Facebook. Desde que Facebook acaba de lanzar Unity SDK, ahora es muy sencillo hacer una autenticación con Facebook e invitar amigos para que hagan lo mismo.
Here are the few easy steps to get started with App42 Unity3D leaderboard using Facebook SDK.
- Register with App42 platform.
- Go to the dashboard and click on the Create App button.
- Fill all the mandatory fields and get your API_KEY and SECRET_KEY . .
- To create your game with App42 ,Go to Business Service Manager from left tab, click on Game Service and select Game.
- Download App42 Unity3D sample app and unzip it on your machine.
- Open this Sample App in Unity3D. Edit AppConstant.cs file and put your API_KEY and SECRET_KEY (which were received in step#2 & #3) as shown below and also modify GameName variable with your App42 GameName (which is received from step #4).
- Save and Run Sample App.
- Click on Facebook Connect to login with your Facebook account.
- Enter Score and click on Save Your Score button.
Facebook Unity3d SDK doesn’t support desktop applications at the moment. You must run this app on apps.facebook.com/. For more information about Unity3D Facebook SDK visit Getting-started with Unity Facebook.
If you have any questions or need any further assistance to integrate this in your App, please feel free to write us at support@shephertz.com.
Aquí están los sencillos pasos para poner en marcha la tabla de puntuación con App42 Unity3D usando Facebook SDK
- Regístrese en la plataforma App42
- Vaya al panel y dele click en el botón Create App
- Llene todos los campos obligatorios y obtenga su API_KEY and SECRET_KEY
- Para crear su juego con App42, vaya a Bussiness Service Manager en la pestaña de la izquierda, dele click en Game Service y seleccione Game
- Descargue App42 Unity3D aplicación de muestra y descomprímalo en su computador.
- Abra esta aplicación de muestra en Unity3D. Edite el archivo AppConstant.cs y ponga su API_KEY y SECRET_KEY (la cual recibió en los pasos #2 y #3) como se muestra abajo y también modifique GameName con su App42 GameName (la cual recibió en el paso #4)
- Guarde y opere la muestra
- Dele click en Facebook Connect para ingresar con su cuenta de Facebook
- Ingrese el puntaje y dele click en el botón Save Your Score.
Facebook Unity3D SDK no soporta aplicaciones de escrito de momento. Deberá operar esta aplicación en apps.faceboo.com/. Para mas información acerca de Unity3D Facebook SDK visite Getting-started con Unity Facebook.
Si tiene preguntas o necesita ayuda mas adelante para integrar esto con su aplicación. Por favor contáctenos a support@shephertz.com.
2 Comments
How i can customize fb app (add picture and information), that app42 create on facebook to run it ?
You must create your own facebook app instead of using App42 facebook app. Create your app on facebook and put your facebook App ID in unity FB SDK.