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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.