The Escape Menu opens more than once
Hey people!:) I'm struggling with something at the moment, I'm doing an escape menu and for some reason it opens more than 1 of the menu each time i press escape. And when I try and press resume it...
View ArticleSilent error when building into android???
I can build and run a blank project to my phone, and the blue screen comes up no issues. But every time I have created a map, and try to build or build and run the build silently fails. Please help :S
View ArticleHow to typecast from a PhotonStream to a variable type
While this works, I would like to correctly typecast different variable types from a PhotonStream read (in Unity JavaScript) : function OnPhotonSerializeView( stream : PhotonStream, info :...
View ArticleMoving an object along a sine curve...
Hello. I want an object to move along a sine curve. I got this script from the forums (I tweaked it a little bit), but when I try to implement it I run into some problems. When the object's initial y...
View ArticleUniqueIdentifier method of UIDevice
As of 1st May the uniqueIdentifier of UIDevice is no longer valid. I am having issues submitting an app that previously was fine before that date. While not prescriptive Apple's submission process...
View Articlehow do you rig a camera to follow a pre-made character from the unity asset...
I downloaded the following character: Soldier Character Pack by Mixamo & I don't know how to make him move so my question is how do you rig a camera to follow him wherever he goes & how to you...
View ArticleMathf.Repeat question...
When Using Mathf.Repeat and Time.deltaTime to constantly loop a variable, is there a way to easily keep track of how many times said variable has been looped (I have tried things like...
View ArticleChange Animation According to Direction
Hello, I'm working on a RTS game, I have a character that has 5 animations attached: Idle, Run, RunLeft, RunRight, RunBack. What I need to do, is use these animations for my character depending on the...
View ArticleTrouble with animations.
So after doing some research on this I was told that I needed to have my animations layered, so that more than one could be used at a time. The point in my game is an 3D Action RPG which requires...
View ArticleTrouble telling Unity when to do things
I am having some trouble getting unity to do things in the order that I want them done. I have a fall damage system worked out, but it subtracts your health when you in the air. I don't understand how...
View ArticleCorrect way of instantiating prefab which has script on it
Hi I did search around first before I posted this question but couldn't find anything. So I made a prefab which basically contains a script to display a textfield. What I wish to do is instantiate a...
View ArticleHow would I make an ingame tutorial??
Hello, I'm trying to make a tutorial in game. One that explains how to work the basics of the game. I want it to stop the game when the character reaches a certain point and have some text come up...
View ArticleMac Player Not Working
I have made a simple game, not yet done, and it was working fine. However i added an extra scene that will act as a main menu and now when i try to export the game and use it, it doesn't work. The game...
View ArticleHow to use GUI.Button in-game?
I have a game for Android that I want to have two GUI.Buttons on each top corner, one for "Flashlight" and one for "Batteries". I have currently learned how to use Application.LoadLevel with the...
View ArticleHow do I make my custom editor show up within an array element.
I am writing a script to display a book with text in game. I wanted a text area to display in the editor so I would have an easier time editing the text in the books. I created a custom editor script...
View ArticleHow do I request a fake list of servers?
I want to make sure my game can handle the case where there are too many game servers to show on one screen. The problem is that I cannot generate more than one game server on my own so PollHostList...
View ArticleHow to change Unitys Maya installation?
Hi guys. I installed Maya 2011 so I can use Valves tools, but now Unity opens and uses Maya 2011 as the default importer when I want to use 2014 instead ( like before ) Any advice? Thanks!
View ArticleWhat am I to do about this error?
I keep getting an error saying "Unhandled Exception" and after closing it several times Monodevelop crashes. When expanded the error log reads: System.OutOfMemoryException: Exception of type...
View ArticleMonoDevelop Debugging of Android Player: How to Attach to Process of Android...
Unity v4.1.2 Pro with Android support. Android SDK v4.2.2 Jelly Bean. MonoDevelop v2.8.2 (Unity) 1. Can successfully build, run, debug Unity Editor 2. Can successfully connect to my various Android...
View ArticleUnity Asset Server move data directory
Hello, I am trying to setup the Unity Asset Server on our file server and there is not option to set where the files committed to are stored on the server. I have a large external RAID array where I...
View Article