Mirror-Multiplayer-Tutorials icon indicating copy to clipboard operation
Mirror-Multiplayer-Tutorials copied to clipboard

Repo for my Mirror Multiplayer Tutorials

Results 10 Mirror-Multiplayer-Tutorials issues
Sort by recently updated
recently updated
newest added

I am able to build this code on iOS and Android. But when I try to run it on the device, I am getting a compiler error on iOS which...

Hey Dapper Dino, I am a big fan of your work. Just to let you know this project no longer works due to mirror updating there scripts and moving things...

This repo would benefit massively from a README.md describing how to, in particular, set this project up. I get many PackageCache issues and tons of compilation errors. This project is...

hello, I just pulled so I can look at your example, as I am having issues when following your tutorial: https://www.youtube.com/watch?v=Fx8efi2MNz0 I have to say though, BIG BIG thank you...

Hi there. The tutorials are on 2019, but the unity files in the repo are on unity 2020. What should I do? I'm having this error of "Can't add script...

public class Notification : MessageBase { public string content; } public class MessagesTest : MonoBehaviour { [SerializeField] private TMP_Text notificationsText = null; private void Start() { if (!NetworkClient.active) { return;...

I am trying to find the UI for the Lobby - Main Menu video but can't find it anywhere, please help.

my unity is gonna crash and no fix, my unity editor version is 2019.3.4f1 but in project is 2019.3.5f1 so I need unity package of multiple scene with proper dependencies...

In PlayerNameInput when PlayerPrefs(PlayerPrefsNameKey) is empty the 'Continue' button does not get disabled. This is because of the initial return when PlayerPrefs.HasKey(PlayerPrefsNameKey) is false since it never reaches 'SetPlayerName()'