StackOverflowException: The requested operation caused a stack overflow.
I'm trying to make recursive function with hoops but I don't know how else write:> Way[way].BuildHallway(way, hoop); using UnityEngine; using System.Collections; using System.Collections.Generic;...
View ArticleUnity IL2CPP
I have built my game to iPhone 6 device and start my server and I have got this exception. In the editor there no exception. I don't know this is a server issue or database. I have tried with Unity...
View ArticleUI Text isn't updating text on Button click during the gamePlay [Read...
![alt text][1]I have a Button prefab that i am using to dynamically create buttons using script. I also have a text field UI to show the result on that. I have a script attached to these buttons &...
View Articleuse unity 2019.1.14f build android apkļ¼some 5g android device occur...
I am using TcpSocket , 4g wifi which are fine to connect tcp server. but some 5g android device can not connect to server, exception are : Exception: System.Net.Sockets.SocketException (0x80004005):...
View ArticleSystem.NotSupportedException: This protocol version is not supported
when use TcpClient connect function, this exception happen. My code work on wifi , 4g , and ios 5g, but some android device which is on 5g signal get this exception, any one can help me? I try use new...
View ArticleGetting "TlsException: Handshake failed" when I execute transaction method to...
Hi, I'm trying to use third party cloud DB (Neo4j Aura), so I added .net version of the db access driver from the DB company(Neo4j) in my unity project and ran some queries. It worked fine in Unity...
View ArticleEnoent error: diskusage.node not found when starting Unity Hub
Hello! i have recently downloaded Unity Hub to make some games. However, on opening the Unity Hub, i seem to be getting this error![alt text][1] (see photo attached). i have seen another unity answer...
View ArticleDirectoryNotFoundException when using test runner in a Standalone build
Hey guys, when testing my game, I need to read some files, which are placed in the same folder as the scripts of my playmode tests. 1. By clicking on "Run All" in the Unity Test Runner everything works...
View ArticleStartCoroutine() causes NullReferenceException when scenes are changed.
Exception: NullReferenceException: Object reference not set to an instance of an object FlowEvent+d__34.MoveNext () (at Assets/Scripts/Hex/Imports/Death Of A Pet/FlowEvent.cs:266)...
View ArticleUnityEngine.UI.Selectable.OnValidate null reference
Hi, I just got the following exception when playing my game from unity: "NullReferenceException UnityEngine.UI.Selectable.OnValidate () (at...
View ArticleHow to order execution of code chunks?
I have the following code (*do not pay attention that the code is repetitive*). There are 3 blocks of code, each one makes a screenshot of a scene (with the same name "screen.jpg") from a different...
View ArticleNative Collection not disposed, memory leak and Jobs issue ?
[EDIT] the logs, saved as .txt are download as a .txt.jpeg ...somehow ? You need to correct the file name to open it. Hi, First of all, I wish you all the best for this new year. Kindness, money, great...
View ArticleHow to solve "ArgumentException: Name has invalid chars" when connect to...
Hi Everybody, I've been working on connecting my database at MySQL inside Unity. Here are my findings so far and the error that was "the straw to break the camel back"....
View ArticleDoes anyone understand why I keep getting "ArgumentOutOfRangeException" from...
## **My Goal** ## My goal is to get a random platform to spawn, but if the max uses is reached then delete it from my list to prevent spawning my platform more times than others. If there is only 1...
View ArticleInstantiate spawns an empty game object called "New Game Object" as well as a...
I've got an issue where a game object is spawned that doesn't work as well as an empty game object called "New Game Object". I also have this error: UnityException: Transform child out of bounds...
View Articleim getting a serialization exception eror in my load method
using System.Runtime.Serialization.Formatters.Binary; using UnityEngine; using System.IO; public static class SaveSystem { public static void SaveData(Calculator calculator) { BinaryFormatter formatter...
View ArticleCan't Read CSV from Download Folder in Android Device (C# Unity)
**My C# code for read CSV from Download folder in Android device** public class ReadCSVInDownloadFolder : MonoBehaviour { public TMP_Text Text; private string path; private void Awake() { try { path =...
View Article"Assertion failed: Invalid worldAABB. Object is too large or too far away...
Hi, in my project sometimes run into the worldAABB error. Unfortunately this error is **not beeing logged** from my DebugLogger (logs Exceptions in txt-file). For caching the exceptions I listen to:...
View ArticleRandom Unity authentication failure at mobile game startup
I recently released a new version of my mobile game on IOS and Android. The game app includes code that detects and reports C# exceptions via email. Since releasing the app, I've received five reports...
View ArticleHaving Trouble with NullRefence Excpetion OnParticleCollision
What I am trying to achine is OnParticle collision retrieve a public variable stored on the script called Tower to then subtract that from the current units health which sounds simple in theory just...
View Article