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
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
Add comment