Interested or looking for support? Ask me anything in this thread - from developer to developer Tanks Multiplayer is an action packed multiplayer template using Unity Netcode for GameObjects or Photon Unity Networking (PUN) - your choice! On the default settings, it allows up to 12 players in 2 or 4 different teams, per room, to compete for the highest score in a Capture The Flag or classic Team Deathmatch mode. It features player model selection, shooting, powerups, player death & respawn, networked object pooling, several Unity services and more. This template is laying the ground for a successful multiplayer game, by demonstrating common network tasks such as fully authoritative server actions, commands & RPCs, synced variables / object states and host migration, but also monetizing players using in-app purchases and video ads to keep your servers running. Iāve included an in-depth documentation about all approaches I took while building this and commented each and every method, so you can follow along easily.
Features:
Online Matchmaking & Host Migration integration Game Modes: Capture The Flag & Team Deathmatch
Supports Local Area Network (LAN) game discovery & auto join
Supports Offline mode vs. AI bots, using pathfinding for movement Authoritative Auto Team Balance: across red, blue, yellow, green team Synchronized Player Properties: name, model, team, health, shield, ammo Synchronized Player Input: driving, turret rotation, shooting Authoritative Player Actions: death, respawn, game score calculation Respawn Delay: ākillcamā following the killer or displaying video ad Networked Object Pooling: synced client pools for bullets & powerups Extendable Powerups: health, shield, double damage, bouncing bullet Reusable Manager Scripts: audio, pools, Unity IAP, Unity Ads In-App Purchases: buying different tank models (visual or game impact)
Unity UI: menus, team fill display, team scores, mobile joysticks
Input for Mobile (touch) & Standalone (keyboard + mouse) Documentation: scripting reference & step by step guide
Good news! This asset is now in the final stages of testing.
Documentation has been finished (17 pages including screenshots)
Scripting Reference is online (updated first post with a link)
The preparations for supporting Photon multiplayer in a later update are done too, but it will go live with Unity Networking (UNET) support for now. Still time for you to submit your vote in the poll above!
Looks good. It is very possible that I buy the asset because it is practically a complete project and hope that the documentation is thorough and complete
Thanks @Acid-NN-9 ! It is - happy for any feedback you might share. Documentation has 17 pages (written including screenshots, not just variable explanations or something like that).
Interesting asset, but I would really need to read through the documentation before deciding if itās something I really want. I canāt find any documentation online, and thatās something you really should provide to potential buyers and customers alike.
Hi @IsaiahKelly , the documentation is a core asset of our product and reveals many network and authoritative approaches we took while building this complete project. We wonāt reveal it in the process before purchasing this asset. Our scripting reference is available publicly, but not the full documentation.
I thought thatās what the documentation covered, as well as how to initially set it up, etc. So is this ādocumentationā you speak of more like a tutorial? How much setup is actually required to get your package up and running then? Itās just hard to get a good idea of what the asset does without reading detailed documents or watching videos about how itās actually used.
@darynduff you can change and replace everything, as always. If you want to have the turret rotated to the direction you are aiming, then it has to be a separate game object on the model (usually thatās the case with tank models).
Hi, when I import the package, I got errors:
Assets/TanksMultiplayer/Scripts/IAPProduct.cs(9,19): error CS0234: The type or namespace name Purchasing' does not exist in the namespace UnityEngineā. Are you missing an assembly reference?
Assets/TanksMultiplayer/Scripts/UnityIAPManager.cs(9,19): error CS0234: The type or namespace name Purchasing' does not exist in the namespace UnityEngineā. Are you missing an assembly reference?
Assets/TanksMultiplayer/Scripts/UnityIAPManager.cs(19,51): error CS0246: The type or namespace name `IStoreListenerā could not be found. Are you missing a using directive or an assembly reference?