MultiplayerFPS-Tutorial icon indicating copy to clipboard operation
MultiplayerFPS-Tutorial copied to clipboard

A video series on making a multiplayer first-person shooter in Unity.

Results 37 MultiplayerFPS-Tutorial issues
Sort by recently updated
recently updated
newest added

using UnityEngine; using UnityEngine.Networking; using System.Collections; public class PlayerShoot : NetworkBehaviour { private const string PLAYER_TAG = "Player"; private PlayerWeapon weapon; [SerializeField] private Camera cam; [SerializeField] private LayerMask mask; void...

hi I'm studying brackeys multiplayer FPS game in unity now

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

This fix error message "Object reference not set to an instance of an object", it used to happen when player re spawn. The problem is most likely that Camera.main is...

When I open the project in Unity Unity 5.5.0b3, I get compile errors - see attached screenshot. I don't know how to fix it, please help. ![errors](https://cloud.githubusercontent.com/assets/16373322/18794369/8379c514-81bf-11e6-8e18-36e9386e21ff.png)

networkManager.matchMaker.CreateMatch(roomName , roomSize , true , "" , "" , "" , 0 , 0 , networkManager.OnMatchCreate); In Unity 2017 , it requires 9 arguments , either i didn't know...

The error is as follows: > NullReferenceException: Object reference not set to an instance of an object > PlayerShoot.RpcDoShootEffect () (at Assets/Scripts/PlayerShoot.cs:74) Now the problem is that this error does...

When I click the Log In or Register button, I get an error and it buffers forever. I'm using Unity 2018.2, and changed all of the DC's with DCF's and...

After fixing DFC I start the game and it show me some error and it make me cann't log in or sign in: ![error 1](https://user-images.githubusercontent.com/45147169/48674998-f77ed280-eb8d-11e8-88d8-f667b41b0c84.png)