I'm having this error : Unexpected symbol `Meshmonstro ' . how do I solve it?
using UnityEngine; using System.Collections; [RequireComponent(typeof(AudioSource))] public class witchevent : MonoBehaviour { public AudioClip somdavea; public float Velocidadedemovimento = 20;...
View ArticleAssets/Scripts/FyberPlugin/User.cs(15,11): error CS1519: Unexpected symbol...
using FyberPlugin.LitJson; using System; using System.Collections.Generic; using System.Globalization; using System.Reflection; using UnityEngine; namespace FyberPlugin { public class User {...
View Articleerrors after updating my RadioPRO,Errors after update RadioPRO
I'm getting the following 3 errors after updating my RadioPRO Assets/Plugins/crosstales/Radio/Scripts/RadioPlayer.cs(45,24): error CS0433: The imported type `NLayer.MpegFile' is defined multiple times...
View ArticleRealidad aumentada Vuforia problema creando apk
Hola. Tengo un problema y es que no me deja crear el apk de una aplicacion que hice en la version Unity 2018.1.4f1 con el jdk1.8.0_131 y con el sdk version 25.2.5. El primer mensaje que sale es "Unable...
View ArticleCompile failure apk with Vuforia
I'm developing a simple augmented reality application for Android with Unity 2018.1.4f and Vuforia, and I've been having the same problem over and over. It shows this message:...
View ArticleMSVCR100.dll is missing,
Hi guys, I just downloaded Unity and it seems that there is a system error showing this message "The program can't start because MSVCR100.dll is missing from your computer. Try reinstalling the program...
View ArticleLatest 2018 Unity and 3d Game Kit error
Kia ora I jus signed up to the Beta and got down all the software and loaded "The book of the dead" but need to upgrade from wondows 7 to windows 10. So I started the 3D Game Kit tutorials, wel tried...
View ArticleWhat is this error: "TLS Allocator ALLOC_TEMP_THREAD, underlying allocator...
I get a constant error which is: Allocation of 28560 bytes at 113ed8b0. This error occurs whenever the particle system is running. I also have another error but it's not a major one because the other...
View ArticleError after import GoogleAnalyticsV4 to unity project
I imported the "GoogleAnalyticsV4_nobitcode" to my project and then the android force resolve failed ! this is the Error : Gradle failed to fetch dependencies. Failed to run...
View ArticleI have no idea how to fix these errors. Please Help,I am getting errors that...
using UnityEngine; using UnityEngine.SceneManagement; public class GameManager : MonoBehaviour { bool gameHasEnded = false; public float restartDelay = 1f; public void EndGame () { if (gameHasEnded ==...
View ArticleI'm having issues making my Character Controller for my FPS.,I'm having...
NullReferenceException: Object reference not set to an instance of an object FPSController.PlayerMovement () (at Assets/Scripts/FPS Character Scripts/FPSController.cs:74) FPSController.Update () (at...
View Articlecompile errors
Folks, I am having this as compile errors. anyone have ideas of how to solve these issues? ![alt text][1] [1]: /storage/temp/119390-errors.jpeg
View ArticleNullReferenceException on empty project because of ScriptCompilerBase
I'm getting this error every second: NullReferenceException: Object reference not set to an instance of an object UnityEditor.Scripting.Compilers.ScriptCompilerBase.CompilationHadFailure () (at...
View ArticleI'm getting a weird error?
So, I'm getting an error in Unity, and when I double click on it, I am brought to weird inspector page. Here's the error: `NullReferenceException UnityEditor.InspectorWindow.HasLabel...
View Article"The script needs to derive from Monobehavior","The script needs to derive...
I'm pretty new to both C# and Unity so I'm having a little difficulty with this code. Every time I try to add my script to an object I keep getting the "script needs to derive from monobehaviour"...
View ArticleHelp With a C# Script
I asked before but the people that answered did not consider the fact that I might have been new to coding and simply disregarded my question and closed it. I understand that it tells me how to fix the...
View Articlehaving trouble adding a button to end session
Hi everyone. I am trying to add a button that will appear after clearing a board in a game. The button is designed to end the level from continuing its process so users don't have to wait for a long...
View ArticleFix? The object of type 'GameObject' has been destroyed but you are still...
I cant fix this problem- "MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it. Your script should either check if it is null or you...
View ArticleException of type 'UnityEngine.ExitGUIException' was thrown
Good day I had really tough time setting sdk and jdk for unity 2017.1.0f3. The last problem I occured was this error and I have no idea what is going on: ExitGUIException: Exception of type...
View ArticleUnity package manage error
I am beginner on Unity. The program was running before but now it is not running. I have a problem like this: failed to start unity package manager: operation timed out. Please see the editor.log file...
View Article