Unity networking: how to detect when a user joins the server you are hosting?
Right now I have a Host Game button and a Join Game button. When you click the Host Game button, it shows a window saying "waiting for player to join." When you click the Join Game button, it shows a...
View ArticleMultiplayer Object positions after player rejoin
Hello, i have the following setup: As Server i can Spawn objects with "Network.Instantiate(Resources.Load("Items/Food/TestFood"), new Vector3(240.09f, 7.78f, -1633.47f), Quaternion.identity, 0);" If...
View ArticleJoin Unity with arduino
Hello, I want to make a game that you have to join unity with arduino and I wanted to know how can I do it. Thank you!
View ArticleMultiplayer Join / Create Room ( Map Selection )
Greetings, First of all, I am sorry for the long text but I am trying to explain you as much as i can so you don't misunderstand me or deny my question. I'm making a FPS game for Lan/Multiplayer/Solo....
View ArticleMultiplayer Join / Create Room - Map Selection
Greetings, First of all, I am sorry for the long text but I am trying to explain you as much as i can so you don't misunderstand me or deny my question. I'm making a FPS game for Lan/Multiplayer/Solo....
View Articleattack on titan multiplayer problem
In the attack on titan tribute game by feng, when i go to join in multiplayer severs it picks them up and i can join but it then asks for me to press 1 to enter, when i press 1 it does not respond and...
View ArticleNetwork Manager Player Wont Join
I Have builded the project and came out with when a player creates a server they can join but when you join you can't it seems to be an error like it does go into the game but still has the menu up and...
View ArticlePhoton room name issue
Hi guys i have a little problem with this code, i can create a room but when i try to catch the name of the room in the function Crea_o_Entra_in_partita looks like there is no room open even if a room...
View ArticleUnity Network connecting with ip
How can someone Join may game with just the ip adress ? Or dose somewone know how Lobby Manager is used ( do i have to pay for using it with unity? ) Or dose someone have a good tutorial?
View ArticleJoining meshes not working?
Alright I've had a look at joining meshes in unity and I'm using the example script provided in the documentation, but when I attach this to a parent object with children that I want to combine, The...
View ArticleNeed hep changing this script to a onclick script.... please help
here is the script public static class LevelManager { private static string lastLevel; public static void setLastLevel(string level) { lastLevel = level; } public static string getLastLevel() { return...
View ArticleUnity Photon Create a Passworded Room and join?
Hey gang, I've sucsefully created a Joinrandomroom Team lobby setup for my main game that works now I'm trying to setup a 1v1 Format. public string roomName = ""; public string roomPass = ""; public...
View ArticlePhoton Join room (Not Random Room)
hey gang just wondering how you join a room in photon (not joinrandomroom) but joint room with a name? Owner of the quest starts the room, other players joining the quest join his room :) public string...
View ArticleBest way to concat builtin arrays?
Incase there's an altogether better way to do this, here's the situation. I have two groups of objects in my scene, tagged ships and driftwood. The player should be able to target objects in both...
View ArticleSmart fox server
I have random loss of being able to get into a room in Smartfox. The last time this happened i left it alone for 2 days and it just worked. now it isnt working at all. I have done things to check a...
View Articlejoining heightmap on planes
I've got a cube which consist of 6 planes i created. to those planes i attach some height map. i created them myself and the edges of the different height maps are copied to adjacent planes. now...
View ArticleSpawning twice upon joining server
Hello everyone, [Here's a short video showing the problem][1] Basically, I'm having this strange issue where the server is spawning an additional player upon joining. What's really weird is that the...
View Articlemaking elastic object
hi , I have two spheres which there's a long cube between them and each side of this cube is connected to one of these spheres. these spheres are movable . I wanted the cube between them to be elastic...
View ArticleAttach,pin,fix objects to each other
Hello! I'm really new here,so sorry for being dumb. I want a help. I made an character,so i now want to attach to attach a gun to its hand,in first person view. How can i do it? In editor? Thanks
View ArticleDisable multiplayer join?
so i have this survival multiplayer game, but i dont know how to disable people to join when survival has started... is there any way to disable multiplayer joins? any help? :)
View Article