Unity3D is a commercial development platform for creating games, interactive 3D applications, training simulations, and medical and architectural visualizations.
0
votes
1answer
28 views
Floor attached to player
I am working in Unity and have a floor attached to the x,z coordinates of the player, so I do not need to load the floor in tiles. The floor is always leveled.
However I notice that when the player ...
0
votes
2answers
382 views
Unable to upload the APK expansion file on Google Play
I'm using unity android, and I'm trying to upload my app.
It's a 80Mo app, so I had to split it.
Here is how I set up the Other Settings in player prefs (unity3d):
Bundle identifier: ...
0
votes
1answer
75 views
Unity 4 - Imported non-humanoid character with animations. Can I add physics?
I am relatively new to Unity and I need help on something I am doing for a contract. I have a non-humanoid PC imported with animations as an fbx file so I have to do the animations through legacy ...
-1
votes
2answers
126 views
Unity3d www.progress not working in iOS [closed]
I am posting values to web service and getting response from the same web service and i am
using WWWForm in Unity3d. Now i want to wait till the response not completely load . For that
i have use ...
0
votes
1answer
110 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
0answers
76 views
Two player recognition in kinect? [closed]
I've built a car game using UNITY3D. I have two modes i.e. single player and two player. I have managed to control the steering and throttle of one player game using the kinect as input. I was ...
3
votes
1answer
176 views
My iPad landscape splash screen jumps to portrait
I am developing an universal app using Unity3D and Xcode. The iPhone version works just perfect and its orientation is portrait. The splash screen comes up fine in portrait mode.
Now, everything in ...
0
votes
2answers
81 views
Heterogeneous tiles and perlin noise
I am trying to implement a tiled game with heterogeneous tiles; tiles of different sizes.
All tilesizes are rounded in size (to a meter) to make it easier.
I am looking for a algorithm that fits the ...
1
vote
2answers
77 views
Program built using Unity3D Freezing PC - Sporadic
My program that I built using Unity3D sporadically freezes, and this action freezes my computer. I'm unable to pinpoint the root cause. I had placed logs all over my project, but the game failed to ...
5
votes
4answers
444 views
C# Generic Functions
Seeking some help on C# generics. I am working in Unity3D and am rolling a BiLerp function as Unity3D doesn't have one.
public Vector3 BiLerp(Vector2 _uv, Vector3 _00, Vector3 _01, Vector3 _10, ...
2
votes
3answers
68 views
unity regular expressions
Hello I am using the following regex command to only allow numbers be inputted into a text field
Regex rgx = new Regex("[^0-9]");
however this obviously doesnt allow the inputting of positive and ...
2
votes
2answers
181 views
system.entrypointnotfoundexception in <Filename unknown> in Unity3d
I am trying to call a simple native function (C++) from Unity3D. I have done the following:
Placed the libMSDKWrapper.so in Assets->Plugins->Android
This is my C# code
using UnityEngine;
using ...
0
votes
2answers
97 views
How can I include unity3d projects in android ones?
I'm trying to make an android application which includes two different projects created and exported from Uniy3d, one is a simple interactive 3d environment while the other is an AR application based ...
2
votes
1answer
217 views
Rotating faces Rubik's Cube C#
I've been looking around the internet for a few days now, and I can't really find an answer that i can understand well enough to rotate my Rubik's Cube.
I have made my own 3D Model using Blender of a ...
0
votes
2answers
102 views
Relative UILabel in a game object
I created a game object which acts as a repeating item for a UIGrid which I populate dynamically. The gameobject (RowItem) has couple of UILabel whose text can change on runtime depending on the ...
0
votes
0answers
136 views
Activating Unity on iOS Button click
I have an iOS app, with diffrent views, and I would like to open a Unity project on click of a button. This would be an augmented reality part of the App, which thus uses the qualcomm plugin for ...
0
votes
1answer
75 views
MeshCollider copy slow for physics
I am creating a tiled world, where tiles are made of GameObjects. However, I would like to have physics in this GameObject. If I instantiate a GameObject for each tile, I get framedrops, and if I use ...
1
vote
2answers
93 views
Is there a C# a list-like data structure that does not interact with .NET mono GC?
Is there a C# a list-like data structure that does not interact with Unity 3.5/4 .NET mono GC?
I know C# structs behave like scope variables in Unity and are not controlled via GC. I wonder if there ...
1
vote
1answer
69 views
Spawning Enemy issue
I'm trying to have my game spawn enemies when ever the player reaches a way point.
Right now, I have this functionality working. When my player gets to the first way, the enemies spawn. He only moves ...
0
votes
2answers
281 views
A kinect cursor in unity
I wish to be able to get a curser working in unity using Kinect. its essential that i do this by using the kinect sdk as a plugin into unity and not to use openni , ive managed to get it half working ...
0
votes
0answers
99 views
Unity3D vibrating and choppy scroll (with live demo + WebGL compared)
Something must wrong here either with me or my monitor or GPU. Others also suffer from this phenomena see the links.
Now I would like to emphasize this problem is exist, being optimist I think there ...
0
votes
0answers
43 views
Shadow Volumes Toolkit flickers screen in mobile device
I am using Shadow Volumes Toolkit plugin, bought from asset store in my game. As soon as I've included the Shadow Renderer prefab, and installs on Android device, the screen starts ...
0
votes
2answers
320 views
Unity3d how to reference swipe control from another script?
I have tried every which way possible to get this to work with no success. I have a swipe script and a game/control script. I am trying to reference the swipe control in my control script as the means ...
1
vote
1answer
215 views
Need Unity character controller to make sharp 90 degree turns and not slide when turning
I'm using the first person controller for my characters movement. On a left arrow keypress, I'd like the character to instantly rotate 90 degrees and keep moving forward. Currently, when I hit the ...
1
vote
1answer
70 views
Can I get the Unity3D engine version in Xcode and how to do a conditional compile based on the version?
I'm working on a plugin in Unity3D for iOS. For some reason, I need to specify some code in the native code (.mm in Xcode) to be compiled under before Unity3D 4.1 and other be compiled after Unity3D ...
2
votes
2answers
229 views
Accessing Bluetooth data via Serialport in C#
So I'm working in Unity3D, programming in C#, and I heard that one can read data from a Bluetooth adaptor via SerialPort. I have several Bluetooth USB adaptors that I've tried to connect on my PC ...
2
votes
2answers
229 views
PayPal.initWithAppID() crashes with NullPointerException
FATAL EXCEPTION: Thread-5195
java.lang.NullPointerException: src == null
at java.lang.System.arraycopy(Native Method)
at com.paypal.android.a.g.a(Unknown Source)
at ...
2
votes
1answer
78 views
Sending RPC to add playerName
I'm trying to make it so, whenever a Player Connects to the server, it transfer it's selected name, over to the RPC, which then will update the Player Game Object for everyone. But this seems to give ...
2
votes
1answer
85 views
What does EA Games use to develop games for iPhone?
What does EA Games (Electronic Arts) use to develop iPhone games with such high graphic quality? Does it use the built-in OpenGL functionality, or do they have an engine which we can use like the ...
1
vote
1answer
52 views
Unity OSX Standalone Player not storing local data
I'm using Unity 3.5, trying to make a standalone OSX player for my application. Everything goes quite swimmingly until I make a pkg from it using productbuild.
The syntax for my productbuild line ...
0
votes
0answers
245 views
Add gameobject dynamically to scene in Unity3d
I am creating a scene in which I want to show list of offers. In order to show the offer, I created a prefab with placeholders for the offer details which I will get at runtime. I created a place ...
2
votes
1answer
82 views
Scale a Plane to fit a Frustum or Grid Cell
I am attempting to create a function taking a plane in 3d space, and returning a plane which will fit in its entirety inside one section of a grid on the screen.
The grid on the screen is fixed and ...
0
votes
2answers
58 views
modify class for specific child
I have this abstract class which contains a class called Hierarchy holding some variables (unity3d will not display Structs on the inspector window).
This abstract class has some children and while ...
2
votes
2answers
91 views
NullReferenceException when trying to use a foreach on an Interface
Here is my C# code within Unity 3D:
private List<IEnemy> Enemies;
void Start () {
soldier = OT.AnimatingSprite("PlayerAnimatingSprite");
Bomber bomber = new Bomber(soldier);
...
4
votes
1answer
112 views
Unity3D: Strange 1 pix white line between tiles on my 2D game
My game have a tiled 2d map. This is a scene screenshot:
I found when I move the camera vertically, there are strange white lines randomly appeared between randomly tiles, See:
I don't know ...
0
votes
2answers
92 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
0answers
259 views
Facebook Open Graph: Mentioning Pages (with Prime31 Plugin for Unity)
I'd like that a user can post a message with a fanpage tag. This solution for Graph API does not work.
Now I've tried it with Open Graph. But I do not understand this tutorial. A namespace and a ...
-2
votes
2answers
518 views
Starting a 2D Platformer in Unity [closed]
I'm starting a 2D platformer in Unity. I want to write it in C#, but most of the tutorials I'm finding are in JavaScript. Is there any good tutorial you can direct me to?
If not, what is a good place ...
1
vote
0answers
79 views
Import Unity along with UIKit project
We are working on a game which is based on MapKit from Apple. Choosing to attack some venues from the map trigger some built-in minigames which currently are made in cocos2d. We want to change one of ...
0
votes
2answers
170 views
detect touch on GUI Textures
I have 2 gui textures.
According to screen width and height i kept it in gui.
One for joystick and another for shooter.
Now touching on shooter joystick moves to that specific portion.
i used ...
1
vote
1answer
200 views
Unity3D - Problems after reloading scene via Application.LoadLevel
I have a problem...
There are four scenes in my game: An opening scene, a scene to select players, the actual game play scene, and the game over scene.
I am running into problems when I load my ...
1
vote
2answers
157 views
Warping GUI elements in Unity's OnGUI
I am using Unity3D, and I have a function which is being called inside of OnGUI to lay out the various gui components of my application. Ordinarily, the labels and buttons are all inside of a certain ...
2
votes
1answer
76 views
2D Array retunred as null
I am working on a project that requires me to access multiple different 2D array, for conversation mapping. I have two different classes, talkinterface is the main class with the code that calls the ...
1
vote
1answer
72 views
Shooting a projectile in unity always return null exception
So I'm currently working on my game project using unity3D and I came across this weird error.
I'm trying to instantiate and shoot a projectile forward. here's my Update code:
if ...
1
vote
2answers
246 views
Android app control ringer volume, not media
I'm trying to find the most simple way to have an app control the ringer volume of the phone and not even worry about media volume.
I'm building a live wallpaper with a game engine, it's fussy and ...
0
votes
1answer
151 views
Simple int array in unity 3d [duplicate]
How can i create a int array in class.
And i have to add values to that array.
Not to a specific key.
i declared array as
public int[] iArray;
from function i have to insert values of i to ...
0
votes
1answer
231 views
Everyplay broken with Unity3D 4.1 - “iPhone_GlesSupport.h” missing
It seems like Unity3D 4.1 isn't including some of the files it used to in the iOS builds. Everyplay is creating compile errors because "iPhone_GlesSupport.h" can't be found. Looks like this was a ...
0
votes
0answers
222 views
local webpage on device in unity3d
Is it possible to use a local Webpage in a Unity3d app with full functionality? (Not just a screenshot)
We have a HTML5 app that shall be extended by a 3D Model that is made with Unity. I guess the ...
-1
votes
1answer
97 views
Using raycast how to make player run between two colliders without colliding in unity3d? [closed]
I am trying to let the player run on a path between two colliders on either sides using the accelerometer. I want my player to come back to the center after colliding with the sidewalls when I tilt ...
0
votes
0answers
174 views
Are there any advantages of using UnityScript (Unity3d's Javascript) over C# for Unity? [closed]
I've researched this a little, and it seems like everything you do with Javascript, you can do with C# with a much clearer and more readable code (for a person with C++, Java and C# background).
...


