//Initialize the streaming map (create the prefab map, enable pooling) void InitializeStreamingMap(int width, int height, int depth) { InitializePrefabMap(width, height, depth); AssetPool.EnablePooling(); }