Unity 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Article