Answer by Ares
As Cyclops mentioned, Unity doesn't use C++, it uses C#. Since you are new to programming C# would be a good jumping off point.Personally, I started by picking up a book and programming on a TI99-4A...
View ArticleAnswer by Ares
I found a couple of references on here searching for 'text bubble'. A number of them make use of a gui and guitext. here's a link to you can use:http://answers.unity3d.com/search?q=text+bubbleYou'll...
View ArticleAnswer by Ares
Yes you can.Check out Duck's answer here:http://answers.unity3d.com/questions/5714/equiping-weapon-to-a-characterAnd Lucas' answer here:http://answers.unity3d.com/questions/1177/character-customization
View ArticleAnswer by Ares
For help on creating the script, you'll probably want to check out the forums. http://forum.unity3d.com/index.php For the most part, this area is for more specific questions.As far as the 2D on 3D. I...
View ArticleAnswer by Ares
Some are free, some are not.http://www.google.com/search?hl=en&source=hp&q=3d+model+soldier&aq=f&aqi=g1g-m1&aql=&oq=&gs_rfai=Cq63y8BtXTMi-Jo_KMsewiMYCAAAAqgQFT9DXxiEAlmost...
View ArticleAnswer by Ares
Unity would work for the client side of the game. But you will still need something on the backside to act as the server. (Sorry for the generic answer, but it was a generic question)
View ArticleAnswer by Ares
The thing you downloaded is the installer for the Unity app. After you installed it, then go to 'Start', 'Programs', 'Unity' (I'm not on my developer PC so I can't tell you the directory it's in or the...
View ArticleAnswer by Ares
Try input.getbutton()instead of input.getbuttondown()getbuttondown only works once during the frame is was...
View ArticleAnswer by Ares
Assuming MyNumber is a float, you could do something like this after MyNumber has been assigned a value:MyNumber = ceil(MyNumber)-1;I don't know if that syntax is 100% correct and I don't know if what...
View ArticleAnswer by Ares
please start with the tutorials here.http://unity3d.com/support/resources/ And if you have a specific problem, post your code and problem here. Currently, your question is way too broad to be answered.
View ArticleAnswer by Ares
Well. To make a game for the iPhone, you will need the iPhone add-on found here: https://store.unity3d.com/shop/Here: http://unity3d.com/unity/licenses is a comparision of the different Unity licenses....
View ArticleAnswer by Ares
Yeah, the D-pad works. Button 0 - nothing Button 1 - nothing Button 2 - DPad Up Button 3 - DPad Down Button 4 - DPad Left Button 5 - DPad Right Button 6 - Start Button 7 - Back Button 8 - Left Analog...
View ArticleAnswer by Ares
Sony Ericsson phones use their own OS. Currently, that is not an OS that is supported by Unity. The systems/OSes that are supported are: Wii, Windows, Mac, Andriod, and iPhone. Here is a link listing...
View Article