MaYiLagann / learn-unity-mmo-fps

A simple multiplayer first-person shooter game based on Unity3D with Photon PUN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

MaYiLagann's First-Shooter-Game

Unity Multiplayer FPS game demo project with Photon PUN!
Download and Play »

Explore Docs · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

Product Name Screen Shot

A simple multiplayer first-person shooter game based on Unity3D with Photon PUN.

This project followed the PUN 2 Multiplayer FPS Turorials, thanks for awesome tutorial video @RugbugRedfern!

Built With

(back to top)

Getting Started

Prerequisites

  1. Download and install Unity 2020.3.6f1 through the Unity Hub
  2. If you needs own photon server, then create account on Photon Engine

Installation

  1. Clone the repository
  2. Open project with Unity 2020.3.6.f1
  3. ✨ Enjoy 😀

Folders

Contents generated by Unity3D. See below for assets folder structure.

📦FirstShooterGame
├───📂.vscode
├───📂Assets
│   ├───📂Items
│   │   └───📂Guns
│   ├───📂Materials
│   ├───📂Photon
│   ├───📂Post Processing
│   ├───📂Prefabs
│   ├───📂Resources
│   │   └───📂PhotonPrefabs
│   ├───📂Scenes
│   ├───📂Scripts
│   └───📂TextMesh Pro
├───📂Build
└───📂ReadmeImages
Folder Description
.vscode Visual Studio Code editor options
Assets Unity Assets folder
Assets/Items Scriptable objects for items
Assets/Items/Guns Scriptable objects for guns
Assets/Materials Material files
Assets/Photon Package 'Photon PUN'
Assets/Post Processing Post-processing Profile files
Assets/Prefabs Prefab files
Assets/Resources/PhotonPrefabs Photon Prefab files
Assets/Scenes Scene files
Assets/Scripts Script files
Assets/TextMesh Pro Package 'TextMesh Pro'
Build Unity Build output folder
ReadmeImages Image files for README.md

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

MaYiLagann - lsm86245@gmail.com

Project Link: https://github.com/MaYiLagann/FirstShooterGame

(back to top)

About

A simple multiplayer first-person shooter game based on Unity3D with Photon PUN

License:MIT License


Languages

Language:C# 94.1%Language:ShaderLab 5.0%Language:HLSL 0.9%