Error when playing
i have built my game successfully it also works on my computer but when I play it on my cousin's it shows this error: Unity Player [version: Unity 5.0.0p2_b8242d3df8b0] madstunter.exe caused an Access...
View ArticleManual Activation Not Working!
So I followed every step, but when I tried to load, it doesn't work. How do I fix this? (By the way, I'm trying to register the free version.)
View ArticleFailed to load window layout error
I'm working on a unity group project, and when I work on the project with my Windows 7 PC, and then try to open it on my Windows 8 laptop, it gives me the error "Failed to load window layout" and then...
View ArticleAccessing Variables
I'm trying to create a money system with this code:`var script : Timer; var minusmoney = -10; function OnTriggerEnter(Trigger : Collider) { if (Trigger.tag == 'Player') { script =...
View ArticleError uploading to App Store, package filename invalid characters, ERROR...
Been having a really bad problem lately where I can't upload my apps to the app store for testing builds, and sending them to teammates over TestFlight. When I try to upload to the App Store via Xcode...
View ArticleUnity 3d First Person Camera Displaying Nothing
![alt text][1] [1]: /storage/temp/44486-capture.png I have tried everything to my ability to fix this problem and I can't seem to find a solution in the forums. This problem has persisted for a couple...
View ArticleHelp with the code
![alt text][1] [1]: /storage/temp/44543-my-code.png why does plusDamage become 1 in the console when it is meant to be 1.1. basically what i am trying to do is make it so what ever number you put in...
View ArticleError: "A client which was not in the connected player list disconnected. ???"
Hi, I have two locally connected applications, one being the server, the other being the client. It always worked with my differents builds but this time I have the strangest error: ![alt text][1] [1]:...
View ArticleUCE0001 and BCE0044 Errors
#pragma strict var lookSensitivity : float = 5; var yRotation : float; var xRotation : float; var Current XRotation : float; var Current YRotation : float; var yRotationV : float; var xRotationV :...
View ArticleUnity Scene Doesn't Open Properly?
Last night I finished up on unity and saved my project and scene before closing unity. This morning when I loaded up unity My Hierarchy, scene and game view are all empty, I don't even have a main...
View ArticleUnity Download Assistant Error
when I open the download assistant a message pops up saying " Error 'SendRequest Error' while downloading ini file from http://files.unity3d.com/bootstrapper/5a2e8fe35a68/unity-5.01f1-win.ini Please...
View ArticleUnity Game Crash Report
I am using unity **4.5.5 version**. I made a **game for PC** . This Game works properly in some system , in some other system showing following error **The game crashed. The crash report folder named...
View ArticleCan't solve error CS0131
Sorry for bothering but every time i try to enter gamemode this message appears: "Assets/Script/FPController.cs(16,136): error CS0131: The left-hand side of an assignment must be a variable, a property...
View Articleuhh error, and problems. HELP!
I have a new problem with the first code, I dont know what a static member is. Error: Assets/Scripts/WightedCube.cs(9,35): error CS0120: An object reference is required to access non-static member...
View ArticleCS0120 Error - Need help understanding why
Hi All! I'm very new to Unity, and I'm dusting off my (very basic) C# skills. I'm following a tutorial for a basic card game below: https://www.youtube.com/watch?v=D0GOgSkHahI Below is my code: using...
View ArticlePlayer not taking any damage
Player is not taking any damage the variable "the dammage" is called from another script called AdvancedAI. first script : PlayerStats #pragma strict var Health = 100; function ApplyDamage (TheDammage...
View ArticleERROR: No argument supplied for '--extra-packages' option
I am trying to setup AdMob for Unity. Using a project that contains nothing but the necessary files for AdMob, and attempting to build for Android, I get the following error: Error building Player:...
View ArticleHelp please error CS0246: I would be very grateful please pardon me for my...
Assets/FPS_Lesson_6/GameData/Scripts/FPS/Item.cs(7,16): error CS0246: The type or namespace name `Inventary' could not be found. Are you missing a using directive or an assembly reference? using...
View ArticleDivideByZeroException: Division by zero
I have been trying to make a maze generator in unity but i keep getting the division by zero error. Can someone pls help me? Here is my script: using UnityEngine; using System.Collections; public class...
View ArticleBegginer seeking help
So i just started the suggested ball rolling game tutorial and i seem to have an issue with my script. Again, first day im using this so i dont have any clue what im looking for that ive done...
View Article