float[] Property MyArray AutoMyArray = new float[10]Debug.Notification("Array[1] = "+MyArray[1])But in game the notification shows 0.0 for the value. I found nothing in the Wiki about arrays filled this way. What is the problem ?
float[] Property MyArray AutoMyArray = new float[10]Debug.Notification("Array[1] = "+MyArray[1])