Question by 
               StrykerWildfire · Dec 19, 2020 at 04:21 AM · 
                arrayarraysarray-out-of-range-except  
              
 
              Fill Array Of Arrays With Method/Function
Good Day,
I am trying to run a function when filling an array of arrays.
The array of arrays: int [][] maleHead 
The function returns: int[] 
Why do i not get any errors in Visual Studio, but when trying calling maleHead2 for example, i get Array index (99) is out of bounds (size=70)?
There shouldnt even be any number higher then 70 in this array. (maleMeshHead.GetBlendShapeIndex) NEVER returns a number over 70.)
 
                 
                capture.png 
                (50.1 kB) 
               
 
                
                 
                capture2.png 
                (11.7 kB) 
               
 
              
               Comment
              
 
               
              Your answer