Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. [Error : Unity Log] ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. Parameter name: index
  3. Stack trace:
  4. System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  5. System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
  6. AIChara.ChaControl+<ChangeHeadAsync>c__Iterator4.MoveNext () (at <357533a50e16444ba845ab3eda690f79>:0)
  7. UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <0a7d89e4511e4bdeb215f76ca00fd04e>:0)
  8. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  9. AIChara.ChaControl:ChangeHead(Int32, Boolean)
  10. CharaCustom.CvsF_FaceType:<Start>m__1(CustomSelectInfo)
  11. CharaCustom.CustomSelectScrollController:OnValueChange(ScrollData, Boolean)
  12. CharaCustom.<OnUpdate>c__AnonStorey1:<>m__0(Boolean)
  13. CharaCustom.<SetData>c__AnonStorey0:<>m__0(Boolean)
  14. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  15. AIProject.InputModule:ProcessMousePress(MouseButtonEventData)
  16. AIProject.InputModule:ProcessMouseEvent(Int32)
  17. AIProject.InputModule:ProcessMouseEvent()
  18. AIProject.InputModule:Process()
  19. UnityEngine.EventSystems.EventSystem:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement