Aphostrophes 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 Article