Quantcast
Channel: Latest Questions by PixelFireXY
Browsing all 32 articles
Browse latest View live

using System.io.Pipes error

Hi, i have a question for maybe a bug of unity 3D, i try to use pipes in unity (just type using System.IO.Pipes;) and unity return me this error: error CS0234: The type or namespace name `Pipes' does...

View Article



difference with Time.time, Time.deltatime, Time.frameCount

Someone can answer me about that please? I've already find in script reference but The total number of frames that have passed... I dont understand what meaning O.o Thanks in advance =)

View Article

Problem with spawn player with RPC calls(c #)

Hi, im working on adventure game in multiplayer, and i made the code for spawn, but im stuck in one point, im show you the situation: this piece of code is attached of a gameObject(DontDestroyOnLoad...

View Article

Strange bug, black screen and invalid input position NaN error

Hi, im working on puzzle game in multiplayer and works all well(about all =) ), anyway when i try my game on my computer, i launch editor and pc, mac & linux standlone .exe, all seems to be fine...

View Article

Ghost effect like Metro 2033

Hi, i'm working on a horror game and i want doing the ghost effect like Metro 2033. Follow this link for more info about it: http://youtu.be/F9q04uXizBA?t=2m4s Anyone know how can i make it? :) Thanks...

View Article


draw planet orbit on solar system

Hi, i'm working for creating a solar system, and i want make visible the orbit of all planets like this: http://youtu.be/3QycIUFxRuU?t=4m49s anyone can give me a little suggestion? =)

View Article

Draw path for the ball

Hi, i find this little game and i want do it similar: http://g.gratis-giochi.it/g.php?id=2198 Specifically what I would like to do is that the player drawing a line, and a ball follows the path that...

View Article

Question marks and colons

Hi, i have found this piece of code, for what is it question marks and colons? :) float horizontalStrafe = Input.GetAxis("Horizontal Strafe") 0 ? 1f : 0f;

View Article


Line Renderer Round

Hi, i've learned basics to draw line renderer and i have done orbits for my planets and all works perfectly, now i want dawing a spherical line renderer(because i have drawn just a line 2D) Just like...

View Article


Conditional operator problem S:

hi, i want to make a picture selector, and i try to use this line of code: int avatarSelected = 0; public Texture[] avatarTextures; GUI.DrawTexture(new Rect(195.0f, 130.0f, 300.0f, 300.0f),...

View Article

MasterServerEvent return value

Hi, i'm sick to search documentation about that without find it. Someone can tell me how can i use this code in script?Like: if(MasterServerEvent == MasterServerEvent.RegistrationFailedGameType) { //do...

View Article

Import oculus configuration unity .json file

Hi, i'm developing a game for oculus rift, and i don't find anywhere how can i import in unity project config file of oculus configuration unity. I followed this guide([click here][1]) but now that i...

View Article

ForceMode2D doesn't work

Hello everyone, i'm working at 2D scrolling game and for moving a sprite i need to use Addforce in rigidbody2D, but when i try to use ForceMode2D like this: rigidbody2D.AddForce(new Vector2(moveX,...

View Article


Shape PolygonCollider2D

Hello everyone, i'm trying to shape PolygonCollider2D in my game for detecting collision of the player, this picture is self-explanatory: ![alt text][1] [1]:...

View Article

field become null after object as instantiated using EditorGUILayout.ObjectField

Hello everyone, this is my code for change text to a label in the hierarchy: public class Collectable : MonoBehaviour { public UILabel HUDLabelOwner; //label of NGUI void Start() { HUDLabelOwner.text =...

View Article


using System.io.Pipes error

Hi, i have a question for maybe a bug of unity 3D, i try to use pipes in unity (just type using System.IO.Pipes;) and unity return me this error: error CS0234: The type or namespace name `Pipes' does...

View Article

difference with Time.time, Time.deltatime, Time.frameCount

Someone can answer me about that please? I've already find in script reference but The total number of frames that have passed... I dont understand what meaning O.o Thanks in advance =)

View Article


Problem with spawn player with RPC calls(c #)

Hi, im working on adventure game in multiplayer, and i made the code for spawn, but im stuck in one point, im show you the situation: this piece of code is attached of a gameObject(DontDestroyOnLoad...

View Article

Strange bug, black screen and invalid input position NaN error

Hi, im working on puzzle game in multiplayer and works all well(about all =) ), anyway when i try my game on my computer, i launch editor and pc, mac & linux standlone .exe, all seems to be fine...

View Article

Ghost effect like Metro 2033

Hi, i'm working on a horror game and i want doing the ghost effect like Metro 2033. Follow this link for more info about it: http://youtu.be/F9q04uXizBA?t=2m4s Anyone know how can i make it? :) Thanks...

View Article
Browsing all 32 articles
Browse latest View live




Latest Images