Search Issue Tracker
By Design
Votes
0
Found in
2018.2.0a1
2018.2.4f1
Issue ID
1091781
Regression
No
Build-in Packages modules are being included in the project folder when they are disabled in the Package manager
To reproduce:
1. Create a new project for android
2. Go to package manager window
3. Choose Built-in Packages
4. Disable any of the packages there
5. Build the scene
Actual result: The modules of disabled packages are still included in the project folder
Expected result: The modules should not be included in the "Managed" folder of the project if they are disabled
Reproduced with: 2018.2.0a1; 2018.2.16f1; 2018.3.0a1;2018.3.0b10; 2019.1.0a1; 2019.1.0a9
Note: adding pictures.
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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Resolution Note:
This is expected. Stripping of engine internals is only supported on platforms which have the "Strip Engine Code" Player Setting (and have that enabled) - https://docs.unity3d.com/ScriptReference/PlayerSettings-stripEngineCode.html