Search Issue Tracker
Duplicate
Votes
0
Found in
Issue ID
1129451
Regression
Yes
Upgrading com.unity.entities from preview.23 to preview.24 loses files in Transform.Hybrid
Repro steps:
- add com.unity.entities@0.0.12-preview.23 to empty project using package manager
- upgrade it to com.unity.entities@0.0.12-preview.24
- explore error in the console: Library\PackageCache\com.unity.entities@0.0.12-preview.24\Unity.Transforms.Editor\TransformComponentEditors.cs(41,26): error CS0246: The type or namespace name 'PositionProxy' could not be found (are you missing a using directive or an assembly reference?)
- Check that on file system folder 'com.unity.entities@0.0.12-preview.24\Unity.Transforms.Hybrid' contains this file PositionProxy.cs but it is not imported and shown in the Editor as well as some other files in this folder.
Comments (1)
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
DavidSWu
Mar 07, 2019 05:35
GUID [0af0db853e732453799566a0e597993c] for asset 'Packages/com.unity.entities/Unity.Transforms.Hybrid/PositionProxy.cs' conflicts with:
'Packages/com.unity.entities/Unity.Transforms/PositionComponent.cs' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.