hi guys, i cant seem to print in unity 3.0, has this changed at all? is rather strange becuase i swear i was printing the other day :S.
function update () {
print ("dadwdw");
if(Input.GetKeydown ("i")) {
print("hi");
}
}
}
hi guys, i cant seem to print in unity 3.0, has this changed at all? is rather strange becuase i swear i was printing the other day :S.
function update () {
print ("dadwdw");
if(Input.GetKeydown ("i")) {
print("hi");
}
}
}
ok ignore this, really weird :S fixed with a comp restart lol