• 카테고리

    질문 & 답변
  • 세부 분야

    게임 프로그래밍

  • 해결 여부

    미해결

OutOfMemoryException이 나는데 어떻게 해결하면 될까요

18.07.27 14:00 작성 조회수 292

0

OutOfMemoryException: Out of memory

System.Array.Resize[Vector3] (UnityEngine.Vector3[]& array, Int32 length, Int32 newSize) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/Array.cs:1929)

System.Array.Resize[Vector3] (UnityEngine.Vector3[]& array, Int32 newSize) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:91)

System.Collections.Generic.List1[UnityEngine.Vector3].set_Capacity (Int32 value) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:622) System.Collections.Generic.List1[UnityEngine.Vector3].GrowIfNeeded (Int32 newCount) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:100)

System.Collections.Generic.List`1[UnityEngine.Vector3].Add (Vector3 item) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:91)

BoardManager.InitialiseList () (at Assets/scripts/BoardManager.cs:40)

BoardManager.SetupScene (Int32 level) (at Assets/scripts/BoardManager.cs:90)

GameManager.InitGame () (at Assets/scripts/GameManager.cs:18)

GameManager.Awake () (at Assets/scripts/GameManager.cs:14)

답변 0

답변을 작성해보세요.

답변을 기다리고 있는 질문이에요.
첫번째 답변을 남겨보세요!