[Rephrased] How to make an object face in the direction it's going
Hello! my name is Juan. I've had a question for a long time and I just realized how to rephrase it in such way that it'll be easier to understand. I want to make it so that when the character is in the...
View ArticleHow to recognize a (downwards) swipe gesture
I want the object to do such and such if the screen is swiped downwards anywhere on the screen. C# please! thanks in advance!
View ArticleGameObject's transform in Vector3
I'm using Vector3.Distance but i want "a" to be the object that the script is attached to. how do i do this? c# please!
View ArticleAdd stuff to script by default when created
Hello! I want to know how to add stuff to a script when it is created, like the way that scripts always include void `Update () {} void Start () {}` I want to add `if...
View Article[RePost for No Answer] How to make a character look at the direction it's...
Hello! my name is Juan. I've had a question for a long time and I just realized how to rephrase it in such way that it'll be easier to understand. I want to make it so that when the character is in the...
View ArticleHELP how to use buttons
Hello! My name is juan, and I need some urgent assistance with the Button system in unity 4.6 or higher. The animations don't work, and I don't know how to make a script call a function (like " `void...
View ArticleMake a UI element track a GameObject
I need some help making a UI sprite (an arrow) to point where a gameocject is. I just need it to move along the top of the screen, the Y axis doesn't matter.
View ArticleUnity builds for Android not working. "Could not find ABIS" error on install
Hello! My name is juan and I'm having a problem installing my Unity Builds on my Nexus 6. I tried through the terminal using adb install [Directory to apk] And I got an error that is (along the lines...
View ArticleHow to render 3D sprites in front of UI.
Hello! I was wondering is there's a way to have my sprites be on top of the UI sprites (in a canvas).
View ArticleGenerate a random string from a specified length.
Could someone help me make a code snippet (in C#) that can generate a random string (and assign it to a variable, which should be easy) from a specified length from an "int" variable (which will be...
View ArticleThree Frames Loop, Then Crashes
My game keeps crashing on android, but not in the inspector. The only pattern I've noticed is that when it crashes it repeats the last three frames at various speeds, and then crashes. Sometimes it...
View ArticleVideo Splash Screen
Hello! I need some help making a splash screen that is animated as a .mov file. I first thought of setting it as a UI in it's own scene. I did some research and found that with a snippet of code and a...
View ArticleVehicle issues.
Hello! I am trying to make a car. all works well. wheels turn, suspension suspends, springs spring, but [like this smart fellow mentioned][1] The car will just tip as soon as some speed is gained and a...
View ArticleUI being handled weird.
Hello! A while since I upgraded to Unity 5.2 (my previous version was 5.1), I have been getting errors in the debugging console, telling me that *"GameObject (named 'Button_Boost') references runtime...
View ArticleUnity 5.2 messing up car
Hello! Recently, I upgraded to Unity 5.2. Since before the update, I've been working on a car game/simulator, but in 5.2, I'm starting to have a problem. My car can sometimes flip, so I have made a...
View Articleget value from website
Hello! I really need some help. I need to get a value from a website. the website is http://www.pegboardnerds.com/ and I need to get the value from 8470.71 which is shown as: 8470.71 any way or method...
View ArticleScript controlled values in UI text elements not appearing in Android builds
Any values controlled by a script like my score indicator and high score indicators don't appear in my android build. They appear in standalone builds and in-editor. I've also tried other fonts, sizes,...
View ArticleHow to make a race car
Hello! Recently, I've been working on a small vehicle simulator for someone. Everything is going over well, and I used [this][1] great guide to make my vehicle not flip over, etc. The only problem now...
View ArticleWWW not getting site that doesn't end on .html
I am using WWW to download a web page. The problem is that right now, the website URL doesn't end in .html The URL is https://shopifycounter.monstercat.com/counter/realtime
View ArticleRun website's scripts.
I am using the WWW class to get a value from a website, but it's really fancy and so the value is *animated* to start at 0 and then increase to it's real value. This means that WWW requests only the...
View Article