Search Issue Tracker
By Design
Votes
0
Found in
5.4.0a4
Issue ID
748159
Regression
No
Script implementing interface, doesn't have a checkbox to be disabled in Inspector
- Create a script that inherits from MonoBehaviour and implement an interface.
e.g. public class NewBehaviourScript : MonoBehaviour, ITest
{
public void TestMe() {}
}
- Add script to a gameObject on the scene.
- Open Inspector window, see that there's no checkbox for this script to be disabled (See screenshot)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
- Resize to Fit option for Import Activity window's Columns does nothing
- Cell template field is reset and an "ArgumentException" is thrown when template was edited and UI Document is reopened
- Broken hyperlink formatting in HDRP 3D Sample Tutorials
Add comment