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
- "Stevedore error: Cannot create artifact ps4-sdk-12_50 using repository unity-internal because that repository has been blocked" error when running "jam ProjectFiles"
- Crash on NVDEV_Thunk when changing VideoPlayer clip source on certain machines
- [HDRP] Forced context-switching occurs when adding an unregistered Custom Post Process to a scene Volume
- Multiple errors are spammed in the Console window when entering “Infinity” value in the Falloff field of a Freeform Light 2D
- Inspector loses focus or Material doesn't update when using GetModifiedMaterial with a Mask component
Add comment