You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
some components is related with each other like rigidbody need collider, when collider is deleted, it should inform rigidbody to delete self.
Describe the solution you'd like
There should be three kinds of dependency:
request: add components before there are some other components(already have ComponentDependency)
inform: After add some components, the data in other components should be changed
add: After add some components, the other components will be added too.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
some components is related with each other like rigidbody need collider, when collider is deleted, it should inform rigidbody to delete self.
Describe the solution you'd like
There should be three kinds of dependency:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
PR reviewers: @yangfengzzz , @gz65555 , @singlecoder
The text was updated successfully, but these errors were encountered: