Meta File Errors in Unity 2018.7
When a new project is created in Unity, there are immediately 100+ warnings and about 20 errors. The warnings are all in regards to missing meta files, and the errors are in regard to pacakages not...
View ArticleError: SDK Facebook
Win32Exception: ApplicationName='C:/Program Files/Unity/Editor/Data/PlaybackEngines/Facebook\SDKUpdater.exe', CommandLine='', CurrentDirectory='' System.Diagnostics.Process.Start_noshell...
View Articleunloading broken assembly unityeditor.wsa.extension.dll
Unloading broken assembly C:/Program Files/Unity/Hub/Editor/2018.2.0f2/Editor/Data/PlaybackEngines/MetroSupport/UnityEditor.WSA.Extensions.dll, this assembly can cause crashes in the runtime its broken :(
View Articleerror CS1704: An assembly with the same name `Editor' has already been...
I got this error message when i imported the plugin for in-app purchases in unity and i got some warning messages before it which are : 1) Assembly: 'C:/Users/user/Desktop/location/project...
View Articlehello i use this script and when i build the game is give me this error...
I use this script using UnityEngine; using UnityEditor; public class MakeBirdObject { [MenuItem("Assets/Create/Bird Object")] public static void Create() { Birdobject asset =...
View ArticleVisual Studio error for referenced scripts
Hi, I switched over to Visual Studio recently and I always get an error whenever I have a public class referenced in another script. The error/warning message is: Warning CS0649: Field...
View ArticleCannot implicitly convert type `UnityEngine.Vector3' to `bool'
hi im doing a follow path for a enemy but im getting this error:> error CS0029: Cannot implicitly convert type `UnityEngine.Vector3' to `bool' here my code: IEnumerator FollowPath(Vector3[]...
View ArticleAsset store not playing YouTube videos
This has just started happening. I'm running Unity 2018.2.8f1 and the latest Win10 build with the latest Firefox as the browser. When I try to view the asset store promo videos I just get an error...
View ArticleFailed to Copy Assembly-CSharp.dll on Script-Compilation
Since using Unity 2018.2 and later versions with my project i often get the error: "Copying assembly from 'Temp/Assembly-CSharp.dll' to 'Library/ScriptAssemblies/Assembly-CSharp.dll' failed". I only...
View ArticleFailed to Copy Assembly-CSharp.dll on Script-Compilation
Since using Unity 2018.2 and later versions with my project i often get the error: "Copying assembly from 'Temp/Assembly-CSharp.dll' to 'Library/ScriptAssemblies/Assembly-CSharp.dll' failed". I only...
View ArticleUnity says my GameObject variable is not set, but it is.
As I mentioned in the title, my script that I wrote below, is giving me errors when I call LevelUp() method from a button in UI system. In the inspector, it is assigned. It all happens in the same...
View ArticleNullReferenceException:error in bobble head wars ch4 pg122
Error code when i run the bobble head wars. in chapter four Physics adding the ray casting i keep getting this error message. maybe i put the code in the wrong spot or maybe a syntax error? please help...
View ArticleUnity says my GameObject variable is not set, but it is.
As I mentioned in the title, my script that I wrote below, is giving me errors when I call LevelUp() method from a button in UI system. In the inspector, it is assigned. It all happens in the same...
View ArticleArray of objects works half the time!
Hi all. I'm somewhat new to Unity. Something very strange is happening in my code. For my game, I need a bunch of pie charts that show the opinions of my simulated population. Each pie chart is made up...
View ArticleThe object of type 'Transform' has been destroyed but you are still trying to...
using UnityEngine; using System.Collections; public class AlliedMovment : MonoBehaviour { Transform enemy; PlayerHealth playerHealth; EnemyHealth enemyHealth; UnityEngine.AI.NavMeshAgent nav; bool...
View ArticleWhy the Unity is not opening?
The Unity is stuck at the screen showing the logo and the pattern of colors. It is not opening. I ended it's task after one hour and loaded it again but this time it is showing the error that it failed...
View ArticleError CS1525: Unexpected symbol `)', expecting `(', `[', or `{'
Hi, I've written some code which disables a script and starts a coroutine when a collision happens, but I get these two errors **Assets/Scripts/SceneDelay.cs(16,40): error CS1525: Unexpected symbol ),...
View ArticleGetThreadContext failed when i try to open the player settings
as the title says i get "GetThreadContext failed" error when i try to open the player settings anyone can help?
View ArticleI got a error!
I got an error that says Copying assembly from 'Temp/Unity.TextMeshPro.Editor.dll' to 'Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll' failed when it was building the program it had another...
View Article