void Update() { eth = Ether.getInstance(); text.text = "Ether energy: " + eth.getEnergy().ToString("F0"); }