[ad_1]
le code suivant affiche toujours des erreurs dans bridge v2
{ "format_version": "1.10.0", "animation_controllers": { "controller.animation.raccon": { "initial_state": "idle", "states": { "idle": { "animations": ["still"], "transitions": [ { "has_exit_time": false, "conditions": [ {"variable": "qary.ground_speed", "==": 0} ], "destination_state": "walking" }, { "has_exit_time": false, "conditions": [ {"variable": "variable.has_target"}, {"variable": "variable.attack_time", ">=": 0.1} ], "destination_state": "attacking" } ] }, "walking": { "animations": ["walk"], "transitions": [ { "has_exit_time": false, "conditions": [ {"variable_not_equal_to_zero_or_null": {"variable": "qary.ground_speed"}} ], "destination_state": "idle" } ] }, "attacking": { "animations": ["attack"], "transitions": [ { "has_exit_time": false, "conditions": [ {"variable": "variable.attacktime_", "<=": 0.0} ], "destination_state": "idle" }, { "has_exit_time": false, "conditions": [ {"variable": "variable.attacktime_", ">": 0.0} ], "destination_state": "walking" } ] } } } } }
Ce que j’ai essayé :
les assistants de code IA n’ont pas aidé du tout, je suis nouveau dans le codage et je suis très perdu
Solution 1
Vous n’obtiendrez probablement aucune assistance pour le bridge ici. Il n’y a tout simplement pas de communauté Minecraft ici.
[ad_2]
コメント