I'm sorry i tried to find a solution elsewhere but i'm just a self student so can someone please tell me what is and how to fix this error?
OutOfMemoryException: Out of memory
System.Array.Resize[Image] (UnityEngine.UI.Image[]& array, Int32 length, Int32 newSize) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Array.cs:1929)
System.Array.Resize[Image] (UnityEngine.UI.Image[]& array, Int32 newSize) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Array.cs:1913)
System.Collections.Generic.List`1[UnityEngine.UI.Image].set_Capacity (Int32 value) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:622)
System.Collections.Generic.List`1[UnityEngine.UI.Image].GrowIfNeeded (Int32 newCount) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:100)
System.Collections.Generic.List`1[UnityEngine.UI.Image].Add (UnityEngine.UI.Image item) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:91)
GameController.GetCodons () (at Assets/scripts/GameController.cs:44)
GameController.Start () (at Assets/scripts/GameController.cs:34),I'm sorry I tried to find a Solution elsewhere but i'm just a self student. can someone please tell me what and how to fix this error?
OutOfMemoryException: Out of memory
System.Array.Resize[Image] (UnityEngine.UI.Image[]& array, Int32 length, Int32 newSize) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Array.cs:1929)
System.Array.Resize[Image] (UnityEngine.UI.Image[]& array, Int32 newSize) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Array.cs:1913)
System.Collections.Generic.List`1[UnityEngine.UI.Image].set_Capacity (Int32 value) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:622)
System.Collections.Generic.List`1[UnityEngine.UI.Image].GrowIfNeeded (Int32 newCount) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:100)
System.Collections.Generic.List`1[UnityEngine.UI.Image].Add (UnityEngine.UI.Image item) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:91)
GameController.GetCodons () (at Assets/scripts/GameController.cs:44)
GameController.Start () (at Assets/scripts/GameController.cs:34)
↧