Unity3D API download.

Subscribe to Unity3D API download. 6 posts

avatar for ArturoFBC ArturoFBC 5 posts
Flag Post

Hi, I have an Unity3D game almost finished and I though it was a good moment integrate the stats API.

I have read the good practices and all that but i could not find a download link anywere.

Also, I don´t know how to indicate that when a certain stat reaches certain value, an archivement is completed.

I am missing something about how all this works?

 
avatar for UnknownGuardian UnknownGuardian 8141 posts
Flag Post

Everything is loaded dynamically. For Unity, you will have to use the Javascript API.

 
avatar for ArturoFBC ArturoFBC 5 posts
Flag Post

Thank you for your answer, Guardian. And how do I get that API?

 
avatar for UnknownGuardian UnknownGuardian 8141 posts
Flag Post

You can either look at the Javascript API documentation on the Dev Portal or take a look at the old unity documentation for more verbose instructions.

 
avatar for player_03 player_03 1249 posts
Flag Post

To answer this question:

Originally posted by ArturoFBC:

Also, I don´t know how to indicate that when a certain stat reaches certain value, an archivement is completed.

Greg and rawismojo are in charge of adding badges, and they’ll do so iff (if and only if) your game is popular enough.

 
avatar for ArturoFBC ArturoFBC 5 posts
Flag Post

The api seems to be connected, thank you both for the info, specially to Guardian for the links to the right documents.