![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Succoon |
Hi,
so I have animation tree with few animations and transitions between them. At one point in my code I want to change priority of 2 transitions, but I have no idea how to access that parameters.
Ive tried adding script to that transition, where im using set_priority(i)
function, but it doesnt work. So is there any way to get that transition object?
Im calling that script using this line:
var prio = load("res://scenes/player.tscn::32").new()