Search Issue Tracker
Fixed in 1.5.1
Votes
6
Found in [Package]
1.4.4
Issue ID
1304181
Regression
Yes
Crash when running Build with Entities package + IL2CPP
How to reproduce:
1. Create a new Unity project on a machine with 64bit architecture
2. Import "com.unity.entities" package
3. Set scripting back-end to IL2CPP
4. Build and Run
Reproducible with: ECS 0.17.0-preview.41 (2020.2.3f1, 2021.1.0b3, 2021.2.0a3)
Not reproducible with: ECS 0.16.0-preview.21 (2020.2.3f1, 2021.1.0b4, 2021.2.0a3)
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
sheikhg1900
Feb 18, 2022 22:10
anybody, please guide me, what is this package 1.4.4. entities package are in "0.16.0-preview.21" format.
sheikhg1900
Feb 18, 2022 21:49
it is getting crashed on ECS 0.16.0-preview.21 (2020.3.27f1)
kihuen
Apr 07, 2021 07:39
Only reproducible when Android build configuration "Release" in my case. With "Debug" configuration, there are logs saying:
E/Unity: AssertionException: The scene catalog has not been loaded yet
Assertion failure. Value was False
Expected: True
at UnityEngine.Assertions.Assert.Fail (System.String message, System.String userMessage) [0x00000] in <00000000000000000000000000000000>:0
at Unity.Scenes.SceneSystem.GetSceneGUID (System.String scenePath) [0x00000] in <00000000000000000000000000000000>:0
at Unity.Scenes.GameObjectSceneUtility.AddGameObjectSceneReferences () [0x00000] in <00000000000000000000000000000000>:0
Is this relative?