TlsException error only on windows 10 (not mac)
Hello, I have made a script where I can download the price of bitcoin from an api source. This script only works on one of my windows 10 desktops and my macbook air. For some strange reason i get this...
View ArticleI don't know how to fix 'Transform child out of bounds' exception.
Hi. I'm going to make child gameobject setactive = true when parent gameobject is Triggered. ![alt text][1] Like this picture, BallIndigo1 is parent gameobject and x is child gameobject which is in...
View ArticleHelp needed to understand stack trace
Hi, this is the stack trace of a Universal Windows App: ---------- 0 KERNELBASE.dll RaiseException 0x0000000000000068 1 VCRUNTIME140_APP.dll _CxxThrowException 0x00000000000000C2 2 vccorlib140_app.DLL...
View ArticleGUI Exception occurs when "Maximize On Play" is selected.
Hey guys, I've started to get this weird exception spamming in the console whenever I hit Play. I'm using 2017.3.0f3 standalone. *> GUI Window tried to begin rendering> while something else had...
View ArticleUnhandled Exception: System.Reflection
Hey, I have been getting this error today and I cannot find out the root cause: FileNotFoundException: Could not load file or assembly 'Assembly-CSharp, Version=1.0.6701.27160, Culture=neutral,...
View ArticleTelephony in Guided Access without exiting app.
I want to use Guided Access on IOS to have a kiosk-like single app that is the only active app on someones phone. However I am trying to make telephone calls from inside the app ( using...
View ArticleWhy am I still getting IOException: The port 'COM1 does not exist?
I am still having trouble with the "IOException: The port 'COM1 does not exist." error. I have already verified that my Api Compatibility Level is .NET 2.0 and NOT Subnet. this seems to clear this...
View ArticleFailed to import assembly System.Runtime.Serialization
**Unity 2017.3.0f3 Mono.CSharp.InternalErrorException: Failed to import assembly `System.Runtime.Serialization** Unhandled Exception: Mono.CSharp.InternalErrorException: Failed to import assembly...
View ArticleNumber overflow exception
Unity does not throw an exception after adding 1 to int.MaxValue in block#1 because of an absence of Checked Statement. How to throw ***OverflowException: Arithmetic operation resulted in an...
View ArticleReference all objects in an Array except for the object the script is on.
I have a list of hostile objects that I want to avoid each other when they get a specific distance away from each other, so I take all the objects, and when they are 20 (units) away they will rotate...
View ArticleUnhandledException and FirstChanceException events not being invoked
I'm trying to create a global exception handler, and would like to have a reference to the Exception to do some special handling. Is there a way to receive exceptions like this? I'm aware of...
View ArticleNullReferenceException being set off when it shouldn't be?
Hi! Title says it all but for some reason my script ends up setting off "NullReferenceException: Object reference not set to an instance of an object" when it really shouldn't be. I've checked to see...
View ArticleWhat is assembly resolution exception?
So as question states what is assembly resolution exceptiona and why does it occur?
View Articleunable to build for android if Scripting Backend is set up as IL2CPP
So when i am trying to build for android using IL2CPP as scripting backend , it gives Assembly Resolution Exception : Unable to resolve , But when i change to mono it builds perfectly , when the same...
View ArticleWired PackageManager Error
I met a problem but I can still run my game: **System.MissingMethodException: Method not found: 'UnityEditor.PackageManager.Client.List'. at (wrapper managed-to-native)...
View ArticleCan't build apk, IOException: Win32 IO returned ERROR_BROKEN_PIPE
Can't build an APK for a few days now. Error appears in the end of compilation. ---------- IOException: Win32 IO returned ERROR_BROKEN_PIPE. Path: C:\Users\Andrey\Documents\HQ Project\[Unknown]...
View ArticleStop Unity from freezing on NullReferenceExceptions ?
Hello, I am currently on a advanced state from a software I'm making with Unity. However, because of the complicated hierarchy on my assets, I'm often forced to trigger a NullReferenceException from...
View ArticleInspector Error
I have started using **Odin** today. I'm not sure if it is its fault, but I started creating Scriptable Objects in my new project. I did this: public abstract class Ability : ScriptableObject { public...
View ArticleUnity 2018.1.9f1 crash when open Photo Album on iOS 10.x
Hello, I’m using Unity 2018.1.9 f1 and my app always crashes when I call iOS Photo Album. I found the same issue here: Issue: 984517...
View ArticleModuleNotInitializedException: NuitrackException with Intel Realsense D435
I am trying to play around with this camera in unity, but when I try to use it's depth features, I get the following error: ModuleNotInitializedException: NuitrackException:...
View Article