인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

ijnue93510341's profile image
ijnue93510341

asked

How to Make a Unity 2D Roguelike Game [Korean Subtitles]

Game Manager (Game Manager)

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

Written on

·

534

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)

unity

Answer

This question is waiting for answers
Be the first to answer!
ijnue93510341's profile image
ijnue93510341

asked

Ask a question