Search Issue Tracker
Fixed
Fixed in 1.3.X - Entities
Votes
2
Found in [Package]
1.3.0-pre.4 - Entities
7000.0.0a1
Issue ID
ECSB-1250
Regression
No
Immutable packages were unexpectedly altered warning is being thrown after installing Entities package
How to reproduce:
1. Create a new Universal 3D Project
2. Open Package Manager (Window -> Package Manager)
3. Click the "+" icon
4. Click "Install package from git URL" button
5. Type "com.unity.entities@1.3.0-pre.4" and click enter
6. Observe the Console after the package is installed
Expected result: No Errors or warnings are thrown
Actual result: Warning: "The following asset(s) located in immutable packages were unexpectedly altered. Making changes to immutable packages isn't recommended because the changes can be lost without any warning during Package Manager operations. Packages/com.unity.entities/Unity.Scenes.Hybrid.Tests/Test.mat Packages/com.unity.entities/Unity.Scenes.Editor.Tests/Assets/TestMaterial.mat"
Reproducible with: 1.3.0-pre.4 (6000.0.12f1)
Reproduced on: macOS Sonoma 14.5 (M1), Windows 11
Comments (1)
-
nra
Oct 29, 2024 11:03
Still there with latest Editor (6000.0.24f1) and latest packages (1.3.5)
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
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
- Group Node name text is way smaller in the renaming state than the actual display size
Resolution Note (fix version 1.3.X - Entities):
Materials as assets were removed and they are now procedurally generated.