- Home /
Unity full memory crash, during AssetDatabase.LoadAssetAtPath
AssetDatabase.LoadAssetAtPath, when run for the whole "Asset/" directory as path will crash the system, even if the type is specified and cant possibly be more than a few MBs
It is like loading every single asset in RAM to do the load of the specific type
I have come across it in Smoothmoves and i supect it is the same when ORK2 crashed on me as well when trying to update all event files in the project
I manually fixed it in Smoothmoves by limiting the search to specific folders
Any idea why this happens ? Is it a bug ?
Your answer
Follow this Question
Related Questions
Android level doesn't want to work after Application.LoadLevel 1 Answer
After updating no version of unity will load. 0 Answers
webplayer crash after upgrade to 3.4 5 Answers
[vm-pageshortage] App Crash, what should I look for? 1 Answer
Intermittent crash on LoadLevelAdditive, and LoadLevelAdditiveAsync 2 Answers