for loop causes StackOverFlowException
Hi, I create this for loop, but for some reason it gives the error "A StackOverFlowException has occurred". I really don't know anything about this error, nor do I know how to produce it. for (var hit...
View ArticleHack and Slash tutorial Stack Overflow problem
Hello, I have followed the Hack and Slash tutorials by BurgZergArcade successfully up to number 30 (Or half way through it at least). At 4:34 on the video, when i try to save the vitals, unity says...
View ArticleStackOverflowException due to transform.position
The error: StackOverflowException UnityEngine.Transform.get_position () (at C:/BuildAgent/work/14194e8ce88cdf47/Runtime/ExportGenerated/Editor/UnityEngineTransform.cs:19) Tilemap.getG (.TileUnit...
View ArticleI'm getting StackOverFlowException
Hi. I'm trying to make at first person shooter, but I'm getting trouble. I get a stackoverflowexception and for now it's pointing at main camera. I'll include links to my files. (it's only two)...
View ArticleC# TP_Camera Stack Overflow
Hi everyone, I've been following 3dbuzz's tutorial series on how to make a third person controller. I have gotten to making the TP_Camera script.But when I run it my scene is very slow and laggy.I also...
View ArticleUnity Editor 4.2 crashes silently on play or start
I'm currently working on a hex-based map editor for a game and -- big win for me -- I finally have the ability to load in heightmaps and contour the terrain in roughly the style I'm aiming for....
View ArticleStack Overflow in if condition.
I have the following code where i try to recursively call a function: if( value == 1 ) function(); I tested and the value is not always 1 but i get a StackOverflow error when running. I can't seem to...
View ArticleAccess variables from other Script via Properties [C#]
I try to make a FPS but I have the problem that Unity gets an StackOverflowExeption. I ask myself if it is because of the get{} set{} and if so what is my mistake? Or is there a better way if I want to...
View ArticleMaze Algorithm Problem
Hi, I'm trying to create a simple maze generator for my game, using the Recursive Division Method ( http://en.wikipedia.org/wiki/Maze_generation_algorithm ) But I'm getting stack overflow exceptions....
View Article