Forum rules - please read before posting.

The problem with comparing variables

edited May 2024 in Engine development

Hello. Sorry for my english.

After the last updates (I can't pinpoint exactly when), I had a problem comparing variables.

Now the Variable: Check Action looks like this:
https://disk.yandex.ru/i/MRtyoHECaH99Vg

The option to compare a variable with another variable is missing.

I will be grateful for any help.

Unity 2020.3.30f1
AC v1.80.5

Comments

  • Apologies for the trouble - it was removed accidentally. Thank you very much for letting me know!

    To fix: open up AC's ActionVarCheck script and look for the following around line 491:

    showType = _var.type;
    

    Underneath, copy/paste the following:

    getVarMethod = (GetVarMethod) EditorGUILayout.EnumPopup ("Compare with:", getVarMethod);
    
  • Thanks a lot for the quick response and for the update.

  • Hello again.
    There is a similar problem with "Object: Send message" Action.
    It is no longer possible to refer to the parameter in the "Integer to send" field.

    Now it looks like this:
    https://disk.yandex.ru/i/d7nw-iY7wFbdXg

    In old backups, all the features are in place:
    https://disk.yandex.ru/i/-hhit1_RVySEvg

    I will be grateful for any help.

    Unity 2020.3.30f1
    AC v1.80.5

  • I'm sorry. Apparently, the problem was on my side. I've already fixed it. Thank you.

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.