private void Awake()
 {
     if (ChunkRockGenerator.AssetPrefabs == null)
     {
         ChunkRockGenerator.LoadPrefabs();
     }
     this.GameController = GameController.GetSharedInstance();
     this.PlacedAssets   = new List <GameObject>();
     this.sampler        = new PoissonDiscSampler();
 }