Multiplayer - Can't Connect Me ?
Hi... I created a MultiPlayer game . when my friend create a game I can join him directly , but when he trying to join my created game , it's not working. I think the problem from my PC ( Antivirus Or...
View ArticleIs there a way to convert a 2d generic list to a string in unityscript
I have some javascript code I'm trying to convert that takes a two dimensional array and uses a javascript join to turn it into a string then splits the string to turn it into a one dimensional array....
View ArticleJoin terrain tiles with different height...
I have a big terrain - made in 3DsMax. Because it has more than 2 million vertexes i cannot import it into unity. That's why i separated it into 4 different parts. They all match together in 3dsMax...
View ArticleSimple create/connectto server without Masterserver and joining by IP
Hey! I am quite new to programming and fail to understand many concepts relating to Networking. **As I assume** *Masterserver is like a database which registers and returns a list of all your Internet...
View ArticleIs there an easy way to add an array of raycasthit2Ds to a list? (javascript)
I have been using this: var hits : RaycastHit2D[] = Physics2D.LinecastAll (value, value); But I'm slowly learning that the built in arrays in javascript suck and I'd like to be able to use some of the...
View ArticleHow can i connect two objects to an animation?
I have 2 object (fbx files). The one is a human uses Humanoid Animation Type with imported animations, the other is a weapon. I want put the weapon to human hands, and i would like if the human play an...
View ArticleUnity 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 Articledo i need to pay and rent server for hosting and joining in remote internet???
i made a network game. everything works fine except joining the room. i have no idea why this happened this is my code and setting public class LobbyManager : NetworkLobbyManager { ... public void...
View ArticleMultiple match with same name - Unity Match Maker
For establishing match making service, I was using this code: [NetworkMatch][1] Everything working properly for me, except both players can able to create room with same name and become host. Unity...
View ArticleDoes unity teams work between mac and windows
I've gotten my connection in unity teams to work between different microsoft laptops, but when i want to add a teammember from mac it just doesnt seem to work. My projects dont show up on his pc. Any...
View ArticleHelp with syncvars
So I have a syncvar on a player prefab, for the player's ID. when a player joins they put their id in the variable, and all clients currently connected get the id. The problem arises when another...
View ArticleCan't Join same Room in Photon Unity Network 2
I have created a simple Script to make connection between players using Photon Unity Network 2. When I connect using default settings and join a random room, PUN auto create a new room instead of...
View ArticleLightning creates unnatural shadows when I join two objects
I am working on a game where i join objects like a lego and the joined objects produce unrealistic shadows when compared to whole mesh that could represent the two objects. I can not merge the meshes...
View ArticleUnity Network Join Private Room With Room Name and Password
Hello, does anyone know how I can do so that players who want to enter a private room must enter the room name and password? I already know how to make a private room and public rooms I don't know if...
View ArticleHow can I get just one componente, or except one, from a list? (string.Join)
This video shows how to get all the components of a list and separate them by "..." using "string.Join", look that: https://www.youtube.com/watch?v=dHo8zkyWYwM How can I get, for exemplo, just the red...
View ArticleLeaving room in Photon
Hi everyone, I create a simple multiplayer game using PUN2 where one player can create a room with a specific name and another player can join this room by clicking its name in a simple list. After...
View ArticleUnity Mirror: SocketException: could not resolve host ' ',Unity Mirror: How...
Hello! Please Help Me Fix this Issue I was having this Issue since Yesterday. I Created a Multiplayer Game using Mirror Asset. But When I Click the Join Button, it shows me the Error says...
View ArticleUnity Gaming services not working
Whenever i try to join unity gaming services i get this message: ![alt text][1] [1]: /storage/temp/188969-knipsel.png Has anyone else gotten this message and knows how to fix it? Thanks, AapDev
View Article