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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.