[Unity for the Beginner] Basic Usage and Networking Part 2
Uploader Comments (Multihuntr0)
Video Responses
All Comments (19)
-
Please, please make more tutorials. You're a good teacher. =P
-
My friend you have helped me solve an agonising problem i've had for 3 weeks, the problem was:
Each player had a camera attached to it, when a new player spawns the new camera had priority over the others and all views would be through the new camera.
This problem was solved when I swapped my original script from the M2H Zero to Hero Networking tutorial to your scripts, and had the main camera start on the scene and then follow the player after the player spawned.
Once again, thanks alot!
-
I will just like it to show you my appreciation. ^_^
-
Can you actually make a script so how like in games its in options it says set your own controls
I could set "J" to make the character move forward?
If you could help explain that I would love you <3
Plz HELP I have this problem on the network script idk what i did wrong
Assets/Network.js(6,30): BCE0051: Operator '==' cannot be used with a left hand side of type 'System.Object' and a right hand side of type 'UnityEngine.NetworkPeerType'.
PLZZZZZZZZZZZZZZZZ REPLY
Sp00mster 1 month ago
@Sp00mster On a hunch, I opened up the project, and changed the line from;
"if (Network.peerType == NetworkPeerType.Disconnected) {" to
"if (Network.PeerType == NetworkPeerType.Disconnected) {"
Which gave me the same error as you.
Can you see the difference? It's very small, and these errors always annoy me, and plague me too, so usually, if I don't understand why I've got an error, I always check the spelling. I'd advise you to do the same.
Multihuntr0 1 month ago
I would really like to thank you! This helped me out very, very much. The only things I've found so far are advanced things that completely skip the basics, and you're the only person I've found who posted this intro level tut. Thanks again =]
Conflagrative 4 months ago
@Conflagrative (and you other appreciative) No problem. It's why I made it.
Multihuntr0 3 months ago
Can you please make an advanced tutorial. That will help alot more.
GoFilmsHD 6 months ago
@GoFilmsHD I haven't done anything advanced. I have only done as much as I've shown here. When/if I find something that doesn't have a good tutorial for it already, I'll make one. But I'm sure there's plenty of other resources available.
Multihuntr0 6 months ago