Tagged Questions
0
votes
0answers
9 views
Strange behaviour on GetUnity().SendMessage()
I'm trying to call a Unity function from Browser JavaScript. I defined the exact same function with a different name, the first one works, the other doesn't. What could be the problem ?
Unity Code:
...
-1
votes
0answers
41 views
Accessing Object elements by index in JavaScript
I'm new to JavaScript and really confused by the Object type.
My problem is in Unity3D, but I think this is a general JavaScript problem.
I'm trying to communicate between browser JavaScript and ...
1
vote
0answers
30 views
Blender to Unity rotations screwed up
I managed to get rotations on the console in blender, but when I try to apply it in Unity, it is just very wrong. I am using Quaternion.Set
to set the desired rotation. I know that blender uses (WXYZ) ...
-4
votes
0answers
68 views
Unity3d car game tutorial [closed]
I know a bit of programming but I'm very much new to unity and I was looking for some good car game tutorials which help me to make a complete car game.
Any help would be appreciated :)
0
votes
2answers
47 views
transform.Translate not working properly in Unity
I am developing a game in which I want infinity road, So I created 40 instances of the road which I want to repeat again and again.
I am writing the following code to change the position of road that ...
0
votes
1answer
36 views
Unity3d Webplayer hideFlashCallback
I have a game running inside Facebook and I'm trying to hide the game window when a user clicks on their search bar, friends, notifications or messages. I've looked into Facebook's Javascript API and ...
1
vote
0answers
31 views
Function Downcasting in UnityScript
I actually posted this on the Unity forums, but none of my language-related questions ever seem to get answered there. So, let's say I have a function defined as so in Unity Script:
function ...
-2
votes
0answers
37 views
i am working on unity 3d how to highlight a group of similar gameObjects of single prefab on mouseover [closed]
I am trying to make bejeweled like game i made 5 prefabs of different game objects and randomly generated placed in 9*9 array so i want to highlight a group of 3 similar or more than 3 similar game ...
1
vote
2answers
59 views
Unity Javascript - Mecanim animator state
I'm having a big problem here. I need to know which animator state I'm currently in, in order to make something happen. I've been searching a lot on this matter but because the mecanim animation is so ...
0
votes
1answer
60 views
Synchronization in Multiplayer in Unity3D
I am working on a Unity Network game in which I have two players which have some basic moves. One player is controlled by the server and the other player is controlled by the client.
To accomplish ...
0
votes
1answer
39 views
Formatting .NET TimeSpan in Unity
I'm trying to format a .NET TimeSpan in Unity with Javascript.
I've imported System, and I'm trying to do this:
c.timeLeft = (now - c.endTime).ToString("HH:mm:ss.f");
c.timeLeft is a String.
now ...
0
votes
1answer
68 views
Unity3D - Top Down Camera Logic Gets Locked When Using Transform.LookAt
I've put together a custom top-down camera logic script based on Unity3D's ThirdPersonCamera.js script. Everything appears to be working properly, the camera follows the target player on the XZ plane ...
0
votes
1answer
60 views
.NET XML Serialization with a static class in Unity: InvalidOperationException
I'm using Javascript with Unity to save data as XML.
I'm importing parts of the .NET library to give me the XML serialization functionality
I'm trying to take my static Global class and turn it into ...
0
votes
2answers
73 views
Fighter Game in Unity3D - Fighter hit opponent [JavaScript]
I'm making a fighter game in Unity. When I punch I need to find a way for Unity to detect that if I'm hitting the opponent. The problem is that I don't seem to find a way to do so.
Isn't there a way ...
0
votes
3answers
58 views
influence of the wheels on the vehicle movement
I'm new in Unity. I want to do that wheels (cylinders) in this car will turn around if I press "up" button on my keyboard.
This is the code I've written:
var forwardSpeed: float = 3;
function Start ...
-1
votes
2answers
86 views
object movement as wave in Unity 3d
I created a object in unity
GameObject monsterclone =
(GameObject)Instantiate(monsterPrefab, floorPosition, Quaternion.identity);
This object should move in a wave style from a limit1 to ...
0
votes
1answer
67 views
Is there a way to add water to a Unity3d project that is combatible with mobile platforms
I am working on a Unity3D project, I have Unity Pro which comes with water4. I realize I will not be able to use this if I'm trying to make a game that works on mobile devices. Does anyone have an ...
0
votes
2answers
26 views
how to properly use getComponants to get a audio array?
Alright, so I got this code I shrunk down to one line:
gameObject.GetComponents(AudioSource)[0].audio.Play();
This line gives me this error:
InvalidCastException: Cannot cast from source type to ...
0
votes
1answer
106 views
How do you load a video file as a new material in a script in Unity Pro?
I'm trying to write a script for Unity Pro that loads a video texture upon the user using a key object on it. I'm various errors like "NullReferenceException: Object reference not set to an instance ...
0
votes
2answers
88 views
Modifying an AI script with raycasting in Unity
So I've managed to modify some code that I have found for ray casting so that my enemy moves towards the co-ordinates of my first person camera. However, I need to change the way the ray casting moves ...
0
votes
1answer
48 views
how could i write the function for the card game war cleaner?
I've been working on writing the card game war in Unity3D and some were in the war function I lose 2 cards. I was wondering: is there any easier way of doing this? Or could anyone let me know what I'm ...
0
votes
1answer
244 views
Unity Master Server Vs Simple Client Server
I have written two programs and i want both of these to run on my android device which are on the same network but one which is simple client server program it will run on both device and connection ...
0
votes
0answers
72 views
Unity3D Racer position in lap 2 not working properly
Sorry, i still asking here. But it's kinda difficult to solve it. So this is the Method i use :
I make a new script that attached in Player's Kart or AI Karts. Named Rankers.JS
Rankers.JS has ...
0
votes
2answers
134 views
Client Server Programming In Unity using JavaScript
I'm new to Network programming in Unity3D and basically I would like to make a connection between two android devices, through WiFi using the Client Server Model. And I have some questions.. such as
...
2
votes
1answer
107 views
Dynamically adding 3d objects to a scene in Unity3d
I am working on an Unity3d project in which I want to dynamically add 3d objects to the scene, at the same position, orientation, upon a keyPress. For doing so, I imported these objects and made a ...
0
votes
1answer
46 views
how to find the value of an array in a random location?
i have an array of objects that I'm trying to randomize and i was wondering how can i find the data of a random location in an array using Debug.log? this is mainly so i know if it is working right.
...
0
votes
1answer
63 views
Collision with Capsule Collider [duplicate]
I am using two character.I am using Character controler on both of them.But i have place capsule and capsule collider on these character as well. But i want the collision will detect when capsule are ...
0
votes
1answer
120 views
Collision Detection In Unity3D
I am working on 3D fighting game.I have two character with their animation.I have applied character controller and character controller script which i have customized. I have two button one to move ...
0
votes
1answer
51 views
Can trigger enter be directional i.e trigger enter to happen only in one side and not on all sides of a collider in unity3d?
In my game the player running in forward direction on a path triggers the collider to instantiate the enemies, when the same player comes in opposite direction and triggers the collider i dont want ...
5
votes
2answers
184 views
Basic Functions in Javascript
I just have a basic question. I'm trying to learn how to use functions with Javascript and I learned that when you create a function using something like
function Example(text)
{
print(text);
}
...
2
votes
1answer
59 views
How to disable a collider when the trigger of another collider has been entered?
I am building a game where the player runs on a path. When the player triggers a collider, 2 enemy objects will spawn.
What I want is when the first collider trigger has been entered, I want the ...
0
votes
1answer
240 views
How to Work With GUI button in unity
I want to get user input through GUI Button in unity3d javascript..I have write this script to get user input through key bord
var f_hor : float = Input.GetAxis("Horizontal");
//Get Vertical move - ...
0
votes
1answer
298 views
Unity - Car AI Avoiding obstacle
sorry for asking too often. I have a problem on Andrew Gotow's Car AI. The Problem is The AI did not avoid player / car in front of them or they just go ahead and hit the player / car in front of ...
-2
votes
1answer
47 views
c# script and unity3d [closed]
I am making a game where a player throws a rock with a force in unit y3d. The rock throwing with a force but now am trying to implement a slider that keeps moving until the player presses the throw ...
0
votes
1answer
114 views
Unity transform.lookAt
transform.LookAt(target.position);
I'm trying to use this code to have a AI lookAt the enemies but it looks way to high.
0
votes
3answers
83 views
How make the turning of the player happens only at edges or desired places in unity3d?
i am trying to make a game where player runs to collect the coins. The problem i am facing here is the player turning left and right. I want the player to turn only at specific places and not ...
0
votes
1answer
70 views
Movement of Character through Script
I have created two simple animation and apply simple capsule collider having fricitionless material.Now when these meshes collide with each other then a function called and its give me a message on ...
0
votes
3answers
178 views
How to collide .fbx animation in Unity
I am new to unity. I have two animation in .fbx format.They can move..Now i want when both will collide with each other a sound will produce.Is there any idea how i will do this.Thanks in advance
0
votes
1answer
70 views
Display precise time remaining
I have the following code and I want to add miliSeconds var so it would display something like this:
minutes : seconds : miliSeconds
2 : 35 : 98
Time.time is the time elapsed from app begin, ...
0
votes
2answers
179 views
Stop First Person Controller input from another script in Unity 3D
I'm using Unity 3D with JavaScript for the programming.
I have a First Person Controller with the built-in script CharacterMotor.js. In that script, there is a variable declared at the top called ...
0
votes
0answers
125 views
Unity3d/JavaScript/GameLogic 3D snake classical movement
function Update () {
if (Input.GetKeyDown(KeyCode.LeftArrow) || Input.GetKeyDown(KeyCode.A))
{
right = true;
left = false;
}
if (Input.GetKeyDown(KeyCode.RightArrow) || ...
0
votes
1answer
118 views
Trouble with raycasting in Unity 3
I'm trying to script my AI on a simple way. The AI does a raycast in front, left and right of it. Then it takes a random direction in a way that doesn't contain a "Boundary"-element.
First, my ...
0
votes
2answers
117 views
How to swap array elements?
I have an array (in a JavaScript file for Unity3D) which has checkpoints as GameObjects, and I am trying to write a function to swap them. So I have
public var cps: GameObject[]; //Initializes ...
0
votes
2answers
66 views
Search a substring in an array of Strings in Javascript
I'm trying to search a substring in an array of Strings. I'm using the following code (in Unity3):
var obstacles = ["Border", "Boundary", "BoundaryFlame"];
var frontAvailable = true;
var ...
-2
votes
1answer
78 views
Cant figure out a way to move my object in x axis (Unity) [closed]
I'm trying to move an object in the x axis when pushing a button.
Unity is the software I'm using, so please help me solve this problem because I'm stuck.
private var ray : Ray;
private var ...
0
votes
1answer
95 views
'Operator > cannot be used with a left hand side of type 'object' and a right hand side of type 'object' error in Unity
I have these code in unity and I've received this error. "Operator > cannot be used with a left hand side of type 'object' and a right hand side of type 'object'. For me it's like a bug in the game ...
0
votes
0answers
73 views
Hiding/Unhiding group of GUI Text in Unity
I have created a empty GameObject to contain GUI Text objects, how can I make them hidden? Will I use the renderer or will I just one by one pick those GUI Text objects and set its active to false? I ...
2
votes
2answers
55 views
Check if object completely passes another object Unity3d
I'm in the middle of a game where the character travels through different corridors and hallways to get their goal. As the player goes through the corridors, I want the walls to disappear when the ...
1
vote
1answer
242 views
Font issue in unity 3d
Hi I imported a font and using it in GUISkin for buttons. But I am getting a warning
Font size and style overrides are only supported for dynamic fonts.
UnityEngine.GUI:Button(Rect, String)
How to ...
0
votes
1answer
155 views
How to change a string into integer in unity 3d
I have to change a string into integer
var floorname = coll.collider.gameObject.name; //output:block25
var cur = floorname.Substring(5); //output: 25
var cu = parseInt(cur);
But while giving ...
