public void OnBuilding()
 {
     _levelBuilder.LoadLevelUsingPath(Application.dataPath + RelativePath);
 }
 void Start()
 {
     _levelBuilder = GetComponent <LevelBuilder>();
     _levelBuilder.LoadLevelUsingPath(Application.dataPath + RelativePath);
 }