Noob questions to Unity upgrading
So I've been playing with a 2d sidescroller importing basic sprites etc, and I went into the asset store and bought a handful of assets. I bought the Mecanim AI System which needed me to upgrade Unity....
View ArticleUpgrading a spaceship asset on the fly
I am making my first game - more of a way to help me learn Unity. I want to have a simple space shooter type game that can get power ups. So when you fly in to a power up your ship upgrades. In effect,...
View Article2D Toolkit and Unity4 Problem
Hello. I appreciate if you can help on the following issue that I am currently having. I have been using 2D toolkit with Unity3, and recently I upgraded to Unity4. My problems are all the images that I...
View Articleif i buy unity pro now will i get 5 ?
is it smart to buy unity pro now ? or do i have to buy an upgrade if 5 releases ?
View ArticleUpgrade to 4.2 causes CS0433 error
I am trying to upgrade from 4.1.x to 4.2. When I do and then open a project created under 4.1.x I get a "*Assets/Uniject/Interface/IResourceLoader.cs(8,17): error CS0433: The imported type...
View ArticleLoad NSUserDefaults from previous Android app.
We're porting one of our native Android games to Unity and want the new version to be an upgrade of the old one using the same package name and keystore. We really need to transfer the NSUserDefaults...
View ArticleWeird 3D Ball movement after Unity 5 Upgrade
Hi, i recently got a weird problem after upgrading my project to Unity 5. so, a normal ball with rigidbody attached, are not moving at first load, that's normal. but when i add some impulse forces to...
View ArticleUnity New UI system not working after the project is upgraded
I recently upgraded my project from 4.6.3 to 5.0 and it seems to be that the new UI system is not accepting any input anymore although it works fine on Editor. Anyone has that kind of problem before?...
View ArticleUnity 5 API Updater Keeps Failing
I've run into a pretty big problem with Unity 5's API changes. After upgrading, I was presented with 156 errors from deprecated properties. Every time I tried to run the API updater, it failed and told...
View ArticleUnity 4 to Unity 5 project upgrade stuck at 50%
I just installed Unity 5, (upgraded from 4) and the project updater can't get past 50%. At the advice of some other post, I deleted every file but the /Assets and /ProjectSettings folders, but this did...
View ArticleRagdolls updated to unity5 all crazy
I upgraded a couple projects to unity 5. Now ragdolls go insane. All stretchy out, flying, bouncing off everything.
View ArticleAnti-aliasing issue after upgrade to Unity 5.0
Simple question, the image below displays the current state of my trees after importing in to Unity 5.0 from 4.6.2. ![alt text][1] As you can see the tree meshes are visible for some reason. I've tried...
View ArticlefreezeRotation not available after upgrading to v5
Hi, in my MouseOrbit.cs I have the following code that is obsolete: // Make the rigid body not change rotation if (rigidbody) { rigidbody.freezeRotation = true; } Unfortunately "freezeRotation" is not...
View ArticleBackwards compatibility Unity 4 -> 5
The only mentioning of backwards compatibility I could find was [this reddit post][1] which only went into details about the automated update process to allow for the fact that references are now...
View ArticleStuck with 2 versions after Unity 5 upgrade
I downloaded and installed Unity 5 from the downloader, and I later found out that it downloaded a 64bits version, when my old Unity 4 was 32bits (my machine is 64bits, that's not the problem). I went...
View ArticleProblem after upgrading from Unity 4.6 to Unity 5
I have this problem after upgrading from Unity 4.6 to Unity 5. On Windows everything seems to be running well, on iOS I am getting warnings: Shader 'Nature/Terrain/Diffuse': dependency 'Details0'...
View ArticleHow do I upgrade V4 Terrain
I have upgraded to Unity3D Pro V5 and I am getting errors and very slow performance with the Arctic Winter Terrain. When I import the package the warning "Mesh 'default' has no normal. Recalculating...
View ArticleUnity 4.6 project upgrade
Hi guys, I'm trying to upgrade my project to work on it on Unity 5 but the process keeps blocking during the "Compiling Scripts" operation. It never ends. Did some of you experienced the same problem?
View ArticleUnity giving me some c sharp errors, cs1061
Hello Unity community! I am getting a problem from a script that I am trying to switch over from unity 4 to 5 in the asset bundle "Simply A*". I am getting three errors, all of level cs1061. I have...
View ArticleUnity 5 upgrade broke lightmapped shader
**Disclaimer:** I know little to nothing about shaders. Hey all, I upgraded a project to Unity 5 that was using a custom shader. Unity has force "upgraded" the shader as well, but now it just renders...
View Article