FileSystemWatcher no longer exists in unity5?
I'm now upgrading my project from unity 4.6.9 to unity 5.3.1. But i got errors from on of my plugin like this: error CS0234: The type or namespace name `FileSystemWatcher' does not exist in the...
View ArticleSetTexture Not Working
After upgrading from Unity 5.1.1f1 to 5.3.1f1, I have a feature in my game using SetTexture/ RenderTexture which no longer works. I have a build of the game running on a separate laptop using 5.1.1f1...
View ArticleStep Offset issue
It used to be work in U5.2 but after the update to U5.3 I keep getting the error whenever I connect the Character controller onto the player What changed to cause the error, and how can I correct it?...
View ArticleUpgrading asset question
Hi, I'm going to upgrade my old asset and I'm not sure about one thing. At the moment I've uploaded the version 2 and it's as drawt, on upgrade section I clicked Create New Packcage (major version),...
View Article[SOLVED] Problem with OnCollisionEnter2D script after upgrading to Unity...
Hello guys! I'm currently doing a Unity course on Udemy. I'm a newbie so you might see some really bad coding skills and if you can help me in a friendly manner it would be appreciated. Also this is my...
View ArticlePlayer Upgrade Screen - Button Upgrades keep resetting!
Hi guys, I have a small issue. I have an Upgrade Scene which contains the Canvas of Buttons for player upgrades. For now, I only have upgrades to player's movement speed. Player will enter the Upgrade...
View ArticleiOS crash on Social Leaderboard LoadScores after upgrading to Unity5
Hello, I have the following code that I use to setup leaderboards on my game: public void Setup(Dictionary friendsHashTable) { ILeaderboard leaderboard leaderboard =...
View ArticleUpgraded 2D game to Unity 5, saved by batching 0 and tris and verts increased
I have a 2D game with simple shaders. I used to have about 20-30 draw calls and 30-50 saved by batching, since upgrading to Unity 5.4.0b12 (64-bit) I have 0 saved by batching, 50-60 setpass calls and...
View ArticleHow to upgrade from free to paid version and maintain established player...
i am getting ready to launch an app that has a free ad supported version and a second version with the ads removed. My problem is how to transfer the playerprefs data from the free version to the paid...
View ArticleUnity 5.4.0b1 asking me for pro license. Cannot open project.
This is on my laptop. I thought the beta was free for everyone furthermore I'm already running the beta on two other computers, thus the updated project.
View ArticleModel is not rendering after upgrading the project from Unity 5.0.3 to Unity...
I had a project which was in unity 5.0.3. The project contains many models. Last week I upgraded the project to Unity 5.3.4. Now I am unable to see some models. Actually, the model is in the hierarchy....
View ArticleUnity4 -> 5 some assets in project but not rendering
I have tried upgrading a v4 project twice now to v5. Many assets are there in the Hierarchy and Project but not rendering. Whats up with that? Thoughts?
View ArticleChange AnimationClip's sprites
So I have an Animator, which animates my player when moving, I have a SpriteRenderer property in my AnimationClip with a few frames. If the player gets an upgrade I want the animation to behave the...
View ArticleISSUE: Lighting Messed up after upgrade from 5.3.1 to 5.3.4 and also persists...
Hello Everyone, I recently upgraded my project from 5.3.1 to 5.3.4 and also to 5.3.5 to for the Oculus CV1 integration. The lighting looks very weird after the upgrade. The light in these two versions...
View ArticleRe: Upgrade Screen
So I fixed (and by fixed, I mean it doesn't cause errors anymore) my upgrade script shown below: using UnityEngine; using System.Collections; public class upgrade : MonoBehaviour { PlayerShooting...
View ArticleIs it possible to upgrade a project?
I'm about to start a new project that I might earn some money from. So I have one simple question: If I develop the game in Unity Personal, can I later upgrade the project to Unity PRO(Mostly to remove...
View ArticleDoes Unity Plus allow you to use shaders that unity gives (example, the toon...
I'm thinking about upgrading, but I can't find out if Unity Plus has the toon shader or if it allows full screen effects. Any info would be helpful.
View ArticleProblem with Unity's auto-upgrade system for shaders
We upgraded to 5.4, but for some reason, Unity has become extremely invasive with it's API auto-upgrade policy. We definitely did the C# script upgrades, without much issue, but there are lines in our...
View ArticleTrouble upgrading project from 5.3.4 to 5.4.0
Hello, I just updated Unity (Mac) from 5.3.4 to 5.4.0. When I tried to load my project it said I needed to upgrade it, so I clicked “Go ahead, I made a backup” (which I did), the upgrading process...
View ArticleHow would I change my character's appearance by upgrading?
My game is a shooter in which the player starts out with a cannon, I have a upgrade system which allows him to upgrade his cannon, for example he could upgrade to a twin cannon to shoot two bullets...
View Article