嗨我已经完成了团结游戏,但我需要它为flash构建它,每次我尝试在导出后得到此错误。
Fatal Error : Error: Error #1000: The system is out of memory.
at flash.utils::ByteArray/set length()
at com.unity::UnityNative$/sbrk()
at com.unity::UnityNative$/malloc()
at com.unity::UnityNative$/_ZN21UnityDefaultAllocatorI17LowLevelAllocatorE8AllocateEji()
at com.unity::UnityNative$/_ZN13MemoryManager8AllocateEji10MemLabelIdiPKci()
at com.unity::UnityNative$/_Z15malloc_internalji10MemLabelIdiPKci()
at com.unity::UnityNative$/_ZN9Texture2D8TransferI18StreamedBinaryReadILb0EEEEvRT_()
at com.unity::UnityNative$/_ZN9Texture2D23VirtualRedirectTransferER18StreamedBinaryReadILb0EE()
at com.unity::UnityNative$/_ZN14SerializedFile10ReadObjectEli18ObjectCreationModebPP8TypeTreePbPP6Object()
at com.unity::UnityNative$/_ZN17PersistentManager26LoadFileCompletelyThreadedERKSsPlS2_ibP12LoadProgress()
at com.unity::UnityNative$/_ZN21PreloadLevelOperation7PerformEv()
at com.unity::UnityNative$/_ZN14PreloadManager26UpdatePreloadingSingleStepEb()
at com.unity::UnityNative$/NativeExt_LoadFirstLevel()
at com.unity::UnityContentInternal/loadFirstLevel()
at com.unity::UnityContent/onFrameInitStep()
有谁知道我怎么能找到我在哪里吃所有的记忆?