Search Issue Tracker
Duplicate
Votes
1
Found in
5.6.0b5
Issue ID
881432
Regression
No
MissingReferenceException is thrown after updating ScriptableObject outside of Unity
To reproduce:
1. Open attached object;
2. Create ScriptableAsset (Assets > Create > Test > Create MyScriptableObject);
-make sure Asset Serialization mode is Force Text (to change it go to Edit > Project Settings > Editor > Asset Serialization > Mode > Force Text)
3. Select MyScriptableObject in the Project Window;
4. Open MyScriptableObject outside of Unity;
5. Edit the value of textString and save the file;
6. Go back to Unity;
7. Notice the MissingReferenceException is thrown in Console window.
Expected result: no MissingReferenceException is thrown.
Actual result: MissingReferenceException is thrown after updating ScriptableObject outside of Unity.
Note: MissingReferenceException is not thrown when you skip Step 3.
Reproduced on versions: 5.3.7p4, 5.4.4p4, 5.5.2f1, 5.6.0b5, 5.6.0b10, 2017.1.0a1.
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
- UI Toolkit 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
This is a duplicate of issue #759267