Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.1
2019.2
2019.3
2019.3.0f5
2020.1
Issue ID
1213954
Regression
Yes
Some packages triggers script recompilation at every editor startup
com.unity.mobile.android-logcat@1.0.0 triggers script recompilation at every editor startup. If you re-open the project, it will be recompiled again so editor startup time is very long.
Repro steps:
1. Open attached project and change platform to Android. see editor log.
2. It shows package re-import and recompilation. Also some files in PackageCache are changed due to Unity's automatic API updater.
3. Close project and re-open it.
4. You can see package re-import and recompilation again. If you repeat this, it recompiles again and again.
Expected behaviour : Package import and compiliation should be once. Later editor startup should not triggers package recompiliation.
Actual behaviour : some scripts in PackageCache is changed and restored again and again then it triggers script recompilation.
Note: Search for [API Updater] Updated Files: in Editor.log
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [HDRP] Decal Projector with layer mask "nothing" doesn't affect transparent objects when Decal Layers are disabled in frame settings
- "MonoBehaviour.OnApplicationQuit" is still called when quitting is canceled by “Application.wantsToQuit“ returning false
- [2D SG/VFX] Surface options are not shown in Output Inspector when 2D Sprite SG is assigned to VFX
- Collisions are incorrectly registered when setting a joint motor every frame causes
- Terrain shadows flicker while moving the Camera in the Player when Terrain contains GPU instanced materials
Add comment