Kongregate Unity Games

0 views
Skip to first unread message
Message has been deleted

Monnie Trbovich

unread,
Jul 15, 2024, 4:33:00 PM7/15/24
to esbugposcre

Copy the , , and tags out of the text box and past them into your AndroidManifest.xml. Be sure the resulting android:name and android:authority follow the format com.kongregate.android.api.[YourGame]SharedSecretProvider. This name must be unique across all Kongregate games.

The unitypackage includes /Assets/Editor/KongregatePostProcessor.dll that will perform all the required modifications to the XCode project at build time. If this post-processor interferes another post-processor your projects uses, you may need to disable it by removing the KongregatePostProcessor.dll file and performing the following steps when you build the XCode project.

kongregate unity games


Download https://tiurll.com/2yUGk5



The following is an example of how to use the kongregateUnitySupport object to load the Kongregate API and notify your Unity application when the loading is completed. You generally want to do this from a GameObject that only gets instantiated once and stays persistent during the entire life of your application.

Note the use of the Application.ExternalEval function to call out to the kongregateUnitySupport JavaScript object if it exists. When the API completes loading, it will use Unity's SendMessage function to call the given function on the Unity game object with the name passed in. Also, make sure you do not load the API more than once - this will cause the API connection to break.

Besides, many of you first saw Creeper World 1 way back years ago as a flash only game. That was when you first joined the Creeper Nation. So at the very least it is fun to give back into this same community of gamers years later. One of the advantages of a Unity title is web publishing, so everything converges to make this possible.

Kongregate no longer accepts game submissions Kongregate is a mobile, PC, and Console publisher and web gaming portal. The website features over 110,000 online games and 30+ mobile games available to the public. On the web portal, users can upload HTML 5/JavaScript, Shockwave, Java or Unity games. It is a great home for your game and can connect you with a thriving community of active and engaged gamers!

Whats the best browser to run a kongregate account on, ive been avoiding stand alone flash player because it doesnt really help I run into the same problems. So far Operas nice but gets laggy too quick, waterfox has the problem where the game freezes but your character keeps moving. Currently on a mac book 2017 been gone for awhile and checking to see if kongregate accounts are still unable to switch to steam or anything like that also.

To confirm this, when on the page containing a game, press Ctrl+U to open its source HTML file and search for a .unity3D file link. If you find one, the game is on the Unity platform, and the .unity3D file will be the main file of the game, so copy its link and download it.

Go back to the source page for your game and look at the text surrounding the .unity3D link. This is the embed for Unity games. For example, the source HTML for the game Verkeerstalent contains the following embed:unityObject.embedUnity('unityPlayer', ' ', '940', '580');

In the Unity HTML Generator, type the name of the game and the name of the .unity3D file you downloaded including the file extension (example: 141437220815352.unity3d) . The width and height to embed the game in are the first and second numbers in the embed respectively. Name the HTML file something relevant, such as the name of the game, preferably in lowercase and without spaces. For example, the HTML for Verkeerstalent is named verkeerstalent.html. If you prefer to have the game take up the full screen width and height (instead of being embedded at a fixed size), you can use the modified Unity HTML Generator template below. Name it Template.txt and place it in Unity HTML Generator's folder.

Instead of using the URL for the .unity3d file as the Launch Command, however, use the HTML file you created, such as Put the HTML embed file in the same place as the .unity3D file in your content folder. If the game loads to a black screen, or does not work as intended without any missing assets, you may need to change the version of Unity the game launches with. This is done by adding either "2.x" or "3.x" to the beginning of the Launch Command. For example, our new Launch Command would now be 3.x However, this is not needed for this specific game.

Note that you should never add any ZIP file from webplayer.unity3d.com to your content folder! If you see this type of request, it means that Unity Web Player is trying to update itself, either because you are using the wrong version or because Flashpoint is missing the version that the game needs. If changing the game's launch command to use a different Unity version does not resolve the problem, refer to the Finding the Unity Version section for instructions on finding and adding the correct Unity version to Flashpoint.

Unity games sometimes require unusual embed codes, meaning that the Unity HTML Generator tool will not produce a suitable embed code. If you can't get a game working in Flashpoint using a generated embed code, try installing Unity Web Player onto your computer, then going to the original webpage using a browser compatible with Unity Web Player (such as Internet Explorer or Pale Moon). Once the game has loaded, right-click the page and click "Inspect Element," then search for .unity3d and copy the embed code. Paste this into a new HTML file using a text editor such as Notepad and save the file.

Sometimes a game not work immediately in any one of the three main Unity versions, or you might have doubts about which Unity version is the most correct for a game. To find the exact Unity version that a game was built with, just open the .unity3d file in a hex editor such as HxD. In the "Decoded text" column, you will see the text UnityWeb, followed by the major Unity version (such as 5.x.x), and finally followed by the exact Unity version number (such as 5.0.4f1). You can use our Unity Web Player Versions table to match the Unity version number to one of Flashpoint's three Unity installation folders (2.x, 3.x, or 5.x). If you don't see the exact Unity version listed in the table, it is very likely that the game will work in 5.x. Double-check that your embed code is correct. If the game still isn't working, move on to the next section.

Another way to find a suitable version for a Unity game is to launch the .unity3d file in FPNavigator, hold down the Alt key, and right-click the game. Hover over the Release Channel menu and you should see the ranges of Unity versions that the game is compatible with, for example Stable (4.3.5f1 - 4.6.6f2). You will see a checkmark next to the Unity version that the game is currently running in. This only gives a range of versions instead of an exact version, but it may still be helpful for debugging purposes.

"Star Shipping reached top 10 best strategy and puzzle game inthe App Store in many countries and has gathered great reviews bythe members of the media and players," said Oded Sharon, CEO ofCorbomite Games. "We want to give new people the opportunity tofall in love with this game, and do it for free, as a sort ofpre-Valentine's day gift to our audience. Star Shipping has verysimple strategic gameplay with high production values, making itideal for strategy gamers who want to enjoy some 'no-pressure"casual game time this season."

aa06259810
Reply all
Reply to author
Forward
0 new messages