Air Hockey Game Kit (mobile ready)


Air Hockey Game Kit is a cross-platform, mobile ready, complete project, with 2 player touch screen mode and custom user interface.

Features :

  • Real world scale and physics, local space based
  • Custom UI example
  • Gameplay presets from arcade to realistic
  • Tight to essential : you will not find unnecessary assets or code

All scripts are thoroughly commented and available in both UnityScript and C Sharp languages.

[WebPlayer]
[Asset Store link]

Looks good, will there be future updates and will there be multilayer option in the future like with photon. Thinking about buying

Hi Shigidy,
i think the way it is done it can be a good template for a multiplayer game, but networking is not planned at the moment.
Updates are planned and i provide support for the product, next update should bring the pause menu and camera selection button.

I just bought. Very Impressed. Wondering on how to get rid of the window that changes it from arcade to simulation. Hoping I could just leave it on simulation and not have the menu on the screen. Thanks :slight_smile:

Thanks for buying, and i’m glad you like it :slight_smile:
To hide the debug GUI window, select the “_Main” GameObject, then at the end of “MainScript” component disable the “Show Debug GUI” boolean.

Thanks so much. One more question, how do I get it to go to simulation. I tried to adjust the settings for “puck” manually for puck script to 12. The other settings to “.06, .5, .5” and change the material to puck simulation. Only to see it go back to balanced setup when I hit play. Is there anyway you could help me out on this as well. Thanks :slight_smile:

Sure, there is a “gameplayPreset” variable in the MainScript. It is a private variable so you can’t see it in the editor.
The value of gamePlayPreset is set to “balanced” so you can simply change it to “simulation”.
You see the settings change at start because of SetGameplayPreset() called at the end of the Start() function.

First of all, thanks for all your help so far, but also I was wondering if you could possibly do some of these for future updates.

Level Up System
I was wondering if you could possibly add like a level up system. To keep the players keep coming back. Like give the players 5 exp for every goal and 10 exp for every win.

Online Photon Networking
I know this will probably be the hardest thing to add. Online lobbies would be awesome.

Different Color/Paint Schemes
This would be an awesome to add some customization options. It would be even better if somehow it could coincide with the level up system. The higher the level the more stuff you could unlock.

I can’t think of anything else right now, just wanted to see what you think.

Hi Shigidy,
I prefer to provide support for a particular user than adding features that may not be wanted by others.
My main concern is to keep the asset generic and readable, by providing core functions and clear scripts and documentation.

Multiplayer could be great, but i have not much experience with networking, and if i had to do it it would be generic multiplayer, as not everyone is using Photon.

For the level up and color schemes ideas, this can be done easily. I sent you a PM, we can chat about it and i’ll help you to add them :slight_smile:

I’m actually working on another project but i’ll switch back to this one in the next days to add pause menu, camera selection, minor tweaks, etc… I’m also thinking about adding 3d assets.

By the way, thanks to every one who purchased the asset and i’d like to hear from you !

Edit : I’ve come up with a quick level up system implementation example that will be included in the next update. PM or email me if you need it.

Hi Gruguir
Its in my wishlist but you dont seem to update this asset :S

It will be submitted in the next few days. You can already try it here

Thanks for the reply. Little advice if it can remember last camera option that will be really good

Update was just submitted for review, Player preferences will be in the following version but meanwhile i can send the updated script on demand.

New in v1.1 :

  • Pause and pause menu
  • Camera selection
  • Level Up system quick implementation example
  • Minor tweaks

Awesome love new updates. Keep em coming :slight_smile:

If you have time could you help me set up a photon multiplayer scene if you get the chance.

@Shigidy i don’t use Photon.

New version just released on the store.
This update features camera selection, pause, Level Up system example.

Next update will include this low poly air hockey table model :

So glad to see that you are still working and updating this! :slight_smile:

version 1.2 is now live, featuring air hockey table, enhanced physics, player prefs.

Air Hockey Game Kit has been updated to version 1.4, now Unity 5 ready :slight_smile: