Unity Issue Tracker - Removing Entities package does not delete it when Entities Graphics is installed
Closed
ECSB-791
Removing Entities package does not delete it when Entities Graphics is installed
Package: Entity Component System (ECS)
Won't Fix
1.2.X
Entities Graphics has dependencies on Entities, and so Entities cannot be removed. Entities Graphics must be removed first, then Entities.
How to reproduce:
1. Create a new 3D (URP) Project
2. Open Package Manager Window (Window -> Package Manager)
3. Click the "+" icon
4. Click "Install package from git URL"
5. Type "com.unity.entities@1.2.0-pre.4"
6. Click the "+" icon
7. Click "Install package from git URL"
8. Type "com.unity.entities@1.2.0-pre.4"
9. Delete the Entities package
Expected result: Entities and all other dependency packages are deleted
Actual result: Entities packages are not removed, they just reappear after completing the uninstalling operation
Reproducible with: 1.2.0-pre.4 (2023.3.0a17)
Reproduced on: Windows 11
Prioritise and Follow this issue
Have a workaround or additional info about this issue?