Finger Soccer: Realtime football game kit (+ new separate online multiplayer addon)

gameObject.transform.position = gameObject.transform.position + vector * (nun2 / 2000)

I was watching your game and I saw something doing this here there is no lag, the game is smooth.
but there is a little problem every now and then the pieces are in a little different position. But here’s a tip, if you understand a lot, you can find a way to make up for this small difference and make the game smooth regardless of region and ping

Update v1.1 for “Finger Soccer 3D Online PvP” is out:

  • Added a new (second) player model for player 2 and AI. Now you can have two different teams with different type of players.
  • Added a new goalkeeper model for both sides. The goalkeeper comes with its own dedicated animation moves.
  • Added a new “experimental” 3d stadium with neon style. You can manually enable it inside the “Game” scene. If you want to do so, you need to disable the old stadium object as well.
  • Added a new intelligent commentator. You can record different audio clips for various events that can occur inside the game (goal, hitting the post, performing a good/bad shot, colliding with another player, match begin/end/tie states, etc) and simply add them to commentator interface and enjoy a lively game that corresponds to in-game events)

hi im using unity 2022.3.1f1, when i run the game in unity and click to league, nothing happen.

  1. how to unlock all formation and team/

thanks

Hi @mariberguling

  1. Please run the game in Unity 2020.3.30f1 (64-bit) and see if it works.
  2. You need to buy them using coins from the in-game shop.

hi
i want to disable the lock function, user can play all team and formation without buy. How?

Send me a message via our website and I will send you the instructions.

It’s a great game kit. However, I can’t get teams to unlock even with over 1000 coins (Playing in the editor). Is there something that needs to be changed for that to work?

It would be nice to have some tutorials of adding teams and formations. Done by code? No inspector variables to add these?

The gameplay and mechanics are smooth, I like it. Would love some tips on modifying/expanding the basics as mentioned already.

1 Like

Hey @Geoffc ,

Thanks. I’ve checked our latest update (Unity 2022.x) and you are right. Team unlock buttons on the shop scene are broken and needs fixing. I will submit a new update to asset store in a couple of days. Sorry for the inconvenience.

For the rest of your questions, kindly send me a message @ https://www.finalbossgame.com and I will send you the instructions.

@Geoffc ,

Hello again. The problem is fixed and a new update (v2.0.5) is sent to Asset store. It should be live any time soon.

Hi,
how do I change the game to 3D? I mean the same Top-Down as the Demo but in 3D with 3D Player Objects and 3D Goals…
Thanx

Hi there.

Its really simple.

Just open the unit prefab and add your 3d model as a child of the root object. Then connect your logic to play the animation states on the model, if your models are coming with animations.

thanx!
What camera setting do I have to use? Perspective is not working because it destroys the shooting direction

I am not good at c#!
My understanding is that the different Flags(Material) where changing with code in the Unit Prefab right?
If I want to make my own Teams like Monsters or anything else, the best way is to make my own Materials with png’s, right?
But what is the best way with different 3D Models?

Yes, you need to use new materials with new png arts for the new teams. For the new models, you simply need to take a look at the controlling class for the player controller, and use the same events we used to update the materials on the caps. This way you can have your new materials in sync with the caps for all units.

1 Like