@GIL

Which methods were deprecated in the new version of ORK? Is there a replacement for the deprecated methods?

I upgraded to the new version of ORK and received errors regarding ORK's music.
I wrote my own music "jukebox" and used ORK's music handler for playing, storing, etc.
After upgrading to the latest version of ORK, received several errors regarding ORK's music handler and the methods I was calling. I reverted back to previous version of ORK just to keep going with development :)
  • You can now access the individual music channels like this:

    ORK.Music[channelID]

    channelID is the number of the channel - the functions that previously where found in the music handler are now in the channels.
    Functions fo rstoring and playing stored clips also have an additional parameter for the stored ID.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thanks. I'll make the changes accordingly.

Sign In or Register to comment.