Multiplayer FPS in Unity 3d, Part 13: Basic user-interface stuff

preview_player
Показать описание
Don't worry: we will be making a more "real" main menu, chat, etc... later.

Make sure to SUBSCRIBE so you don't miss a video! Also, please feel free to ask lots of questions in the comments.

Рекомендации по теме
Комментарии
Автор

This series will be on a short hiatus, with the next parts coming in January!

quillcreates
Автор

Great series, quill. Been helping a lot not only me, but I believe that a lot of people.

Keep up the good work.

PicUnrelated
Автор

Nice of you to give us some time to play around in Unity while you prepare the videos for January!

KoenHeye
Автор

Loving these videos, can't wait until January.

GameTutorialsMaker
Автор

Great job on the tutorials. I wanted to give Unity a try for some personal projects and these have really helped get me started. I'll be ready and waiting for the new stuff in 2014!

DavidBlosser
Автор

This tutorial series has helped me create my dream game.. please continue :D

collectpedals
Автор

Really enjoying the series, so well made, keep them coming!

garyogaz
Автор

Quill18! This series rocks! You are a credit to the indie game scene bro :D Cheers

SkyMageTheWise
Автор

Hey quill thanks for putting these up and taking the time to teach the material. You've done a great job and I really learned a lot. Thanks man!

CrytisYT
Автор

Hi Quil, I was wondering if you could make an updated version of this video with the new GUI system in unity 4.6.

thanasis.malasidis
Автор

its January!! lol hope all is well looking forward to part 14!

CognitiveStudios
Автор

Great series Quill. Keep up doing them! Cheers

RDimn
Автор

Quill do you think you can make a new video about the chat using the new Unity UI?

TheCombatCompendium
Автор

I've subscribed a long time ago, great tutorials!  Are you still doing part 14?

TrevorPerger
Автор

4:25 Tip, in the latest version of Photon there is "PhotonNetwork.connecting"

Ghousti
Автор

I would love to see an update of this gui part with the new 4.6 gui.

pablovidaure
Автор

How do I fix this ?

Assets/NetworkManager.cs(13, 9): error CS0246: The type or namespace name `list`1' could not be found. Are you missing a using directive or an assembly reference?

Sonicboomcolt
Автор

hello, i got a confusing error :
NullReferenceException: Object reference not set to an instance of an object
NetworkManager.AddChatMessage (System.String m) (at Assets/NetworkManager.cs:28)


can anyone help me what i've done wrong ??

FragenMaister
Автор

What is this? its odd and I cant find what is making do this


NullReferenceException: Object reference not set to an instance of an object
NetworkManager.AddChatMessage (System.String m) (at Assets/NetworkManager.cs:26)
NetworkManager.SpawnMyPlayer () (at Assets/NetworkManager.cs:108)
NetworkManager.OnJoinedRoom () (at Assets/NetworkManager.cs:104)
UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
NetworkingPeer:SendMonoMessage(PhotonNetworkingMessage, Object[]) (at Assets/Photon Unity
(at Assets/Photon Unity
(at
(at
(at
PhotonHandler:Update() (at Assets/Photon Unity



part of code its talking about

 public void AddChatMessage(string m) {
("AddChatMessage_RPC", PhotonTargets.AllBuffered, m);
 }
 [RPC]
 void AddChatMessage_RPC(string m) {
  while(chatMessages.Count >= maxChatMessages) {
   chatMessages.RemoveAt(0);
  }
  chatMessages.Add(m);

Sonicboomcolt
Автор

I like to comment on your videos. You deserve it! 

VgManiac
visit shbcf.ru