Search Issue Tracker
Fixed
Votes
0
Found in [Package]
0.14.0-preview.19
Issue ID
1287034
Regression
No
Entities are not converted with all Components when Namespace is changed
Reproduction steps:
1. Open user's attached project
2. Open scene "SampleScene"
3. From the Project window, open " MyAuthoringBehaviour.cs"
4. Change the namespace, e.g. by adding ".test" at the end of it
5. Increase the ConverterVersion by one
6. Go back to the editor and look at the Entity information in the Entity Debugger, or observe Logs\AssetImportWorker0.log
Expected result: Entities are converted with the "MyData" Component attached
Actual result: "MyData" Component is not attached, no warnings can be seen in the editor (except 2021.1 where a warning is thrown)
Reproducible with: 0.14.0-preview.19 (2020.1.11f1, 2020.2.0b9, 2021.1.0a3)
Not reproducible with: 0.14.0-preview.19 (2021.1.0a4)
Could not test with: 0.11.2-preview.1 (2018.4.28f1, 2019.4.13f1 because of errors)
Note:
-In older versions than 2021.1, this error is printed in the "AssetImportWorker0.log":
The referenced script is missing on GameObject
-In 2021.1, this error is throw in the editor:
[Worker0] The referenced script is missing on GameObject
Workaround:
Changing the Namespace, restarting the editor, and increasing the ConverterVersion
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
Resolution Note:
Fixed in 2020.2.0b13, 2021.1.0a4