- Home /
WebGL - too much recursion browser error!
Hello, So many developers like myself keep bumping into this browser error when using IEnumerator and yield return in firefox. My current project relies on such functions every now and then. No one has yet been given a correct answer on how to resolve this issue.
If anyone knows how to fix this please post it here, many thanks!
Sean
Answer by Ewanuk · Oct 28, 2015 at 08:51 PM
As I understand it, you can only have a stack about 1000 high in javascript (this is coming second-hand), you may have to look at other ways of executing your code. Possible to move anything into a loop from recursive methods?
Your answer
Follow this Question
Related Questions
I'm trying to GET a text from a server in WebGL, but is not working. 0 Answers
error CS0161: not all code paths return a value 2 Answers
I an unable to run unity webgl build on mobile browser? 0 Answers
GetThreadContext failed during runtime (not in editor) 0 Answers
WebGL build error on Unity 2021.2.8 0 Answers