Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b9
2018.1.0f2
Issue ID
1040270
Regression
Yes
ReflectionTypeLoadException after entering Play mode when using Entity Component System
Reproduction steps:
1. Open the attached project "EntityTest.zip";
2. Open the SampleScene;
3. Enter a Play mode.
Actual results: the ReflectionTypeLoadException is thrown:
ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
System.Reflection.Assembly.GetTypes () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/Assembly.cs:410)
Unity.Entities.DefaultWorldInitialization.Initialize (System.String worldName, System.Boolean editorWorld) (at /Users/qa/Library/Unity/cache/packages/packages.unity.com/com.unity.entities@0.0.12-preview.2/Unity.Entities.Hybrid/Injection/DefaultWorldInitialization.cs:69)
Unity.Entities.AutomaticWorldBootstrap.Initialize () (at /Users/qa/Library/Unity/cache/packages/packages.unity.com/com.unity.entities@0.0.12-preview.2/Unity.Entities.Hybrid/Injection/AutomaticWorldBootstrap.cs:11)
Reproduced on: 2018.1.0b9, 2018.1.2f1, 2018.2.0b6.
Not reproduced on: 2018.1.0b8 and lower.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Add comment