get 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 ArticleAphostrophes and other symbols replaced by HTML
I'm wondering if this is happening to everyone else, and if so, when it'll be fixed. Here's a screenshot of what I'm getting: ![alt text][1] [1]: /storage/temp/56564-screen-shot-2015-10-20-at-43453-pm.png
View Articlemake visualizer smoother
I need some help making the visualizer on my game smoother. I have an example of what it's supposed to look like: https://www.youtube.com/watch?v=gRr9E9cVqHE I tested this song in my game's visualizer,...
View ArticleVehicle drifting too much
I finished making my car, but now it drifts way too much. It's a racing sorta thing so it drifts only when it goes fast, which is all the time, but is OK when it's slow.
View ArticleAds IN-game
I wanted to add some ads to my game, but I wanted them to be embedded in a more creative way. Say my game had some billboards and what not. I want to place my ads in there, which can be clicked on to...
View ArticleWebGL doesn't work when using UnityEngine.Advertisements
Whenever I try to build to WebGL, I receive the following error: Assets/Scripts/SettingsButtons.cs(98,17): error CS0246: The type or namespace name `ShowOptions' could not be found. Are you missing a...
View ArticleHow to Implement Google Play Games?
I've followed all the guides from the GitHub page but my game still doesn't show anything in Google Play Games. There's no errors or anything. I kind of want to have an update rolled out with...
View ArticleFast Movement
Hello! I want to make it look like everything is moving extremely fast, kind of like in the game BARRIER X. I've applied a high FOV, and made my character move genuinely fast, but I feel like there are...
View ArticleHow to make a better visualizer
I currently have a script which makes a visualizer. The only thing is that I want it to look better, sort of like the one in [this video] (https://www.youtube.com/watch?v=WuxoNxDdhcI)
View ArticleScreen Edge GameObject Position Pointer
Is there an easy way to make a pointer that sticks to the edge of the screen in the direction of a certain Transform. It would be easy to do Transform.LookAt, but I want it to be rectangular in the...
View ArticleVolume absorption area
I want to make it so that from a certain point, everything below gets darker and darker, kind of like a void. I'm thinking something like a volume absorption shader, except that would kill devices. How...
View ArticleWhat is the parabolic formula for a 2D projectile's trajectory
I have a little jumping game where the heigh of the jump varies, so to make the game easier, I want to display the trajectory of the jump. To display it I decided to make a while loop that updates a...
View ArticleRandom android crashes
(I submitted this to Stack Overflow, but I'm posting it here as it is Unity specific) A while ago, I published a game for android (made in unity in C#). However, I've been getting many complaints of...
View ArticleMaking a repeating chain of Sprites
I want a make a dynamic chain of sprites, where I take one sprite and unity repeats it between two points (represented by the vector3 positions of two empties). Here's a gif I created in Blender which...
View ArticleUnable to build to Android
When I try to build to android, the build *succeeds...* sort of. The build is created but if I build and run or try to install the app manually, I get the following error: stderr[ Failed to install...
View ArticleiOS Builds only show a dark blue screen
Whenever I try to build to iOS, I only see a dark blue screen. If I'm launching it from Xcode, it will stay like that, but if I run the app on it's own, it will just crash a few moments after start....
View ArticleiOS builds are just a blue screen
I'm trying to make an iOS build of my project, but every time I try to run it, the device's screen is just dark blue. This has happened for every project I try, and this specific one is a project I've...
View ArticleAudioSource pitch measurement unit
I need to know what type of measurement unit the pitch value uses in the AudioSource element. I want to play a clip, plus the same clip with a different pitch that creates a harmony. Kind of how it...
View ArticleRead AND Write to XML at runtime
I want to create a custom file save with XML (I don't like the way PlayerPrefs does it) but from what I've read, the way I'm doing it right now won't allow me to write/modify the file at runtime, which...
View ArticleSmooth scroll snap?
I currently have my menu working almost perfectly except I want to enable smooth scroll snapping to each element in the menu. I currently have a script that lerps the scrollbar value to the nearest...
View ArticleIsolatedStorageException when creating new XmlDocument variable only on...
When I run my build on android, I receive an IsolatedStorageException when I try to call XmlDocument doc = new XmlDocument (); The exception says "Could not find part of the path", but I am not passing...
View ArticleHow to use Xinputdotnet or other methods of proper Xbox input on mac os x
I want to have PROPER Xbox input controls on my mac (Ie. Getting values from individual controllers, setting vibration values, etc) but all the plugins I've tried such as [Xinputdotnet][1] and...
View ArticleWhere can I obtain the original Xamarin Studio (Instead of Visual Studio)
I've used Xamarin for as long as I can remember, and it's by far the best IDE. Fortunately, I had it installed already when Microsoft acquired Xamarin and made Visual Studio the only IDE available on...
View ArticleTransferring organization from gone/missing/deleted Unity account
A while ago I worked for a company which provided me with a Unity Pro subscription, however, I had to use a separate account. I have stopped working there for about a year and since then, without me...
View ArticleRenderToCubemap not saving texture to disk
I'm trying to use the [RenderToCubemap wizard that's posted on the Unity docs][1], and it works fine except when I open the texture outside of unity, the texture is blank, instead of containing the...
View Article[ShaderGraph] How to map a noise node (or other procedural nodes) an ALL...
Hello! I've recently started using shader graph, and having used blender's cycles nodes, there's a lot that I'm having trouble doing in shader graph (thought most things i've managed to figure out)....
View Article