Tagged Questions
Unity3D is a development platform for creating games and interactive 3D, like training simulations and medical and architectural visualizations, on the web, iOS, Android, consoles and beyond.
13
votes
19answers
7k views
Unity3D, Torque3D, Google O3D, WebGl…which to choose?
for development of interactive 3d web applications, which engine is recommended?
I am aware that WebGL has been anounced to become standarized for all browsers in the near future (1~2 years).
I am ...
9
votes
4answers
5k views
What is the coolest Native Client demo available on the web?
Now that Chrome 10 is stable and Native Client can be enabled by going to about:flags, what demos are available on the web for it?
I know there are a few basic examples here: ...
8
votes
1answer
118 views
XML Comments for Override Properties
I'm using MonoDevelop 2.4.2 for OS X (the version that comes with Unity 3.4.1), and was wondering if there was some way to inherit comments from the base class or property.
Example:
public class Foo
...
6
votes
6answers
401 views
Why isn't this code executing correctly (video)?
I'm using Unity (3.4) Monodevelop (2.4.2) and it's not executing the code properly when I step through it in the debugger. Here's a link to the video that shows it, please run it at 720p and ...
6
votes
3answers
1k views
How does this function 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 ...
6
votes
3answers
5k views
Game development with XNA or Unity3d
What can make a game developer to choose between XNA or Unity 3d as game development platform and what are the pros and cons of choose each one?
5
votes
1answer
152 views
Rotation of Object Unity rotating at wrong value
My problem is I want to be able to rotate a cylinder 9 times. 360/9 is 40 so I all I should need to do is rotate by 40 degrees 9 times. This doesn’t work however as when I rotate the cylinder for the ...
5
votes
4answers
954 views
Does Unity3d Indie version come with full source code?
I am thinking of using Unity3d indie. Does anyone know if Unity Indie version comes with full source code?
Also, what are the licenses like (how flexible compare to Torque engine.)
4
votes
2answers
236 views
webgl vs. 3rd party plugin (unity3d), best option in browser
I have been tasked with rendering and manipulating 3d objects in the browser and really want a robust application. The research that I've done shows two major options here. I can use the new webgl ...
4
votes
5answers
204 views
MessagingSystem causes a NullReferenceException
I decided to implement a simple messaging system into my project. I'm using this one: CSharpMessenger Extended (it's implemented with static methods).
It's very strange that when I call a method ...
4
votes
1answer
447 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)
...
4
votes
1answer
478 views
Unity3D XML(-RPC) and C#
I'm actually answering my own question here.
I must be the only person in the world who tried to do this but given that it has taken me about a week to work this out - I figured that if there is ever ...
4
votes
1answer
471 views
3D Sphereical Terrain with an 8 mesh sphere. The edges of the mesh are obvioulsy seen and I'm not sure why
I'm working in Unity3D, but my issue is with 3D meshes. I'm hoping someone here can help or point me in the right direction.
I have 2 version of code, http://www.pasteit4me.com/695002 (old) and ...
4
votes
1answer
761 views
I'm confused about some Reflection code, and looking for insight
I'm developing for the iPhone using C# and Mono's Full AOT technology. According to their Limitations page (link text), unlike traditional Mono/.NET, code on the iPhone is statically compiled ahead of ...
4
votes
6answers
4k views
What will be in C#'s future in 10 years? [closed]
I thought I'd be learning C++ at University, but it seems that they've now dubbed C# as an industry standard language.
I never thought I'd bother with it, but it's actually a very nice language.
The ...
3
votes
1answer
35 views
Unity 3d - Physical Class to Attend
I'm interested in developing mobile Apps with Unity 3d and I have a project coming in to use it with but I need a fast crash course.
When I started to develop for iOS I was able to find an awesome ...
3
votes
1answer
199 views
Cross-Platform 3d-Engine to embed in iOS/Android-View?
For my new app, I want to have a native iOS or Android UI, plus a 3d view that shows some graphs. While my initial plan to use CSS transforms in a WebView to achieve the desired 3d effect has failed ...
3
votes
2answers
80 views
Unity3D integration with UIView
Please correct me if this question is duplicated.
I just came across Unity3D and I just want to ask if it is possible to integrate Unity3D on top of other UIView?
Sorry for being a newbie
Kind ...
3
votes
2answers
114 views
Best structure for a growing collection of objects in C#?
For my Game Programming class, I am designing a class for a player character. The player can collect power-ups throughout the game, which are held onto and can be used whenever the player chooses.
I ...
3
votes
3answers
438 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 ...
3
votes
3answers
186 views
Unity3D Which way of doing 2D collision is faster?
I am doing a 2D game where enemies will shoot at my player. There are two ways to do collision of bullets:
Add colliders to bullets. Add rigidbody to player. Use OnCollision() way to do collision ...
3
votes
2answers
248 views
Unity3d performance on iphone
I am really interested in using unity3d to develop an app.
I like the fact that I can develop once and port the app to multiple platforms(mac/windows/iphone/android), and the performance on my mac ...
3
votes
2answers
167 views
API agnostic Vector3, Matrix, etc.?
I'm trying to keep my game logic API-agnostic. In doing so, I don't want to use Unity3D's Vector3 struct, or XNA's, etc. What's the best way to do this? It seems like it would be awfully cast-heavy if ...
3
votes
1answer
466 views
C# Mono aot with protobuf-net getting ExecutionEngineException
First a big thanks to Marc Gravell author of protobuf-net http://code.google.com/p/protobuf-net/ . It's a really great resource. Anyhow I am hoping that Marc or someone else can help me resolve this ...
3
votes
3answers
1k views
Game development on iPhone using Unity engine
Im very new to game development on the iPhone... And I have a question:
If I was to unity, how would that work... Would I use objective-c in unity? or is all of it like just click it, and add ...
2
votes
1answer
35 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 ...
2
votes
0answers
48 views
Unity game crashing during load on iOS
I'm developing in Unity 3.4.2f, XCode version 4.2.1 with iOS 5.0 SDK.
My game consists of a main menu with a play button that loads the main scene. The game can be built to device by a co-worker and ...
2
votes
1answer
40 views
Is it possible to access all vertices in a polygon in a vertex shader?
I'm trying to create a wireframe vertex/fragment shader in Unity. It seems possible according to this paper. The general ideas seems to be that you pass a distance vector calculated in the vertex ...
2
votes
1answer
66 views
unsupported MONO function “ System.Security.Principal.WindowsIdentity.GetCurrent(bool)” using UNITY3D and MATLAB's MWARRAY.DLL
the problem starts with a function call to a mono function that is not supported yet. the call is made from a close matlab DLL called MWARRAY.DLL (.net version 2.x), this dll is normally used with VS ...
2
votes
1answer
57 views
Is it normal to these Xcode prompts/errors when you deploy to IOS Simulator from Unity?
Just trying out the IOS build process....
Is it normal to see:
Q1 - "upgrade to latest project format - project currently in Xcode 3.1 format, this will upgrade to 3.2" - just click OK and let Xcode ...
2
votes
4answers
107 views
javascript equivalent of this c# snippet
Trying to convert some c# to javascript.
What would this look like in Javascript?
void playerDataLoaded( List< GameCenterPlayer > players )
{
foreach( GameCenterPlayer p in players )
...
2
votes
2answers
142 views
Any app I try to build crashes on the Unity splash screen
Please, somebody help me. I've been struggling with my problem for two days, I surfed all Internet and didn't find anything. I use Unity to make games for iDevices. Everything was just fine when I ...
2
votes
1answer
138 views
getting live webcam feed from opencv to Unity
I have a project in Unity using openCV 2.3 with Mat images, but Im stuck at finding a way to get a live feed from the webcam to a Unity 2dtexture. I've caught that you somewhat need to pass a array to ...
2
votes
1answer
70 views
Unity3d Javascript - Function gets called way too often
I'm struggling with the script below. It's a basic AI script for Unity3d. The function AttackPlayer should only happen once. The attack is a jump, but instead of one time, it gets called 12 times ...
2
votes
1answer
41 views
Re-evaluatiing a condition in jscript
So I have a little sensor in my 'scene' and when it gets blocked I want my program to wait 4 seconds and if the sensor is still blocked I want it to alert the user. The script works fine if the sensor ...
2
votes
1answer
67 views
Can I use the same animation model on multiple 3D characters in Unity3D?
I am creating a game in Unity3D.
My character animation is in the form of stickman animation files but can be either Maya or Cinema4D.
Is it possible to have multiple 3D characters and swap between ...
2
votes
1answer
85 views
How to unit test opaque code?
I'm using some old C# code (specifically this Fortune's Voronoi graph algorithm) in a Unity3D project and I wanted to update it to use proper generics, refactor and generally clean things up.
...
2
votes
1answer
118 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?? ...
2
votes
1answer
111 views
How to debug a unity3d project with ios simulator?
as somebody said,unity3d project must be run in devices,but,that is so trouble.Is there any way to run a project in ios's simulator?
2
votes
1answer
129 views
App Rejection by Apple due to use of watchdog timer for applications in unity3d iOs Game?
I got a rejection from apple due to the following issue.
2.2: Apps that exhibit bugs will be rejected
We found that your app failed to launch on iPhone 4 and iPad 2 running iOS 5,on both Wi-Fi and ...
2
votes
1answer
189 views
Unity3d - Hosting on Google App Engine
I have a problem with hosting my Unity3d web application on GAE.
When the application loads and the web player starts to request the ".unity3d" file, i use the following python script to make the HTTP ...
2
votes
1answer
184 views
Unity Android plugin - package rename issue
I'm developing a simple plugin to Unity Android, that displays an image from the web.
I've created a Jar using my Java files, and loaded it (in a blank Unity sample application) using ...
2
votes
1answer
103 views
How does Unity3D use PhysX without requiring the PhysX runtime?
When I looked at using PhysX, one had to install a runtime a bit like installing .NET. However I note Unity3D employs PhysX and Unity3D plugin installation is fairly simple and doesn't appear to add ...
2
votes
1answer
1k views
Unity 3D vs. UDK 3 for iOS
I have a couple ideas for some 3D games/apps and need to know which 3D engine to go with. I like the high-level approach of Unity and UDK. I have done some 2D games using cocos2d before, but I'm ...
2
votes
2answers
1k 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 ...
2
votes
2answers
978 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 ...
2
votes
0answers
189 views
How to obtain a 3D context for Google Native Client
Ever since Chromium/Native Client have switched to using PPAPI 2, obtaining a 3D context is broken. I can link and compile my application (which uses OpenGL ES 2 extensively), everything works ... ...
2
votes
1answer
589 views
Javascript + Unity 3d custom mouse cursor + IE woes
I'm working on a project that has these attributes:
jQuery driving the page
Unity 3d player embedded to the page using jQuery and unityobject.js (per instruction from Unity)
Unity has custom mouse ...
2
votes
0answers
222 views
Protobuf-net v2 alpha compile dll problem for iphone [closed]
We're developing a cross-platform online game using unity3d(monotouch) engine (C#), and we use protobuf-net (thanks to Marc Gravell) as protocol.
As we know, reflection does not work on iOS. It is not ...
2
votes
1answer
658 views
Unity3d - TCP client
How to write a TCP client in Unity3d which reads data constantly from a server socket and prints to the console or updates on some text boxes? thankyou in advance for the help.