Search Issue Tracker
Fixed in 0.8.0-preview.8
Votes
1
Found in [Package]
0.4.0-preview.10
Issue ID
1201070
Regression
No
Subscene fails to import when using managed IComponentData referencing a ScriptableObject
How to reproduce:
1. Open the attached project "1201070.zip"
2. Open the Scene1
3. Select ManagedComponent in the Hierarchy
Expected result: Load/Unload ManagedComponent button is visible and no errors are thrown
Actual result: Load/Unload ManagedComponent button is not visible and entity header file could not be found error is thrown
Reproducible with: Unity 2019.3.0f4 (0.2.0-preview.18, 0.3.0-preview.4, 0.4.0-preview.10), Unity 2020.1.0a18 (0.2.0-preview.18, 0.3.0-preview.4, 0.4.0-preview.10)
Notes:
Making changes to the Scriptable object or other scripts might sometimes fix the issue, but changing Unity or package versions, reopening the project will make the issue reappear.
When using Entities package version 0.2.0-preview.18, the issue is also reproducible when using ISharedComponentData.
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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Resolution Note (fix version 0.8.0-preview.8):
Fixed in the latest available package version.