Search Issue Tracker
Fixed in 2018.4.X
Fixed in 2019.1.X, 2019.2.X
Votes
0
Found in
2018.3.0b8
2018.3.10f1
2019.1.0a1
2019.2.0a1
Issue ID
1140289
Regression
Yes
AssetDatabase does not refresh asset after Editor restart
Reproduction steps:
1. Open "ResourceDoNotRefresh.zip" project
2. Select "Material1" and change its color to (0,255,0,255)
3. Reopen the Editor
4. Open "Material1.mat" in a Text Editor
5. Change "_Color" to (1,0,0,1)
6. Focus the Editor
7. Notice the Color doesn't change
8. Duplicate the Material
9. Notice that the duplicates Color changed
Expected Result: Material Color changes
Actual Result: Material Color doesn't change
Fixed in: 2019.3.0a1, 2019.2.0a15, 2019.1.4f1, 2018.4.1f1
Reproduced with: 2019.2.0a10, 2019.1.0b10, 2018.3.11f1, 2018.3.0f1, 2018.3.0b10, 2018.3.0b8
Did not reproduce on: 2018.3.0b7, 2018.3.0b6, 2018.3.0b1, 2018.3.0a7, 2018.3.0a6, 2018.3.0a1, 2017.4.24f1
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
- Crash on SkinnedMeshRendererManager when interacting with a prefab generated with uncombined meshes using Synty Sidekick Character Creator
- Crash on folly::detail::safe_assert_terminate_v when updating the Meta XR SDK Packages
- The text font falls back on a different font depending on the fallback font used
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
- Mono Windows Builds don't produce full log callstacks when generating logs
Resolution Note (fix version 2018.4):
File changes are discovered during Refresh.
If there's no refresh (auto of manual) file changes won't get reflected.
If there's a manual reimport while the file is modified but before a Refresh then the current pipeline will use the in memory representation (unchanged) with the time stamp of the modified file, so the next refresh will not see the file change.