Search Issue Tracker
By Design
Votes
0
Found in
2018.2.6f1
2018.3.0a1
2019.1.0a3
2019.2.0a1
Issue ID
1083197
Regression
Yes
If Autorefresh is off, pulled data doesn't update on the first launch
Reproduction steps:
1. Open "1083197" project
2. See "Cube" -> "New Behaviour Script" -> "Test" value ('10')
3. Copy Project
4. Change "Test" value to '100' (Overwrite Prefab and Save Scene)
5. Copy "Assets" folder to the Copied Project
4. Open Copied Project
5. See "Cube" -> "New Behaviour Script" -> "Test" value ('10')
Expected Result: "Test" value is '100'
Actual Result: "Test" value is '10'
Reproduced with: 2019.2.0a5, 2019.1.0b3, 2018.3.6f1, 2019.1.0a7, 2019.1.0a3,
Did not reproduce on: 2019.1.0a2, 2019.1.0a1, 2018.2.20f1, 2018.1.9f2, 2017.4.20f1
Note:
Refreshing the editor resolves the issue
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
Disabling auto refresh will disable asset reimport and scene reload, this is expected.