Empty Scene after crashing Unity 3D
Hello everyone, I'm using Unity 3D 5.2.1, today I opened unity and It started to import some assets. When Unity 3D opened, there are no objects in my scene. I tried to open again from Project window...
View ArticleUnity 5 Animator hides Sprites on Android [Strange]
Hi everyone! Three days ago i encountered a *very* strange behavior with my animation. I made a looping idle animation for my static (not moving!) character. There is absolutely no problem in the...
View ArticleinVR upload issue
I'm attempting to upload my Unity file made for inVR into the inVR server, but it says the following: MissingComponentException: There is no 'Camera' attached to the "inVRstart" game object, but a...
View ArticleHow to test for rotation?
if (transform.localRotation == Quaternion.Euler (0, 0, 180) && thePlayer.vehicleMovementX > 0) this.thrust(); this should work but it doesn't. Could somone more experienced see the issue?...
View ArticleIssues with camera (glitch)
Hello. I just installed Unity on a new PC for the first time and made a project. When I saw the scene, it looked like [this][1]. I tried to restart, recreate with no success. Any idea, how to solve...
View ArticleUnity Terrain shadows issue
Hi all, im trying to create a scene in unity, my current version is 5.3.3f1. i have a problem with Terrain, after i build my scene lights, i will lost my shadows on Terrain. Baking of my Directional...
View ArticleWhy is my blender model not displayed correctly
If I drop my blender ship model into scene view, everything looks fine. If I Resource.Load and Instantiate it it's missing some parts. Why? See screenshot, the right one was instantiated, then I paused...
View ArticleFalling Object Trigger Problem
So I made a script in which when the player walks onto a trigger, it gives a boulder RigidBody2D and therefore making it fall. But it doesn't cause any movement in the boulder, and it doesn't check off...
View ArticleI don't know what's going on and I would appreciate some help.
So i put my character up in the air but when i press play it spawns on the ground. ![alt text][1] When I press play and I start running my character teleports up to the original position again instead...
View ArticleChildren Mesh Render Issues.
I am attempting to turn off all of the child objects SkinnedMeshRenderers and I am using his script: var theObject : GameObject; function Update () { theObject.GetComponentsInChildren.().enabled =...
View ArticleWhy when i change a scene things doesn't change?
Hi there! The thing is that i have a narration script (https://www.assetstore.unity3d.com/en/#!/content/47062). And the idea is to change the color of the typography between scenes (white in darker...
View ArticleBuilding Issues with IOS app from Unity3d
We have trying to do both android and IOS VR application using google cardboard SDK in unity3d. android works fine and we build already to android application file and tested in devices. But for IOS we...
View ArticleAnimation cut short
I made a basic attack animation, but it is being cut short, with some of the last frames being skipped over entirely. Is the animation too long? Do I need to change the length in the editor?
View Articleunity 5 terrain bumpmap is gone after lightmap
hi. i'm using unity 5.3.3 and after lightmap my terrain normal map is missing !! why ?! im use deffred lighting and one directional light in my scene... .
View ArticleThrowing Boomerang not Working
So I am creating a script for my 2D fighting game, and the script spawns a boomerang when I press the "c" key, and it is supposed to fly across the scene until it passes the camera bounds, at which it...
View ArticleCamera bobbing because of smoothing option. How to prevent it?
I am having the camera attached to a first person controller automatically wobbling causing weird shadow effects. After some trials I have noticed that it is due to the smooth options attached to the...
View ArticlePhoton room name issue
Hi guys i have a little problem with this code, i can create a room but when i try to catch the name of the room in the function Crea_o_Entra_in_partita looks like there is no room open even if a room...
View ArticleAndroidManifest.xml, Not Found
Hi everyone. My project worked fine, then i implemented the google play services in it, now when i try to build it i get this : > FileNotFoundException: Could not find> file>...
View ArticleUnity Freezes On Play.
After creating a terrain, adding the fps controller and pressing play the entire computer freezes not just the editor. I'ts using 5.3.3 on a mac. Sorry if this is a bit of a noob question but any help...
View ArticleUnity 5 - Pc freeze
My whole PC freezes in Playmode (increased since 5.3.4), while importing a Project or importing a FBX file. I couldnt find a Solution or a related Topic. I added my PC specs and the Editor log, maybe...
View Article