Unity3D is a commercial development platform for creating games, interactive 3D applications, training simulations, and medical and architectural visualizations.
-4
votes
0answers
151 views
How To Create Loading Progress Bar in c# Unity3D? [closed]
I Needed To Create Progress Loading Bar in c# unity.i Don't have any idea plz help me.
using UnityEngine;
using System.Collections;
public class LoadBar : MonoBehaviour
{
void start()
{
}
void ...
0
votes
1answer
32 views
Projectile Rotation in Unity3D
I want to simulate a projectile motion. I use the following Code
if (Input.GetButtonDown("Fire1")) {
Rigidbody clone;
clone = Instantiate(projectile, transform.position+ new ...
0
votes
0answers
39 views
Unity3D Facebook GameList
Do you know how to add the game in this section on facebook?
https://www.facebook.com/appcenter/?list=332150656900427
We are experiencing problems with the rejection of users have installed the ...
1
vote
0answers
73 views
Mathematica's MathCode for creating a 3D Graphics plugin in Unity?
I have done image-processing algorithms in Mathematica but now I should reimplement them directly in Unity aka create a plugin that makes things such as preprocessing, certain smoothing, texturing and ...
0
votes
2answers
82 views
No keyboard input in Unity3D game builds
I'm using Unity3D and I'm having issues with the keyboard when I 'build' the project.
When I run the game within the Unity Editor, the input works fine. However, when I build the project and test it, ...
0
votes
2answers
66 views
How to display “stop” message on screen when car reaches at a traffic signal?
I have used box colliders and GUI function... but the problem with box collider is that your car stops after hitting the collider and and I also want message which is displayed on the sceen to be fade ...
1
vote
1answer
62 views
Change Character Direction While Jumping
I'm making a 2D platformer and I followed a tutorial to build my character. This character works fine except that when jumping, it doesn't allow for changing direction midair. How can I add to this to ...
0
votes
1answer
75 views
Respawn Destroyed GameObject (Enemy)
I am writing a game (2D platformer) and I'm trying to get enemies to respawn when the player respawns. I cannot simply reload the level as I have some objects that load when the level loads, so it ...
0
votes
0answers
43 views
Particle system's values don't affect the particles [closed]
I am using Unity 4 and when I am setting the properties of my particle system, I added the "Ellipsoid Particle Emitter" (EPE) to set some values from : Component -> Effects -> Legacy Particles -> ...
1
vote
1answer
38 views
Mass-Replacing Objects using Unity's label tags?
Im currently working on an exercise, for which I want to create a technical design documentation.
Therefore, I need to evaluate possible solutions to a bunch of problems coming with my fictional ...
6
votes
1answer
96 views
Make Player Flash When Hit
I'm trying to make my player flash when hit. I have hit detection working. He currently changes to red. I'm wondering how to make the actual flashing occur. Here's a snippet that handles being hit:
...
0
votes
1answer
26 views
Unity3d server auto discover
I need to implement a game with a server in a local network, with no Internet access.
Provided that I can handle the connections and network communication between clients and server if they are ...
0
votes
2answers
132 views
User detection in unity with kinect sdk
I'm using Unity 4.0.1 with kinect sdk 1.6 and developing with c# (imported kinect wrapper),
In the project when user goes out of range or one of bones can not be captured because of user not exactly ...
1
vote
1answer
42 views
How to retrieve parameter values from URL scheme
I have been working on an iPad app. We have setup the URL scheme (e.g. myapp://?foo=1&bar=2) for our app, so that when user clicks on link in a page, our app will open on iPad.
The problem is how ...
-1
votes
1answer
60 views
Is there any software similar to 3dsom,123d? [closed]
I can't found some opensource project witch is used to convert 2d photograph to 3d models.
3Dsom or 123d provided by autodesk can work but I can't pay for them.
Someone is using any software like ...
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
58 views
Calling Resources.Load on a texture is not working
I'm trying to load a Texture from the Resources folder but it keeps on returning null.
t = (Texture)Resources.Load("Circle") as Texture;
The circle texture has an extension of .tga.
0
votes
1answer
70 views
C# BSP Splitting Algorithm Logical or Calculation Error
I need your advice.
Okay, so I am having a problem with this algorithm. I'm using the recursive method of adding to and maintaining the binary tree for this program, but when Split Once is done 3 ...
8
votes
2answers
238 views
A* Pathfinding over multiple grids
I'm attempting to implement A* pathfinding around a cube, the cube is made up of 6 grids and to keep it simple I have 4 methods GetXPlus, GetXMinus, GetYPlus, GetYMinus. Each method checks to see if ...
1
vote
2answers
81 views
How to draw images on Terrain in unity
I am working on game in unity in which i need some images to be placed on terrain as in the attached image yellow arrows and "P in blue circle" are rendered on surface in unity.
Any idea or method ...
0
votes
1answer
60 views
Generating Keystroke With the Kinect
I'm currently working on a project for the final year of my degree and am having some trouble with the coding aspect, being fairly new to C# and unity. I'm using the Kinect, unity and zigfu package ...
3
votes
1answer
72 views
create AudioClip from byte[]
I have problem. I use sqlite to store sounds. I get sound from it in byte[].
Then convert byte[] to float[]:
private float[] ConvertByteToFloat(byte[] array)
{
...
0
votes
2answers
56 views
Texture/pattern recognition/matching int Unity?
I going to develop a game in which user draws a shape on the screen with his/her finger. Now I have some predefined shapes in form of textures already with me. What i need to do is to Detect what ...
3
votes
1answer
54 views
Constant and probably inaccurate Frame Rate
I am using the following code to calculate Frame Rate in Unity3d 4.0. It's applied on a NGUI label.
void Update () {
timeleft -= Time.deltaTime;
accum += ...
0
votes
0answers
45 views
Connecting to Unity 3d tcp server from mac
I have a TCP server inside Unity 3D app. I want to connect to it from macbook. This is the Unity code in C#.
listener = new TcpListener(port);
// start listening
listener.Start();
// wait for ...
0
votes
0answers
48 views
Unity 3d on Linux UI error
I was able to get Unity 3d (3.5) working with Wine on Ubuntu 12.04.
Problem is that the IDE is blurry. It looks like everything works, I just can't see it.
Anyway else have this problem? Is there a ...
1
vote
1answer
50 views
Unity3D third party C# library inclusion
So I'm currently working on making an RPG that's going to require a lot of state machines with Unity3D. The problem I'm running into is when trying to include the Stateless Framework ...
0
votes
0answers
58 views
Using Xbox 360 controllers on mac os with unity
Good people of SO,
I'm currently working on a game in Unity3D using xbox 360 (wired or not) controllers.
I'm searching for some king of "best practice" to achieve Windows and MacOS support for the ...
0
votes
0answers
51 views
Creating a projectile hitbox in Unity
I started experimenting with C# scripting in Unity. I a beginner in both Unity and programming.
At the moment I want to create a hitbox that detects physical projectiles hitting it, so I made a ...
2
votes
1answer
101 views
Unity Custom Inspector on Custom Window
I have a custom window that show a list of objects. Each of this objects has a custom inspector editor.
Is possible to show custom inspector inside the custom window?
0
votes
3answers
136 views
drawing a line following an object in unity c#
Hello I am using this code to draw a line that follows an object
Debug.DrawLine(new Vector3(gameObject.transform.position.x, gameObject.transform.position.y, gameObject.transform.position.z),
...
0
votes
1answer
49 views
RotateFunction has diffrent behaviours
I wrote function of class Card, which should rotate Card in time around its Y-axis.
public IEnumerator RotateCard(float angle)
{
if(rotating)
yield break;
rotating = true;
...
1
vote
0answers
52 views
Why performSelector:withObject:afterDelay can't work well in Unity?
In Unity 4.0.0 default setting.
I create a UIView and add it to unity window.
In my code I call the function below:
[self performSelector:@selector(hideDelayed:) withObject:[NSNumber ...
0
votes
0answers
138 views
Unity3D: Android Plugin Resources issue (MoPub and SocialNetworking Prime31 Plugin)
I have the same problem as here and here, with use more than one plugin that uses resources in the same project. With the public.xml I could not solve the problem. :(
Is there perhaps a good general ...
0
votes
1answer
93 views
Using Main Camera with transform.LookAt at a target but no rotation of camera
I am writing an app in Unity3d which is a runner game .Now when I jump the character up(move it in y direction) then the camera rotates because I am using
transform.LookAt(character)
1.the first ...
1
vote
1answer
72 views
Clamp X position of object in unity 3d
Here is my code in unity 3d
moveDirection = Vector3.forward + new Vector3(Input.acceleration.x * 0.3f, 0, 0);
// transform.position.x = Mathf.Clamp(transform.position.x, -2.0f, 2.0f);
...
-1
votes
2answers
76 views
Individual Booleans are returning true, but when checking if both are true returns false
So I have two booleans: Player1Finish and Player2Finish. They both turn to true when the players specifically enter a certain point. Everything in the code is working, and I tested it and had it print ...
0
votes
1answer
85 views
How to make Unity3d move objects on a table?
I am working on a tabletop game that user controls using accelerometer in the phone. It is pretty similar to Labyrinth on iOS.
The scene contains a tabletop created using planes and cubes, and a ...
-5
votes
1answer
69 views
make a trail renderer without built in trail renderer [closed]
Is it possible to make a trail follow a game object with c# code without using the built in trail renderer and so does anyone have the code that would do this.
Thanking You
0
votes
0answers
92 views
Unity 3D - Shaders with alpha brake depth of field
I have a scene where I really need depth of field.
Apparently, Unity's depth of field doesn't work with any of the shaders, neither built-in or custom, that process the alpha.
So this happens, for ...
0
votes
0answers
128 views
Unity 3D anti aliasing not working?
Anti aliasing does not seem to be working with the free version of Unity. I've created a very simple project with a cube, camera and light to demonstrate this.
Anti aliasing is set in the settings:
...
0
votes
0answers
48 views
Where are specific “assemblies” in Mono?
So, after asking for some help over at the Unity forums, I was told to try dropping in specific assemblies/dependencies from Mono into the my Unity project. Unfortunately, I'm not quite sure what ...
0
votes
1answer
32 views
Whats wrong with levelBaseStart?
using UnityEngine;
using System.Collections;
public class PlayerStats : MonoBehaviour {
[System.Serializable]
public class BaseStats {
string name;
int currentLevel;
int targetLevel = ...
0
votes
1answer
31 views
Want hp to inherit Stat and have current and max instead of manually making currenthp and maxhp?
using UnityEngine;
using System.Collections;
public class BaseStats : MonoBehaviour {
[System.Serializable]
public class baseStats {
public string name;
public int currentLevel;
public ...
1
vote
1answer
96 views
animation not playing unity
This appears to be such a common problem, that finding answer to my specific case is near impossible, because of the amount of noise in google or forum searches.
I have imported object to unity from ...
0
votes
1answer
25 views
Getting Stats to show in inspector?
How would I get mainChars stats to show in the inspector??
using UnityEngine;
using System.Collections;
public class BaseStats : MonoBehaviour {
public struct baseStats {
public string name;
public ...
0
votes
0answers
44 views
MonoDevelop is Removing My Reference to System.Drawing (Unity)
In one of my scripts it is required that I reference System.Drawing. However it seems every time I start up the project and enter Mono it's removed the reference and I need to re-add it.
All my other ...
0
votes
1answer
185 views
Unity3d C# camera zoom script
So before I explain my problem. I will first tell what I am really doing.
I am working on a click to move/zoom camera script. There are 3 planes in front of my Main Camera. Now what I am doing is, ...




