Fatal Error

Trying to build my project and I get this Fatal Error. Anyone know how to fix this? I have attached some pictures of the project Im trying to compile.

Thanks

1353539--66840--$FATAL ERROR.jpg




the error tells you the problem:

“System out of memory!”

you seem to need more ram in your machine.

I Have 16Gig of Ram

Unity is a 32 bit application and as such it can only use around 3gb of memory. When building projects that uses lots of assets this can cause problems. The allocation that fails is asking for 3mb which sounds very reasonable, so I don’t expect this to be a bug.

You’re not the first to encounter this problem. Try googling for other users experiences on how to handle this problem. I’ve heard others report that their project builds if they launch a clean unity instance and build without editing the project first. Others have found various ways to reduce the asset sizes. If you use Unity Pro then one reliable solution would be to move some of your assets to asset bundles.

We are looking into ways to solve this problem, but for now you should try to work around this problem.

I am sort of new to Unity, what are asset bundles and whats the best way to implement their use.

Thanks