-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
area2d collisionshape2d disabled can not use normally under editable children mode #56151
Comments
postscript: |
Additional description : |
even so,this error (collision disabled can not set true) dose not happen under godot 3.3.4 |
RESET tracks were added in #43115 to combat a long-standing issue with Godot's animation editor in the best possible way (for now). |
I meet a "RESET" animation in my animationplayer again . why godot always create a "RESET" animation automatically. it will disturb my coding in IDE |
@setwind: Calinou told you in a comment above why RESET animation is a thing. |
Version 3.4.4 stable
I hope this helps. |
Godot version
3.4.1 stable
System information
windows7 32bit
Issue description
when i create a scene including area2d and create a collosion2d, I use it in another scene and set its collision2d as editable children mode, I set the collision2d disable as true on the right dashboard.but the property can not use to close collision function. so I have to write "$collisionShape2D.disabled=true" to close its function.
I try it under godot_v3.3.4 ,it's no ploblem
Steps to reproduce
1st ,create a secene including area2d and create a collosionShape2d,
2nd, add to another scene
3rd, set area2d editable children
4th, set the collosionShape2d disable as true
5th, can not take any effects, collision shape is still visible
6th, I try it under godot_v3.3.4 ,it's no ploblem
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: