I need a C# HTTP library that doesn\'t depend on HttpWebRequest, as I can\'t access this from the environment I need to run my code (Unity\'s WebPlayer).
There is an cube wich scales with the distance.magnitude between the player and the enemy. I want to set this Scaling Cube in the middle between the hero and the enemy. So is it possible to use the ma
I am trying to make an Object move to a Cube wich is stored in an Array. The Array is filled with gameObjects with a tag.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I got an object at the screen. At the beginning it is located at x=0,y=0,z=0 later it moves to a different position. I just want to ma开发者_如何学JAVAke sure that this object does not move to locatio
I have an array which is filled with all the objects with the tag Enemy. When one enemy comes close to an other enemy, it has to stay away from that enemy or go around it.
I want to make an openfeint leaderboard in xcode using Unity3d. I am using Unity 3.2 and openfeint 2.9.1.
How to write a TCP client i开发者_如何学JAVAn Unity3d which reads data constantly from a server socket and prints to the console or updates on some text boxes?Creating a TCP client in unity3d is nearl
I\'ve been looking and looking all over the net about how to load an assembly in Unity3D, and I\'m having a real hard time. I\'m sorry if this post will be long, but I\'ll be putting everything I\'ve
2 questions. 1) Is it possible to use the LitJson library as is while scripting in Javascript? This is really a general question about being able to use c# source in javascript source.