Search Issue Tracker
Fixed
Fixed in 6000.1.0b10, 6000.2.0a6
Votes
0
Found in
6000.0.38f1
6000.1.0b6
6000.2.0a3
Issue ID
UUM-97496
Regression
No
[Documentation] The enabling checkbox is displayed when there are no specified functions in the Script
Note: The behaviour is as designed but the documentation linked in comments is wrong. We simply need to update the documentation.
How to reproduce:
1. Create and open a new project
2. Create a Script and open it
3. Delete the default “Start” and “Update” methods
4. Save the changes
5. Create any GameObject in the Hierarchy and attach the created Script to it
6. Select the GameObject and observe the Inspector
Expected result: The checkbox to the left of the Script’s name is not displayed
Actual result: The checkbox to the left of the Script’s name is displayed
Reproducible in: 2023.1.0a6, 6000.0.38f1, 6000.1.0b6, 6000.2.0a3
Not reproducible in: 2022.3.58f1, 2023.1.0a5
Reproduced on: Windows 11 Pro (23H2), macOS 15.3 (M2)
Not reproduced on: No other environment tested
Notes:
– Documentation notes that the enabling checkbox should not be visible if there are none of the following functions present in the Script:
- Start()
- Update()
- FixedUpdate()
- LateUpdate()
- OnGUI()
- OnDisable()
- OnEnable()
-- There must be no errors in the Console before observing the Inspector (otherwise, the checkbox will be displayed, but it will not be interactable)
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
- Template is opened in Isolation when opening it in Context and users Save the UI Document when prompted to do so in UI Builder
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
Resolution Note (fix version 6000.2.0a6):
https://github.cds.internal.unity3d.com/unity/unity/pull/62090
Resolution Note (fix version 6000.1.0b10):
https://github.cds.internal.unity3d.com/unity/unity/pull/62518