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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
This is a duplicate of issue #759267