Search Issue Tracker
Third Party Issue
Third Party Issue in 2023.1.X
Votes
0
Found in
2021.3.10f1
2022.1.17f1
2022.2.0b9
2023.1.0a12
Issue ID
UUM-14820
Regression
No
SerializedObjectNotCreatableException when saving after exiting Play Mode
How to reproduce:
1. Open the attached “TestingProject2” project
2. Open scene "Assets/CharlieMadeAThing/NeatoTags/Demo/Scenes/DemoScene"
3. Select “Human” in the Hierarchy
4. Enter Play Mode
5. Exit Play Mode
6. Select “File” → “Save” in the main menu bar
7. Observe the Console
Expected result: No errors appear
Actual result: “SerializedObjectNotCreatableException: Object at index 0 is null” error appears
Reproducible with: 2021.3.10f1, 2022.1.17f1, 2022.2.0b9, 2023.1.0a12
Couldn’t test with: 2020.3.39f1 (Console errors)
Reproducible on: Windows 10
Note: Error seems to be related to the Neato Tags asset
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 World UI Text Field unfocuses immediately when clicking on it using XR Controller
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
Resolution Note:
Hi,
This issue is caused by the Neato Tags asset.
The Neato Tags asset keeps references to TaggerDrawer scriptableobjects in his class NeatoTagAssetModificationProcessor. These objects will be destroyed when the Inpspector is reloaded and saving assets (unused asset cleanup). He is not deregistering these objects when he should (in his OnDisable()). He does call NeatoTagAssetModificationProcessor.RegisterTaggerDrawer( this ); in his OnEnable().
So you need to bring this information to the author of that asset so he can fix it, his email is:
charliemadeathing@gmail.com (see https://charliemadeathing.com/contact)
Resolution Note (2023.1.X):
Hi,
This issue is caused by the Neato Tags asset.
The Neato Tags asset keeps references to TaggerDrawer scriptableobjects in his class NeatoTagAssetModificationProcessor. These objects will be destroyed when the Inpspector is reloaded and saving assets (unused asset cleanup). He is not deregistering these objects when he should (in his OnDisable()). He does call NeatoTagAssetModificationProcessor.RegisterTaggerDrawer( this ); in his OnEnable().
So you need to bring this information to the author of that asset so he can fix it, his email is:
charliemadeathing@gmail.com (see https://charliemadeathing.com/contact)