Example #1
0
 void Awake()
 {
     Application.targetFrameRate = -1;
     _meshQueue       = new MeshQueue(this);
     _generationQueue = new GenerationQueue(this);
     Loaded           = true;
 }