#Project f5 or f6 loading forever

6 messages · Page 1 of 1 (latest)

solar walrus
#

Sounds like it gets stuck somewhere before the first rendering frame.
Possibly some infinite loop during some nodes _ready

solar walrus
#

Or maybe a custom setter function

glad cargo
#

But I'll check

#

Thank you

solar walrus
#

Infinite while loops will usually freeze and then crash
You can get a call stack overflow by calling functions recursively, that would indeed pause execution and send you to the debug tab