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
- Context Menu option is automatically selected when the menu is invoked and mouse is dragged while holding left mouse button
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Field is still marked as changed when changed back to its default state in UI Builder
Resolution Note (2019.2.X):
low priority for the moment.