Forum rules - please read before posting.

Action Moveable/Check track position changes recorded ID for Drag Object

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

Comments

  • Bug with the Action - thanks for the alert.

    If you open up ActionTrackCheck.cs, look for line 137:

    ComponentField ("Track (optional):", ref dragTrack, ref dragConstantID, parameters, ref dragTrackParameterID);
    

    Replace dragConstantID with dragTrackConstantID and it should be fixed.

  • Perfect thanks again Chris!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.