
FPS Kit 3.0 is a template project for Unity 3D that allow developers create their own multiplayer FPS
Store Link
Here is a list of features included in this Kit:
Advanced multiplayer system powered by Photon Cloud
- Create, Browse and Join other rooms
- In-game public chat and team chat
- Scoreboard that sort players by kill count
- Authoritative damage system: player HP protected against hacking
- Two game modes included: TDM [Team Deathmatch] and FFA [Free For All]
- All the player actions are synced over network (position, rotation, crouching, firing, reloading etc.)
- Cash system: player get cash awards for each kill which they can use to buy new weapons
- Add new weapons easily
- Wide range of weapon types available: MachineGun, Pistol, Shotgun, SniperRifle and Knife
- Important values are protected against hacking using obfuscation method
- Support aiming down sights
- Based on Legacy animation system
- Simple IK that will make character look up and down, should work with any rig
- Add your own character model without any problems
- Support crouching, running, walking, jumping, climbing ladders and sliding on sloped surfaces
- Fall damage also included
- Players can change in-game screen resolution and visual quality
- Controls are also customisable and are stored in PlayerPrefs
- The project include ready to use mobile controls and is optimized for mobile devices
(To enable these cntrols simply switch Unity platform to Android, iOS or Windows Phone)
Android Preview
Changelog:
v1.2 (October 8, 2017)
- Updated compatibility with Unity 5.6
- Minor bug fixes and improvements
v1.1 (December 20, 2015)
- Added mobile controls
- Optimized performance on mobile devices
- Updated Photon Cloud API
- Updated compatibility with Unity 5.3
NOTE: Right after importing the Kit make sure to add _MainMenu and TestMap scenes to Build Settings.
Also check GetStarted.pdf (located at FPS Kit 3.0/Tutorials) to setup your own free PhotonCloud App ID