'Obsolete' warnings in Unity5.1

NodeCanvas Forums General Discussion 'Obsolete' warnings in Unity5.1

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8649
    tomctr
    Participant

    Hello.

    I use NodeCanvas in Unity5.1.x because Unity5.2.x has many problems that many people know.
    So, Unity5.1 logs some ‘obsolete’ warnings when using NodeCanvas.

    Then I fixed some NodeCanvas’ .cs files for those warnings.

    #if UNITY_5_2
    to
    #if UNITY_5_2 || UNITY_5_1

    It seems to work.

    I wish that it will be merged to NodeCanvas officially, if it hasn’t any problems.

    NodeCanvas is very useful awesome asset 🙂

    Thanks

    #8650
    Gavalakis
    Keymaster

    Hello,

    Thanks. I’m glad you like NodeCanvas 🙂
    Sure, I will add this in the next version

    Cheers!

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.