Hold or Wait while Coroutine finishes
In the example below, how can I get FinishFirst() to complete first before running DoLast(), while still retaining the 'public void StartPage()' signature? I'm trying to avoid making "StartPage()"...
View ArticleHelp editing a pickup script
Hello, this is the script I am using: var mouseOverColor = Color.blue; private var originalColor : Color; function Start () { originalColor = renderer.sharedMaterial.color; } function OnMouseEnter () {...
View ArticleStick items to center of screen
Hello! Im trying to make a portal like game now and its going pretty well :) And i can pick items up and throw them around but the problem is, I cant stick it to the center of the screen. its following...
View ArticleTouch for iOS, action occurs on release
A lot of what I'd been using to do this has been deprecated or just not working... When the user holds down a touch on a button I want it to become darker (similar to a "hover-type" action in html but...
View ArticleWhat is the best way to blend this animations?
I have a couple of Mixamo Store animations, such as idle and gun running, the gun running is holding a pistol, how can i delete the curves only in the arms and make an animation exclusively for the...
View ArticleGun Holding?
What is the best way to make a my player hold the gun without modeling the hands apart? Should I use scripting or animations?
View ArticleHolding GUI Button Touch to Rotate Object
How to make an object rotates if you hold the GUI Button ? For instance : Turn Left Button, if you pressing (hold) turn left button, the object will rotates to the left till you lift your hand...
View ArticleMethod for grabbing rigidbody
I am making a game where the player can pick up and place objects. When the player is placing the objects I use a hingjoint and connect it to a "hand" object that moves to a raycast point (this 'hand'...
View ArticleHold on Collider
Is there a way to execute something while mouse is down on an object without raycast?
View ArticleSimply worderful flight
Hi, I'm very new at this so excuse me if the following is a bit daft. I already spent an hour searching for existing answers to no avail. I'm trying to make a 3d third person flying game. The controls...
View ArticleClick hold/drag move camera
Hello Unity peeps, I'm pretty new at Unity and I'm trying to develop my first game. I've completed the course on lynda.com on Unity and I have a basic understanding of the software. I'm a web developer...
View ArticleCan't hold number types in sqlite table
Hello! I'm using Sqlite and I created a simple table named user: var columnNames = new Array("Userid", "Username", "Password", "Levels"); var columnValues = new Array( "integer", "text", "text",...
View Article"E" to grab an object...
How would it be possible to create a script that will hold an item, keeping it a fair distance from the player, and moving it around as the mouse moves? Can someone help me? This is not a request for...
View ArticleItem Pick-up for movement
Hey, im kinda new to scripting but have been learning for the past few weeks I'm trying to make a game like portal were you have to pick up cubes with the first person controller and move the cubes...
View ArticleGet Button and Get Button Up conflict.
Ok, so I don't know what is going wrong here. The code is pretty basic, but I just don't know why it doesn't pick up on the "Up" part. Any ideas? function Update() { //Check if space is pressed....
View ArticleHolding object not working. Raycast, and first person.
You probably heard this before cause I read a number of similar Qs, none providing an answer though, but I'm trying to achieve an exact effect of holding and object as in the Amnesia game. xD I suck at...
View ArticleDisplaying GUI question?
Good Evening, I am currently working with a Pause Menu GUI. This GUI shows up and stays there when I tap the Escape Key, and then disappears when I tap the Escape Key again. Is there any way to modify...
View ArticleHow do you hold an animation on the last frame with the new Animation tool?
Before, you could do this with the legacy animation wrapMode setting. Now, I don't see a way to do this in the new Animation tool without having an additional state (which isn't too nice).
View ArticleShoot laser while holding down key
Hey, in my game I want to shoot a laser when the player is holding down a key (this is for Android, so when the player is holding down a GUITexture), I'm using raycastAll for the effect since I want it...
View ArticleHow do you implement grabbing in terms of character models and in game objects?
As in, having the player character and other NPCs grab and hold each other and other objects in the scene, and use them in various ways? I know animation is obviously involved but my question is how...
View Article