Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.2
Issue ID
1258644
Regression
No
Prefab in subscene does not update after component script changes
Fixed for 2021.1 here:
https://ono.unity3d.com/unity/unity/pull-request/114785/_/core/adb-import-worker-script-renaming
Steps:
1. Download attached project (dotsSamples4.zip)
2. Edit package manifest to point to local DOTS folder (master branch)
3. Open project with Unity 2020.1/staging
4. Open "ForEach" scene, hit play
- both objects are spinning
5. exit play
6. On ProjectView, select prefab "RotatingCube", add component "Translation_ForEach" to it
7. Set speed of Translation_ForEach to 2
8. hit play
- both objects are spinning and moving up and down
9. exit play
10. Edit scripts to rename to "Translation_ForEach2"
11. Check prefab "RotatingCube" to make sure component "Translation_ForEach2" is there, and has speed = 2
12. hit play
- both objects are spinning
- but only 1 of them are moving up and down
See attached video for detailed bug repro.
Reproducible: 2020.1.0b14
Note: This also reproduces when Jobs > Burst > Enable Compilation is OFF
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Add comment