Search Unity

On value Changed Functions dynamic variable functions show missing

Discussion in 'Editor Workflows' started by segant, Aug 31, 2019.

  1. segant

    segant

    Joined:
    May 3, 2017
    Posts:
    196
    Hi i'm using some dropdowns or sliders and there we can edit event. So i was using them to send dynamic value to function in my script but after 2019.3 it shows missing but works still. I accidentaly removed one of them to reassign but cant assign. Here you can see what i mean.
    upload_2019-8-31_13-57-54.png

    There should be dynamic float function but shows none
    upload_2019-8-31_13-59-37.png
     
  2. segant

    segant

    Joined:
    May 3, 2017
    Posts:
    196
    Is there any solution? Or should i just add listener from script?
     
  3. GuruGurra

    GuruGurra

    Joined:
    Jan 18, 2018
    Posts:
    38
    I have the same problem in 2019.2.5f1.

    This is a major bug. Existing events still works (even though it says "missing") but it is no longer possible to use the editor to add event handling with dynamic values.
     
  4. segant

    segant

    Joined:
    May 3, 2017
    Posts:
    196
    I just added listener function from script but this feature was making dynamic functions easy and as you see no one gives a f--- about it.
     
  5. Baste

    Baste

    Joined:
    Jan 24, 2013
    Posts:
    6,334
    Posting on the forums is not a bug report. Create one.
     
    dzamani likes this.
  6. GuruGurra

    GuruGurra

    Joined:
    Jan 18, 2018
    Posts:
    38
    Of course. A bug report is created.
     
  7. hjakar6

    hjakar6

    Joined:
    Sep 13, 2019
    Posts:
    2
    i still dont know how to do this any help plz
     
  8. segant

    segant

    Joined:
    May 3, 2017
    Posts:
    196
    Just add onclick listener from script. I think they won't fix it for now.