Commit cd08715
committed
Update the migration/upgrade notes with correct instructions on how to upgrade between MRTK versions.
#5770
The existing instructions weren't quite complete, because when you approached step #6 (re-adding MRTK objects to the scene) there is a strong likelihood that the profiles (and other assets outside of the MRTK) haven't been refreshed in the asset database. As a result, doing things like adding the MRTK to the scene and picking a profile wouldn't pick up existing profiles (because the asset database wouldn't have the correct information.)
This requires forcing Unity to regenerate its asset database - the easiest way to do this is just to close it and delete the Library/ folder (which causes an asset database refresh)
See #5770 (comment) for alternatives considered1 parent 89fb1f9 commit cd08715
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments