void Awake () {
		instance = this;
	}
	// Use this for initialization
	void Start () {
		instance = this;
	}