Quantcast
Channel: Latest Questions by voporak5
Browsing all 71 articles
Browse latest View live

Instantiate at Location Problem

void Update() { if(Input.GetKey(KeyCode.Space)) { fireCounter += Time.fixedDeltaTime; if(fireCounter >= fireRate) { fireCounter = 0; MachineGun(); } } } void MachineGun() {...

View Article



Animator Window Showing Grey

I'm having an issue with the Animator window. I have selected my gameObject that has an Animator component attached to it. When I go to Window > Animator, the next window only shows grey. Any ideas?

View Article

Instantiated Objects Gradually Move Down

I've had this problem for many different projects I'm working on. In this particular case I'm Instantiated a particle system. When I say particle system, I mean as in the particle system that Unity...

View Article

Check to see if any object in a list meets set of requirements

So I made a list that increases or decreases based on the number of projectiles my enemies have spawned to shoot at me. When any bullet is close enough to my player, the player can shoot the...

View Article

Make Child face direction of analog RELATIVE to parent's direction

As the titles suggests, how do I make a child object face the direction of the analog stick I'm pressing relative to the parent's position? Here is my code var dir = new...

View Article


Setting SideWays Friction Stiffness of Wheel Collider in Code

Ok, in the Unity Sample Assets beta, they show the stiffness of the sideways friction dynamically changing through the code. I tried simply setting the sideways friction in my code of each wheel...

View Article

How to create pivot gameobject

I was wondering how to create a pivot gameobject like the one in the Unity Sample Assets Car Demo Scene and 3rd Person Character Scene? Unsure if nobody knows, or if I've been using the wrong terms in...

View Article

Raycast hitting objects below but not in front

I'm doing a raycast in the Vector3.down direction. It has no problem colliding with the object I want it to collide when I fall into the object along the Y axis. When I try to run through the object...

View Article


What's cheaper rigidbody or animation

I have a brick wall that is supposed to explode when my vehicle hits it. I'm not sure if I should have the wall explode via rigidbody physics or an animation. What is cheaper?

View Article


Object rotation broken

When I try rotating the pages of a simple placeholder book I made in Maya that I brought into Unity, the rotation changes sporadically. Each page of the book at a local rotation of 0,0,0 are on the...

View Article

How many audio channels does mobile have

We are working on a mobile title and I was wondering how many different audio channels does the average tablet or phone have? If I'm not being clear then simply about how many different sounds can a...

View Article

Cloth Component Tip

I was wondering if anyone has any tips for making the cloth component more wavy? Using the 5.0 version and I've got an iregularly shaped curtain. I'm randomly choosing the X and Z external...

View Article

How to make lifelike cloth

I was wondering if anyone knew how to go about making cloth flow better with Unity5. I have a cloth mesh with ripples in it and when editing the cloth constraints for the vertices I made each row...

View Article


Can someone explain Cloth Surface Penetration?

I've been making some drapes and I think they look pretty good. When editing the constraints I've only been setting max/no distance and have left the surface penetration setting alone. I am unsure of...

View Article

Cloth Surface Penetration Explaination?

I've been making some drapes and I think they look pretty good. When editing the constraints I've only been setting max/no distance and have left the surface penetration setting alone. I am unsure of...

View Article


Wavy Cloth Help

I've been working on trying to make a cloth that looks like a gigantic stage curtain wavy and I thought I did pretty good, but my recent critique said that the cloth needs to be wavier because it looks...

View Article

5.3 IAP Question

Hello everyone, I followed the step-by-step guide here http://unity3d.com/learn/tutorials/topics/analytics/integrating-unity-iap-your-game-beta?playlist=17123 for setting up some basic IAP. My question...

View Article


Setting up UnityIAP

Can someone better explain to me how to set up the scripted parts of UnityIAP? I'm not sure how to properly make calls for the Google Play Store products. I placed the API code in the Analytics and I...

View Article

RPC:S-7:AEC-0 error code

Anyone getting a RPC:S-7:AEC-0 error code when trying to implement Unity's IAP?

View Article

Convert Canvas Scale to World Scale

I'm instantiating an object in 3D space that I want to have the same scale as one of my objects being drawn on the canvas for my camera. Both objects use the same image, but that's irrelevant....

View Article
Browsing all 71 articles
Browse latest View live




Latest Images