A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
[IMG] i Have some problem use UNITY 2018.3.4f1 , i just download ver preview 1 and all error gone. work test import psb file [IMG]
i got this error Assets/Barebones/Demos/MiniGame/Scripts/MiniNetworkManager.cs(34,23): error CS0117: `NetworkServer' does not contain a...
hallo there, i try send data to server use reliable channel but i got this message Channel {1} for connection {1} does not support fragmented...
sorry for wrong forum section :) oh thaks for answer . i will start experiment about this (y)
ya i know that, but my big question is where the compile script place on exe file or other file and if im update just replace the file
sorry for my bad english my question . i have build game in there folder caled mygame_data and my_game.exe . where all compiled script store on...
Hallo guys , i wondering about compiled script on build game where there place? i create launcher for my game , this launcher for update client ,...
hay hay im noob for networking any one can help me :) :) i have vps ubuntu. but i do not where i start.:oops::oops: any tutorial or example for...
just make child your animation object to empty game object that make coord local , if your animation object is not child that use global coord
what is strange? ghost come outside from your game?
maybe z coord or you editor error, try to change to default layout maybe help you
thanks for idea about pharsing data i will try :)
hai hai :) im have trouble about insert data from php to variable in c#, i create php and its work perfect then i can read all echo from php, btw...
i have character with humanoid rig and 3 avatar mask - head - body - lower and in animator i have 3 layer for each avatar mask. but how set...
this problem solved by my self thank for interest :D this my fix code using UnityEngine; using System.Collections; public class Costumize :...
for (int x = 0 ; x < baju.Length ; x++ ){ baju[x].gameObject.SetActive (false); } this loop for deactive...
hay hay, i create code for my caracter costumize, when button j press change clothes, this my code using UnityEngine; using System.Collections;...
is it not jumping at all , i dont know where the trouble, im use unity 5.2.0f3
i have some troube obout trigger at BoxCollider2d, i create simple jump use trigger for check groud this my code using UnityEngine; using...