an error occurred while trying to enable Vuforia play mode
![alt text][1] [1]: /storage/temp/66316-rrrrr.jpg
View ArticleScript changes layer order. Unity changes it back on build.
I have a script that runs on click of a menu item. It changes my order in layer of all the objects i want it to. If I run my game right after i use it it works fine and everything stays ordered. If I...
View ArticleError 0xc000007b when starting unity.exe
This is what the error looks like: ![alt text][1] [1]: /storage/temp/66350-capture.jpg I have tried reinstalling and opening unity with admin rights. I have Unity version 5.3.4f1 64bit. what should i...
View ArticletvOS Top Shelf Image Error Fix?
1. Exported from Unity to Xcode 2.Open in Xcode and get this error: The brand asset collection "AppIcon" has a item "Top Shelf Image" assigned to the Apple TV TV Top Shelf Image 1920x720 role but...
View ArticleUnity 5.1.3f1 won't open
Hello, I was using Unity, when my PC decided to crash. So now, every time I double click the Unity icon, it sends me straight to the bug reporter. And my bug won't even send. What should I do?
View ArticleMove rotating object
I have a ball which rotates around the point 0,0,0 in the Z-axis. When the space button is pressed, the ball has to go inside the large circle. Now my code looks like this. When you press space, the...
View ArticleGettIng Error when trying to set a script to false
Hello, i have a script were im trying to make osme kind of pausemenu. Everything works but i really want it so the movement stops working when the game is paused. But when i try to set my...
View ArticlePart of my script keeps loading in Japanese...
I have a script that we are using for our final project for school and the other night when I saved it it changed almost everything into Japanese. The function names and the author information are all...
View ArticleMultiplayer Custom Object Spawning (ClientScene.RegisterSpawnHandler) Out Of...
I am trying to spawn an object across the network. This object is defined by configuration data loaded at runtime, so as far as I can tell I cannot use the ClientScene.RegisterPrefab() ->...
View ArticleMultiple errors with vuforia namespace names while building with Unity Cloud...
Hi there, Pretty much everything is in the title. When i try to build my iOS app with Unity Cloud Build, i've got 30 errors of the same type : > "- [Unity] Assets/Vuforia/Scripts/...: error CS0246:...
View ArticleUIText not chaning via script please help.
Hello everyone , i am trying to make 2D platformer game with unity. I have 2 script called "DisplayDust" and "Dust" so i am trying to increase dust by 1 when it collide with player. here is my code...
View ArticleHelp with UCE0001: ';' expected. Insert a semicolon at the end.
The error message says that the error is at 33,61. the issue being that line 33 ends at col.58, with a semicolon. Any assistance would be very much appreciated, thanks. EDIT: Due to the pragma strict...
View Articleerror CS0103 CF Input does not exist . Help!
This is my code C# code. I need some help . I can't figure out how to fix this one. using UnityEngine; using System.Collections; namespace Opsive.ThirdPersonController.Input { /// /// Acts as a common...
View ArticleLoading script assembly error
Since I've updated Unity to verison 5.3.4f1, I get this error every time I open a project or make a new one: *Loading script assembly "C:/Program...
View ArticleGetting public variable from another component
In my game I have a line of code that is getting my PlayerController script, and setting it to a private variable, playerhealth. Next it should set it to a text element, but it doesn't. This is the...
View ArticleVuforia Unity - Why my ImageTargetTemplate is null?
Hi, Im working in a Vuforia project and I need to know why my ImageTargetTemplate variable is null. This is my code: public class CloudRecoEventHandler : MonoBehaviour, ICloudRecoEventHandler { public...
View ArticleUnity engine can not run
The Windows 8 64-bit users that stop working when you run the Unity engine appears to offer solutions Status reinstallation is done
View ArticleKeep on getting BCE0005: Unknown identifier:
Kept on getting these errors: BCE0005: Unknown identifier: 'dieGameObject' , BCE0005: Unknown identifier: 'dieValueComponent' , BCE0005: Unknown identifier: 'dieTextGameObject' , BCE0005: Unknown...
View ArticleWeird artifacts on models
Hey guys! How are you all today? I have this one weird thing happening in my Unity scene (using Unity 5 by the way), and I have no idea what is causing it (I'm a total noob with Unity). As to when...
View Article