My more general question is how often do you guys run into errors that are infrequent and hard to reproduce, and how do you go about fixing these errors?
More specifically, I have a random terrain generation system, that generates biomes and different terrain and models based on the biome. Right now, 9 times out of 10, it works perfectly, but sometimes, the first biome that generates wont generate with any models, and the output shows no errors. I don’t want to paste a large wall of code here in hopes that someone will debug for me, I’m more so wondering how I should go about trying to fix this problem. Right now, I’m thinking that its a quirk of the engine and something isn’t loading fast enough sometimes, but I’m not really sure.