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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.