How 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 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 from8470.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 Article