Unity3D is a commercial development platform for creating games, interactive 3D applications, training simulations, and medical and architectural visualizations.

learn more… | top users | synonyms (1)

8
votes
2answers
10k views

Oolong, SIO2 or commercial Game engine for 3D iPhone Games newbie?

I'm trying to pick between the Oolong and SIO2 iPhone game engines for my first game programming project. I have some Cocoa experience and many years of C++ including relatively low level 2D graphics ...
6
votes
4answers
4k views

Mixing Unity generated code with Objective-C in iOS?

Is it possible to mix iOS code and interface elements with Unity generated iOS code? For example if I am working with a game developer who is developing a game in Unity, could I take his xCode ...
3
votes
1answer
603 views

Deploy Unity3D in Windows Azure

I'm a bit stuck with the windows Azure plateforme. For now, I have a ASP.NET MVC 3 Web role running on Azure. But I want to deploy a Unity3D Web Player Application. How can I perform this task. I ...
2
votes
0answers
425 views

Using Unity3D in one of the iOS App's views

I have an iOS app built natively using Cocoa. Now, I want to add a Unity3D simulation to it. Is it possible to invoke Unity simulation/screen on a button click on a native screen? Or do I have write ...
7
votes
2answers
903 views

What are the “gotchas” when developing an iPhone Game?

Am used to developing business and reference apps. Now I have to do an iPhone game. What tips can you share to help me with: understanding the scope of the project defining the deliverables ...
9
votes
1answer
7k views

Unity3d integration with android

I need to create an android application which consists of parts written on Unity3d (animation and so on) and on AndroidSDK (by androidSDK I mean few activities written in java, manifest and resources) ...
3
votes
2answers
3k views

Accessing facebook for posts etc with Graph API c# unity3d

I'm using C# in MonoDevelop with the Graph API to interact with users facebook pages. I've become thoroughly confused though. Are these the correct steps? create facebook app Here : ...
5
votes
3answers
3k views

Problem with collision detection of a fast moving ball with a racket controlled by mouse

In unity, i have a racket which is supposed to hit a ball, and the racket is controlled directly by the mouse, i.e the bat is being moved by the mouse using mouse axes and the using ...
1
vote
3answers
1k views

Alternative of Unity & SIO2

I am searching for open source free API just like Unity or SIO2 which I can use for commercial purpose. Kindly tell me if there is any API for iPhone 3D games.
0
votes
2answers
2k views

Calling Android NDK function from Unity Script

So I'm creating an Android app that uses Unity ... I am getting some assetbundle from Unity but I do not know the url before Unity starts. Thus Unity needs to call a function on the Native (Android) ...
4
votes
1answer
884 views

Why does xcode 4.3.2 hang when archiving?

When I attempt to archive a build, xcode hangs with the colorful spinny wheel of death. It used to work fine, but I can no longer browse the archive anymore unless I delete the archive files manually. ...
0
votes
3answers
724 views

C++ plugin for Unity “EntryPointNotFoundExeption”

I need some serious help here... I'm trying to either get my member functions exported so I can call them in C# WMIWrapper.h #ifndef _WMIWRAPPER_H_ #define _WMIWRAPPER_H_ #include <Windows.h> ...
0
votes
1answer
2k views

How to access Unity assets natively on Android or iPhone?

I need to access a file natively (from C++ or Java code) on Android and iPhone in a Unity plugin project. Does Unity provide any method to access files in the project Assets?
8
votes
2answers
569 views

How to collide objects with high speed in Unity

I try to create game for Android and I have problem with high speed objects, they don't wanna to collide. I have Sphere with Sphere Collider and Bouncy material, and RigidBody with this param ...
3
votes
1answer
1k views

How to use an xcode game on unity3d

I have a game built on xcode using objective c. this game needs to be integrated with another game developed in unity3d as a part of it. how can i do this? what plugins are available to achieve this?? ...
1
vote
2answers
228 views

Rotation/Orientation from two vectors

I'm working on a small Unity3D project and I need to import some data from another tool. That tool gives me the object orientation through two vectors, and I need to port that to Unity. As an ...
0
votes
1answer
118 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 ...
-1
votes
2answers
419 views

Wont allow me to create more than 1 LineRenderer

I am attempting to create LineRenderers at runtime(when the user presses a button). My Problem: I can never create more than one LineRenderer. When I go to created the 2nd one, the LineRenderer ...
-5
votes
1answer
531 views

Given facebook username, password, and application's ID can a web application acquire user id and access token? [closed]

I'm developing a web application using PHP. This PHP will contain a function which accepts facebook username, password, and application's ID, and return (or write) user's ID and access token ...
6
votes
3answers
5k views

Integrating Unity with Eclipse - How to follow the “official” tutorial's instructions?

I have read all the documentation I found on how to integrate Unity3D projects targeted to Android into eclipse. The reason I want to do that is to be able to call the Unity3D Activity within my own ...
5
votes
2answers
2k views

Official Kinect SDK and Unity3d

Does anyone know anything about using Kinect input for Unity3d with the official SDK? I've been assigned a project to try and integrate these two, but my super doesn't want me to use the open Kinect ...
8
votes
3answers
3k views

How does this function with a “yield” work in detail?

I got this method (inside a Unity C# Script), but I do not understand how the "yield" part actually works. I know from the MSDN that the function will return an IEnumerator which I could iterate ...
11
votes
3answers
9k views

Android and Unity 3D game development

I am starting to explore the game development using unity 3d for android. I have downloaded the trial version of unity 3.3. I went through few tutorials. I have one question that is not answered. In ...
1
vote
1answer
544 views

Execute an xcode function with a Unity3D button?

Is it possible to make a button in unity that will execute a function in Xcode? I'm trying to execute an push message from an unity3d project. Please help cause it's making me crazy... Thanks in ...
4
votes
1answer
201 views

Xcode workspace with Unity3D as a sub-project?

Let's say we're developing a 2D game with Cocos2d-iPhone and UIKit and CoreAnimation. But we're also considering leveraging the 3D capabilities of Unity 3D. Is it possible that we add the ...
3
votes
2answers
518 views

How to do 2D animation in Unity

So I'm doing a 3D game for kids for Android and iOS in Unity, but i'm new in game developing and it's been really difficult to plan the assets. We need to create 2D animations (paper like characters) ...
2
votes
1answer
643 views

Unity3D singleton manager classes

In Unity3D, whats a good way to create a singleton game manager that can be accessed everywhere as a global class with static variables that will spit the same constant values to every class that ...
2
votes
2answers
997 views

Some ideas about game programming?

So I'm looking at a game programming tutorial website called 3DBuzz, their website is http://3dbuzz.com/vbforum/sv_home.php I was looking at some of their classes. They have stuff like Maya and ...
1
vote
1answer
217 views

Jabber.net on Unity/Android error (No JNI_OnLoad found in /system/lib/libc.so, skipping init)

I am trying to create a Jabber (Jabber.net) chat client using Unity3D(Mono/C#) for iOS and Android. I got the client working in iOS (also runs well in Unity simulator). However, when running it on a ...
5
votes
4answers
8k views

How to prevent colliders from passing through each other?

I am having trouble keeping game objects inside of a contained space. When they reach the edge, there is some momentary push back but then they will go right through the wall. I am using a Box ...
3
votes
4answers
2k views

A method for making HTTP requests on Unity iOS?

I need to send HTTP requests with all the standard RESTful methods and access to the body of the request in order to send/receive JSON with it. I've looked into, WebRequest.HttpWebRequest This works ...
3
votes
2answers
2k views

Blender vs. Unity [closed]

I want to make a 3D game, preferably that can be played in browser. Some people say blender, some say unity. What are the pros and cons of each? Which one do you prefer? Why? Also, do you have ...
2
votes
3answers
1k views

ActiveX initialization: AxHost.State object

I'm trying to embed a Unity3D-ActiveX control into a WPF-Form by using a WinFormsHost-Control. Actually it works well when setting the path in the property window of VS, but when setting it in my ...
1
vote
3answers
1k views

Make background thread in unity3d

I have wp7 app whith two background threads: 1. Planing of time 2. Play different sound samples by planed time (Possible few samples in same time). How to repeat this logic whith unity3d engine? Is ...
1
vote
1answer
814 views

Unable to find QCARWrapper

I've created a QCAR project in Unity which I can successfully run on Android from Unity. However, I'm encountering a problem exporting it to an Eclipse android project. I have followed the ...
5
votes
1answer
839 views

Any proper way of sending byte data to Unity3D from a C plugin?

Just a question of curiosity here. When you write plugins for Unity on the iOS platform, the plugins have a limited native-to-managed callback functionality (from the plugin and then to Unity). ...
4
votes
1answer
276 views

Can I serialize an object (containing members: Dictionary, List… etc) in Mono and deserialize it in MS.NET or vice versa by using protobuf-net?

I have a server running on MS.NET and a client on Mono (this is a Unity3D engine) and when i try to BinaryFormatter().Deserialize an object like this: [Serializable] public class Simulator ...
4
votes
4answers
572 views

Replace object instance with another in C#

In this question I would like to find out if and how this is possible. This technique would seem extremely bad practice but it seems that an API (UnityEditor) that I am using is doing something like ...
2
votes
2answers
208 views

Speech Recognition on Unity Game Engine

I've succesfully achieved the goal of developing an app on android that use speech recognition from Google API. But the fact is that I must use a real Game Engine because my app is going to be ...
2
votes
1answer
835 views

Unity IOS integration

For a project I need to integrate Unity3d in an existing app I know Unity acts as a UIApplicationDelegate. I found an interesting article about this topic but it is not really clear to me how I can ...
2
votes
0answers
907 views

How to start Unity application from android activity?

I'm new in Unity and really don't understand how to start unity application from android activity. I need a widget that sometimes changes (for example, when sms received) and on click start unity ...
2
votes
1answer
1k views

Unity3d and System.Xml.Linq

So even though the Unity\Editor\Data\Mono\lib\mono\2.0\System.Xml.Linq.dll file exists, doing: using System.Xml.Linq; generates the following error: "The type or namespace name 'Linq' does not ...
1
vote
1answer
154 views

erase texture off of plane

i have a texture applied to a plane, and would like on screen touch to erase the selected location on that plane (like an eraser) so that in the location i have touched, the texture should be ...
1
vote
0answers
1k views

Hinge Joint making rope

I've entered unity3d programming a few months ago. I've been clear some project with unity3d easily. In recent my project I have to make a rope like chain. I read some articles and make it with Hinge ...
1
vote
1answer
397 views

Invalid behavior of C# code while using IList in Unity3d on iOS

I have found a strange behavior in my Unity3D project written in C# and built for iPhone. Sometimes IList objects (objects of types which implement IList interface) lose information about elements ...
1
vote
1answer
2k views

What is the Android Bundle Version and Version Code and how do they relate?

a) What does the Android bundle version and version code denote? b) What is the difference between the bundle version and version code? i) Suppose I have a bundle version of 0.137, how does the ...
1
vote
1answer
322 views

How well does Unity 3d work for both Android and iPhone?

I'm not sure if this is the best place to ask this question so if it isn't please let me know and I will move it. I am looking to create a game for both Android and iPhone platform. I know Unity is a ...
0
votes
2answers
83 views

Passing Camera.MAIN in Unity3D to android java method

i'm working on integrating image recognition app using Moodstocks SDK , to start the scanner in moodstocks i must use a surfaceview (Camera) , all works fine when i do it in eclipse , but i want to ...
0
votes
1answer
75 views

How to use static C++ library in unity?

I'm building an app on iOS based on Unity3d, and I need a static library(.a) linked in unity. But it seems you can't import .a libraries directly in Unity, and you have to import it in XCode ...
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 ...

1 2