void Awake()
    {
        instance = this;

        TemporaryDisable();
    }
	void Awake () 
	{
		instance = this;
		
		TemporaryDisable();
	}