Search Issue Tracker
Won't Fix
Won't Fix in 5.5.X, 5.6.X
Votes
0
Found in
5.2.0f3
Issue ID
725870
Regression
No
RequireComponent attribute doesn't fire the creation of the component on the object that has the script before adding attribute
Steps to reproduce:
1. Create new Unity project
2. Add a script component to any game object
3. Add "[RequireComponent (typeof(Rigidbody))]" in the line above the class name in the script
4. Save the script
5. Switch back to editor
6. Let it recompile the script
7. Notice the Rigidbody component will not be added to the object that already had the script
Note: Adding this script to game object after the change, creates the needed components as expected.
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
- Incorrect color values are saved for Swatches when using HDR Color Picker
- Editor crashes when adding/removing a UI Document Style Sheet while in Play mode
- Scene and Game views turn black when all light sources are disabled
- Memory spike after activating Freeform Light2Ds
- Line Renderer Component elements do not fit in the Inspector window when minimising Inspector window is minimised
Resolution Note (2019.2.X):
low priority for the moment.