NullReferenceException even when the object is declared assigned and then used
Hello, I have a script on a level picker scene, I need to activate the level only when the (level before it) is been played, so I'm saving the achievement of the level in a PlayerPrefs (I know it's not...
View ArticleError when import UnityPurchasing "CS1704: An assembly with the same name...
When I import UnityPurchasing, I got the error: error CS1704: An assembly with the same name `Editor' has already been imported. Consider removing one of the references or sign the assembly...
View Articleensure read /write is enabled in the partical system texture
hello im new to unity and i got this eror "ensure read/write is enabled at the partical system texture" i know i need to check the box at the inspector but i dont know how to reach the inspector to...
View ArticleAssertion failed on expression: 'outputUVHash == oldOutputUVHash'
Can someone Explain what this means? ***Assertion failed on expression: 'outputUVHash == oldOutputUVHash'*** Happens randomly on my Editor Script. but does not end in deep troubles, if occurred. @Bunny83
View ArticlePublic variables acting like private ones!
I have two scripts, a data manager and another script. The data manager is storing a PUBLIC enemyCount integer. The other script is supposed to subtract 1 from that integer when an if statement is...
View ArticleSome errors after updating to 2018.3.6f1
Hi so I updated to 2018.3.6f1 from 2018.3.5 and deletes a few things just organizing my project and then I noticed all these errors and I'm not sure how to fix them. ***...
View ArticleUse of unassigned local variable 'startPos' " & " Use of unassigned local...
Could someone explain why i get an error on line 78 - " Use of unassigned local variable 'startPos' " & " Use of unassigned local variable 'endPos' ". Can you not pass variables to another method...
View ArticleWhat do this error and a warning mean?
I have recently updated to Unity 2018.3.6.f1 and I started getting this error and this warning when I enter player settings. It doesn't really do anything, I am able to build apk and everything works...
View ArticleFATAL EXCEPTION, 2018.3.6f1, nativeMuteMasterAudio,FATAL EXCEPTION 2018.3.6f1
java.lang.Error: FATAL EXCEPTION [main] Unity version : 2018.3.6f1 Device model : samsung SM-G930L Device fingerprint: samsung/heroltelgt/heroltelgt:7.0/NRD90M/G930LKLU1DQL1:user/release-keys Caused by...
View ArticleError when opening unity 2018.3.2 Shows startup time in error console
![alt text][1] [1]: /storage/temp/131636-wtf-unity.png I open up unity and i get this and cant press play. Also happened in 2018.3.1. I had modified the default scrip template to remove commented lines...
View ArticleUnsupported texture format for ReadPixels error
Just today I have been getting this issue where I cant paint on a terrain, as it doesnt let me select a new brush and just stays a a square, but also the layout seems to be mucked up as there is no...
View ArticleHow do I solve my Match 3 Game coding error?,
I am working on a Match 3 game by following a Unity tutorial step by step on this web page: (https://www.raywenderlich.com/673-how-to-make-a-match-3-game-in-unity) I am currently at the step where I...
View Articleneed help with a error
hi im new to programing and i was messing around with a checkpoint system and this error NullReferenceException: Object reference not set to an instance of an object PlayerPos.Start () (at...
View ArticleError CS0012 when building for Android
![alt text][1] [1]: /storage/temp/131662-help.png Please help, I'm using Unity 2018.1.9f1.
View Article[n00b] Can not play a disabled audio source.
hello passing good samaritan, I randomly got the 'Cannot play disabled audio source' error when nothing had been changed except the audio file used (audio file to trigger when player dies). Reading...
View Articlehave a System.Security.Policy error message ??
have a System.Security.Policy error message ?? :) Lost a file? Or, the entire set of files Which group should I ask in Unity? The version used is 2018.3.7.f1...
View ArticleReflectionHelper Error
Proxy concerned Error continues to occur!! Fatal Exception. not admob plugin problem... java.lang.Error: FATAL EXCEPTION [Thread-468] Unity version : 2018.3.7f1 Device model : samsung SM-G965N Device...
View ArticleError with AI going to Waypoints,Issues with AI tracking waypoints
Hello, I have been trying to develop my own AI based off of the Unity Pluggable AI lesson - however I've been running into a bit of an issue when trying to implement some sort of waypoint system to my...
View ArticleCan someone help me to fix my controller 2D?
I want to make a Mario like game, and i have been following the Brackeys' video on how to make it but i having problems: This is the code for the Controller: using UnityEngine; using...
View ArticleUnity Error
NullReferenceException UnityEngine.Object.Internal_InstantiateSingle (UnityEngine.Object data, UnityEngine.Vector3 pos, UnityEngine.Quaternion rot) <0x17dc64c0 + 0x00062> in :0...
View Article