What Version of boo is Unity currently (2.6.1) using? And is that going to change with Unity 3.0?
Thanks & Greetz, Ky.
What Version of boo is Unity currently (2.6.1) using? And is that going to change with Unity 3.0?
Thanks & Greetz, Ky.
Simply attach the following boo script to a game object:
import UnityEngine
class Version (MonoBehaviour):
def Start ():
Debug.Log(BooVersion)
It should print out your currently installed Boo version to the debug console when you play your Unity game. For my Unity 2.6.1 setup on my MacOSX it is currntly 0.8.2.2994