INSTALL of UNITY 5 fail- 'write permission error'
Unable to open UNITY 5 on install? on MACOS 10.9.5. If you have an answer that invoves TERMINAL can you give step by step instructions? I'm a beginner user of TERMINAL (& UNITY) Failed to write...
View ArticleCould not write license holder html
The engine was working fine about a month ago but today this error keeps popping up. I have updated and reinstalled it with no success. I am running a Windows 7 64bit. I have plenty good enough...
View Article"Failed to load package manager" error
I'm using Unity 5 and getting these error messages every time I open Unity or enter play mode: Failed to load package manager Failed to load package manager...
View ArticleErrors When Making a New Unity5 3d Project
When creating a blank slate project and importing "standard assets for unity64" I continuously get errors like "prefab has multiple transform components: removing them automatically is not safe" and...
View ArticleUnityException: You are not allowed to call this function when declaring a...
I'm having a problem that is driving me insane. I've debugged the script manually and could not find the problem. The error that I am getting is this: UnityException: You are not allowed to call this...
View ArticleAssembly-CSharp-firstpass.dll.mdb is denied?
I cannot test my game because this error came up and I don't know how to get rid of it. Unhandled Exception: System.UnauthorizedAccessException: Access to the path "C:\Users\wes19_000\Documents\TA...
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 ArticleLatest update spawned weird errors in my console.
Ever since the update there are 2 errors now that show up randomly in my console... "ReflectionTypeLoadException: The classes in the module cannot be loaded. System.Reflection.Assembly.GetTypes ()"...
View ArticleVery strange error, I need help please!
Hello everyone, I'm getting this error and I don't know where to start! *I had to change my hard disk because it was "broken", so I made a .rar with my full project (don't know a better way to import)*...
View ArticleIs there an easy way to pop-up error messages
hello, is there an easy way to pop-up error messages without having to make an extra panel for every possible error I can throw?
View ArticleAnimating Panels
My previous question was solved. My problem now is I'm animating panels using the Unity GUI sliding one off to the right onclick and moving one in from the left. Then on the new panel onclick it will...
View Articleerror CS1501: No overload for method
Hi I've got a problem and i need help this has bean stuck on this for days and have not found a way to fix it so if u can help it will be greatly appreciated EnemyBehaviour.cs(19,25): error CS1501: No...
View ArticleIsFinite(outDistanceForSort) error /w no stack trace.
In the project there is an `IsFinite(outDistanceForSort)` error that appears twice each frame with no stack trace. Not only does it cause the FPS to suffer but it also causes some lights to flicker....
View ArticleUV scroll animation error
Any help with the following error: **The material property is different from already stored property.** I get it when animating the offset value (UV Scroll) in a material to simulate a wave animation
View ArticleWhy don't my 2D BoxColliders work when they are on an instantiated object?
Whenever I instantiate a projectile in my game, the 2d boxcollider doesn't work and instead gives this message: "The collider did not create any collision shapes as they all failed verification." The...
View ArticleError message with code? C#
**I keep getting an error with my code: error CS1501: No overload for method `Attract' takes `0' arguments Here is my code:** using UnityEngine; using System.Collections; public class...
View ArticleScript Error
It´s my first project and I can´t test it cos a few error: 1# Assets/Scripts/FirstPerson.cs(28,1): error CS8025: Parsing error 2# Assets/Scripts/FirstPerson.cs(14,9): error CS1519: Unexpected symbol...
View ArticleHow to unfreeze a Script in a unity5 Scene?
So i have Scene1 and Scene2 and SceneGame.I put a timmer on Scene1 that after 6 seconds it load the next Scene2*in this case is Scene 2*. The same i did with Scene2 . I also made a Pause Menu in...
View ArticleMissing Assembly and Nonexistent Playback Engine
**Hello! I currently downloaded the free version of the Unity editor for Windows 8 and I have been receiving errors. These errors say:** Missing assembly E:\Program Files (x86)\Unity Game Developer...
View ArticleUnauthorizedAccessException: Access to the path...
Every time I switch the platform I'm working on, or make a build I get this error. How can I fix it?
View Article