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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.