Search Issue Tracker
Fixed in 2018.2.X
Won't Fix in 2018.1.X
Votes
0
Found in
2017.1.0b6
2017.3.0b11
Issue ID
973553
Regression
Yes
Inspector Debug mode allows ScriptableObject script to be changed to an incompatible script and stops drawing Inspector content
How to reproduce:
1. Open Unity
2. Load tester-submitted project
3. Create a new 'Scriptable Object Script' using context menu
4. Set inspector to 'Debug' mode
5. Change Scriptable Object Script (Switch between 'RegularScript.cs' and 'ScriptableObject.cs' until issue occurs. Usually takes about 1-2 attempts)
Expected result: Inspector shows error message prompting the user to specify a valid ScriptableObject derived script.
Actual result: Inspector stops rendering content for the selected project item.
Notes:
* May be triggered when either assigning and unassigning RegularScript.
Reproducible with - 2017.1.2p4, 2017.2.1f1, 2017.3.0f1, 2018.1.0a7
Not reproducible with - 5.6.4p4
Verified: 2018.2.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment