Building a project with ECS to standalone in 2020.1.2 causes the built application to crash. I looked into it and found a similar bug was reported, but it was listed as already fixed.
The package I use is as follows.
The attached text file is an error log of an application built with IL2CPP that has crashed.
6207033–681702–error.txt (95.6 KB)
Soaryn
August 15, 2020, 1:46pm
2
This sounds similar to an error I am having as well
In the latest entities package (0.14) I have noticed a crash when attempting to run a build. I have already filed a bug report but managed to narrow it down to entities (Case 1270257). Would someone be able to confirm it is happening to them as well?
Steps:
New 2020.2a19 project
Latest Entities (0.14) and Burst (1.4) packages
Include below code in your assets.
Build.
Run build
In theory it should crash right away when it tries to OnUpdate in the class.
Minimal class file used to crash …