Answer 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