What will happen if Instance IDs get to 0?

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?

Probably the engine will crash, but i doubt you’ll be able to reach that point

1 Like

thanks, i tested something and i would need about 3 days for crash loading 20000 images.