Unity 4.0.1 won't start - Mac OS Lion - Any Ideas?
I've been uninstalling and reinstalling for hours, but for some reason when I launch the Unity app no GUI appears. I do get a constant load on by 4 cores by a Unity process, though, so Unity is doing...
View Articlelogin in to unity 4.1
Hi I just up dated to unity 4.1 but when I put in my email address and password it wont except it, how can I get this to work
View ArticleUnity 4.1 Movie Texture issue
Have anyone else have a problem with the Movie Texture after updating to Unity 4.1? It works fine when I made a build on my computer. However when I test it on someone else computer the Audio echos and...
View ArticleHow do I change the axis of rotation on a mesh particle in Unity 4.1?
I recently upgraded from 3.5 to 4.1. I had a long mesh particle rotating around the Z-Axis in 3.1. When I upgraded to 4.1 it changed to rotate around the Y-Axis. How do I change this? I'm using the...
View ArticleUnity 4.1 hangs on launch, OSX 10.8.3
This is a fresh install of 4.1, not really sure what to do at this point. The generated report is here: https://gist.github.com/anonymous/c671e69ff8026fca9ec8
View ArticleUpdated to 4.1 Pro, but says license invalid?
When launching Unity an error says that the license is invalid and i can either re-activate it or quit, when choosing the reactivation option i then enter my serial but again it says its invalid, so...
View ArticleAdMob iOS for Unity 4.1
I found this tutorial how to add AdMob for iOS.How To Add AdMob Ads Into Your Existing Unity3D iOS Game It look like it is for old version of Unity, because I don't find correct place in...
View ArticleRunning Unity3D application on fully headless linux server
Is it possible to run Unity3D based game servers in a terminal only Linux installation without any graphics (VPS)? In release notes to 4.1 version of Unity3D (Improvements section) says that it...
View ArticleDLLNotFoundException:libsqlite3.0.dylib in game build for linux
Hello there! Lately we upgrade unity3d to ver4.1.2 and build game for linux. When running gamebuild in linux, we get this error: **DLLNotFoundException:libsqlite3.0.dylib**. We have a libsqlite.so...
View ArticleNull Reference Exception after updating from 4.0 to 4.1.5 (coroutines)
***UPDATE*** I replicated the issue below in an empty project, confirmed it and posted it [here.][1] I have a piece of code that works perfectly on Unity 4.0, however after I updated my unity version...
View ArticleAfter upgrade to Unity 4.1 yield not working?
Does anyone experienced anything similar. It's just yield WaitForSeconds () inside function (JS). After upgrade to v4.1 all calls to this function from another script don't execute after yield...
View ArticleLicensing for Contractors v4.1.5
Hi, We are a iOS dev studio and are working on an app for a film production house. We used Unity 4.1.5 Free version. As I understand from the license, we can publish the game on iOS and Android without...
View ArticleEntryPointNotFoundException: OVR_SetDX11EditorPlay
I'm the using Oculus Rift 4.1 package with Unity and every time I run the example "cubes" scene, my console displays "EntryPointNotFoundException: OVR_SetDX11EditorPlay". Is this something to do with...
View ArticleIm trying to extrude faces of a GameObject using ProBuiler in runtime using...
ProBuilderMesh pb =gameObject.GetComponent(); pb.ToMesh(); pb.Refresh(RefreshMask.Normals); pb.Extrude(pb.faces, ExtrudeMethod.IndividualFaces, 1f); pb.SetSelectedFaces(pb.faces);
View ArticleHow can do code Animation idle to wait
Hello, please I need finish animation when I press a any key, my starts with the follow code: If (Time.timeSincelLoad > = 40) { animator.Play("Wait"); } Because this complementary sentence don't...
View ArticleNeed to stop animation
For a Wait animation I used the next code: ```If (velocityx ==0 && Time.timeSinceLevelLoad >= 40) { animator.Play("Wait"); }``` I tried stop with this code: ```else if( velocityx ==1 ||...
View Articlefreezes on play
have one specific scene where when i try to run it and click play unity completely freezes to the point where I have to force quit. this doesn't happen on any other scene in the project or any other...
View ArticleProbuilder not working properly,Probuilder selects full cube but not vertices...
Whenever I want to select face and vertice of a cube I cannot it is by default selecting the whole cube. And the face and vertice select tool is not working I think so pls help asap. I have the latest...
View ArticleHow to make a fnaf game in unity
using System.Collections; using UnityEngine.UI; using System.Collections.Generic; using UnityEngine; public class CameraScript : MonoBehaviour { public Camera[] Cams; public Camera cam1; public Camera...
View Article