How to set part of animation to play at different speed?
Hello. I have this problem. I have a character that runs by itself (not by user input) and has animation for that, then he must jump forward (also automatic) and then he falls down (no user input here...
View ArticleSimple Host and Join
Is there any examples or anyone has a script to provide, I just need it to be able to Join with IP and Host simply using the Master Server. Thank you in advance, im a newbie
View ArticleMultiplayer - 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 Article