Assertion failed: Assertion failed on expression: 'SUCCEEDED(hr)'
I know I am not the first one to ask this, but I just wanted to give anyone who is searching a possible other solution to the problem a hint, because a lot of other posts recommend things like "Setting...
View ArticleInvalid token
I am new to unity and I am trying to make a game, but there is an error "Invalid token ','" here a picture of what I have done![alt text][1] [1]: /storage/temp/134515-unity-problema-1.png
View ArticleCommandInvokationFailure: Unable to convert classes into dex format.
Hi, so I tried building my project and I am getting this error and cant get what is the problem. If anyone would be so kind and explain to me what this error means! Thanks in advance ERROR:...
View ArticleUnity Job system error: BackingField is not a value type. Job structs may not...
Just started using the Unity Job System. I'm not really understanding the reference types you can use (if any) in the IJob struct. Vector3 seem to work, so you can use some reference types. I use a...
View ArticleError message in 3D game tutorial
When I download the tutorial to make a 3D game in unity via the Learning tab, I immediately get an error message that reads:...
View ArticleHundreds off errors n console upon starting Unity 2018.3.9f1 related to "has...
![alt text][1] [1]: /storage/temp/135014-unity.png Reinstall of Unity does not help. Creating new, blank project does not help. Unity freezes repeatedly every few seconds because of this. Any...
View ArticleXCode 10.1 Undefined symbols for architecture arm64. Linker command failed...
I'm trying to buid on XCode 10.1 my project done in Unity 2018.2.20f1, Vuforia: 7.5.26 and I'm getting this error: Undefined symbols for architecture arm64: "_OBJC_CLASS_$_MFMailComposeViewController",...
View ArticleError Building Play Android > Unity 3d v4.6.9
Hi ! I have this error ( never before -__- ): this error occurs when he tried to create an apk file ---------------------------------------------------- Error building Player: CommandInvokationFailure:...
View Article.dll files will not be loaded due to errors
Every time when I want to start the game 5 directory erros pop up, which make the game unable to test in the Editor. -Assembly 'Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll' will not be...
View ArticleopenJDK Google Play Services problem
Hello, I have a problem with OpenJDK and GooglePlayServices, after install the plugin Unity pop-up an error window: ![alt text][1] [1]: /storage/temp/135148-error.png And output the following message...
View ArticleGetting a huge amount of errors regarding contained definitions in GameObject
I'm fairly new to Unity, but this one strikes me as particularly weird. Suddenly, all my scripts are getting similar errors. Here's a snippet of one of them: GameObject b =...
View ArticleNullReferenceException: Object reference not set to an instance of an object
so i'm trying to make a weapon become the parent of the object this script is attached to but I get this error: NullReferenceException: Object reference not set to an instance of an object...
View ArticleLOD Error on Unity's own Example script
I get two errors in 2018.3 from Unitys own example script in the LODGroup.SetLODs page.. [LODGroup.SetLODs][1] [1]: https://docs.unity3d.com/ScriptReference/LODGroup.SetLODs.html The errors I get are:...
View ArticleCan't execute external program
Hi. I'm trying to exectute an external program, because of an operation that makes Unity crash. Here's the code I wrote { //Get the support program directory string AssetsPath = Application.dataPath;...
View ArticleERROR - An object reference is required to access non-static member...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerController : MonoBehaviour { public int count; // Use this for initialization void Start () { count =...
View ArticleUnity 2017.2.0p3 Editor Animation InvalidCastException Error !!
Hi. I'm Unity Program Student. An error occurs when selecting animation in Unity Editor. InvalidCastException: Cannot cast from source type to destination type....
View ArticleHelp me! Error BCE0089
#pragma strict var newScene : String; function Update() { if (Input.GetKey(KeyCode.E)) { Application.LoadLevel(newScene); } } when I start the game unity3d tells me "All compiler errors have to be...
View ArticleSabreCSG creates Build Errors
Using SabreCSG for level design. When I try to build any code, I get nothing but errors coming from Sabre. Is there a way for MonoDevelop to ignore these errors? Using MonoDevelop for editing Code
View ArticleError assigning cubemap texture to 2D texture property '_Maintex' Dimensions...
Hi all, fairly new to unity but been working on a simulation for around 12 months. Unity crashed while importing something, restarted and basically lost everything so had to start again but i am now...
View ArticleFMOD errors, simple project
I am just getting started with FMOD and cannot understand why I am getting these errors. ![alt text][1] [1]: /storage/temp/135764-error.png the only thing I have made is a looping fire sound effect...
View Article