Construct 3 r272

You're viewing a single comment in a conversation. View all the comments
  • 6 Comments

  • Order by
    • [-] [+]
    • 2
    • Ashley's avatar
    • Ashley
    • Construct Team Founder
    • 2 points
    • (5 children)

    It's working fine here. As ever please file an issue following all the guidelines if you have trouble.

    • Its a change to the third party stuff "class.Register()" so you wont see anything on a vanilla version.

        • [-] [+]
        • 0
        • Ashley's avatar
        • Ashley
        • Construct Team Founder
        • 0 points
        • (3 children)

        Please file an issue for it!

        • Ashley, I'm not sure how that's supposed to work.

          Its third party.

          • As others have mentioned this version appears to introduce a breaking change affecting ALL custom plugins.

            3rd party addons register using class.Register(), but now they need to use class.prototype.Register() instead.

            • [-] [+]
            • 1
            • Ashley's avatar
            • Ashley
            • Construct Team Founder
            • 1 points
            • (0 children)

            File an issue anyway including the exact version of the affected addon you're using and we'll look in to it. We don't want any accidental regressions for third-party addons.