Esempio n. 1
0
 // Start is called before the first frame update
 void Start()
 {
     directory_      = Application.dataPath + "/Maps";
     grid_           = this.GetComponent <TestGridCreation>();
     full_file_path_ = directory_ + "/" + file_name_;
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     m_Grid = this.GetComponent <TestGridCreation>();
     delta  = m_Grid.GridSpacing * 0.49f;
 }