Error Fatal signal 11 (SIGSEGV) | Unity Community
Signal 11 is segmentation fault. This means the program is trying to access memory it doesn't have permission for. I had similar issues with this, the most common cause for a segmentation fault is simply a bug in your game or on Unity engine, dereferencin...