- Sep 22, 2018
- 4
- 1
Going out on limb here, anyone know whats causing this error? As soon as it starts spamming the log the pixies stop working entirely.
[Error : Unity Log] IndexOutOfRangeException: Index was outside the bounds of the array.
Stack trace:
MBMScripts.Character.get_MaxMilk () (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.Female.UpdatePixy () (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.Female.OnTickLateUpdate (System.Single tickTime) (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.PlayData.UnitTickLateUpdate (System.Single tickTime) (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.PlayData.TickUpdate (System.Single tickTime) (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.PlayerController.FixedUpdate () (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
Guessing it has something to do with a missed tick that it just cant seem to get caught back up on. Or maybe its something to do with CB changing milk values and so it cant decide that the girls are done and need a pixy.
[Error : Unity Log] IndexOutOfRangeException: Index was outside the bounds of the array.
Stack trace:
MBMScripts.Character.get_MaxMilk () (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.Female.UpdatePixy () (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.Female.OnTickLateUpdate (System.Single tickTime) (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.PlayData.UnitTickLateUpdate (System.Single tickTime) (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.PlayData.TickUpdate (System.Single tickTime) (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
MBMScripts.PlayerController.FixedUpdate () (at <a4434b4d1450482d9e458ee8dfcd1930>:0)
Guessing it has something to do with a missed tick that it just cant seem to get caught back up on. Or maybe its something to do with CB changing milk values and so it cant decide that the girls are done and need a pixy.