- Home /
How do I implement Kongregate's API?
Hello. This sounds like a very hopeless and huge question, but I can't figure any of it out.
I am making a game with a friend in Unity. The problem is, we are both clueless on how to implement Kong's API. The documentation is minimal and bad. We will have Kongregate host the game (not run in an iframe). Do we use Javascript or Unity? (http://www.kongregate.com/developer_center/docs/kongregate-api under Client Languages) Since Unity uses Javascript, I dont know which or if they work together or are the same. What do I download to implement? For now, Id like to be able to at least connect to it. I am guessing I just put a separate script on a blank gameobject in the scene. Is this correct? And what is that Javascript? Thank you so much for you help! -Keavon
P.S. Does Kongregate have the capability to add badges to Unity games yet, or is it restricted to Flash at the moment? Because I haven't seen any Unity games with badges.
$$anonymous$$ongregate can add badges to Unity, it just hasn't done any games yet.
"Do we use Javascript or Unity?" "Since Unity uses Javascript, I dont know which or if they work together or are the same." If you have these questions, then you need to learn how to use Unity before you worry about $$anonymous$$ongregate.
The "Javascript" or JScript you see on the kongregate api page refers to Javascript inside the webbrowser. It was nothing to do with the Javascript (Unityscript) you can use in Unity.
$$anonymous$$ongregate have a special page how to implement the API in Unity:
http://www.kongregate.com/developer_center/docs/using-the-api-with-unity3d
Your answer
Follow this Question
Related Questions
Unity Kongregate API Problem 3 Answers
How do I know if my game is connecting to Kongregate's API? 2 Answers
Kongregate API not connecting C# 2 Answers
A node in a childnode? 1 Answer
Script Help 3D touch animation 1 Answer