Hi Chris,
Im trying to find where this might come from, but for some reason, Moveable//CheckTrackPosition changes my drag object recordedID when I turn on game, and I have no idea why. ( Only thing I realized is it changes it in every action so that its same as Track recorded constantID )
Any idea what my cause this?
In editor - https://imgur.com/a/7kH22Wt
Once I press play - https://imgur.com/a/5O0JP1X
Im using 6000.0.53f1 and AC 1.83.0
Thanks in advance for any tips
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Bug with the Action - thanks for the alert.
If you open up ActionTrackCheck.cs, look for line 137:
Replace
dragConstantID
withdragTrackConstantID
and it should be fixed.Perfect thanks again Chris!