private void Update() { if (SettingsHolder.wasCreated && !SettingsHolder.Exist()) { return; } LoadChunks(1, true); LoadChunks(8); UnloadChunk(8); }