-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIFlippable.cs ArgumentOutOfRangeException #133
Comments
On 2017.04.10 20:17, Gustavo Bogarín commented: verts.PopulateUIVertex(ref uiVertex, i); I couldn't find much information about that method so I'm stuck here, but what I can tell is that the array is empty because the exception is raised when the index is 0. |
On 2017.04.13 13:14, @SimonDarksideJ commented: |
On 2017.04.19 16:06, Gustavo Bogarín commented: |
On 2017.04.19 16:28, @SimonDarksideJ commented: |
On 2017.04.21 19:22, Gustavo Bogarín commented: |
On 2017.07.02 15:36, @SimonDarksideJ commented: Resolves #133 Referenced by af1f9be |
On 2017.07.02 15:36 @SimonDarksideJ modified issue: |
Issue created by <unknown> as Bitbucket Issue #133 on 2017.04.07 23:56.
I get this error when move to 5.6.
ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
System.Collections.Generic.List`1[UnityEngine.Vector2].get_Item (Int32 index) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:633)
UnityEngine.UI.VertexHelper.PopulateUIVertex (UnityEngine.UIVertex& vertex, Int32 i) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Utility/VertexHelper.cs:65)
UnityEngine.UI.Extensions.UIFlippable.ModifyMesh (UnityEngine.UI.VertexHelper verts) (at Assets/unity-ui-extensions/Scripts/Effects/UIFlippable.cs:48)
UnityEngine.UI.Graphic.DoMeshGeneration () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Graphic.cs:388)
UnityEngine.UI.Graphic.UpdateGeometry () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Graphic.cs:374)
UnityEngine.UI.Graphic.Rebuild (CanvasUpdate update) (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/Graphic.cs:335)
UnityEngine.UI.CanvasUpdateRegistry.PerformUpdate () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/CanvasUpdateRegistry.cs:149)
UnityEngine.UI.ScrollRect:LateUpdate()
The text was updated successfully, but these errors were encountered: