Godot Version
4.3
Question
Hi, i am new to Godot. I am using Image
to load image in func _process():
as new every time and Instance IDs are getting always smaller. What will happen if it get to 0?
4.3
Hi, i am new to Godot. I am using Image
to load image in func _process():
as new every time and Instance IDs are getting always smaller. What will happen if it get to 0?
Probably the engine will crash, but i doubt you’ll be able to reach that point
thanks, i tested something and i would need about 3 days for crash loading 20000 images.