Hi to all!
I’m trying to access the x or y length of a 2d builtin array (in UnityScript). Found this very helpful answer: link text
but alas my2dArray.Length(0) doesn’t work for me (“it is not possible to invoke an expression of type int”)
Tried length instead of Length, [ instead of (, nothing. So, where’s the catch? The answer I found is very neat and concise, so typo of its author or incompetence of mine?
Many thanks for your help!