edited October 2015 in Makinom Support
I imported Makinom into my ORK project, and it doesn't seem to be playing nicely with several of my HOTween scripts:

Assets/Holoville/HOTween Extensions/HOTweenManager/Editor/Core/HOTweenEditorGUI.cs(556,61): error CS0117: `EaseType' does not contain a definition for `AnimationCurve'

Not quite sure what to do here, as HOTween is pretty essential to several parts of the project! Any ideas for what I could do for a quick fix?
Post edited by Kirb on
Tactics RPG Grid Battle System for ORK
---------------------------------------
Personal Twitter: https://twitter.com/AMO_Crate
I make RFI! https://twitter.com/NootboxGames
  • edited October 2015
    ORK has an enum named EaseType for interpolation function selection - but it's in the ORKFramework namespace and can't interfere with HOTween's code, unless the namespace is used in their scripts (which I highly doubt :D).

    I'd guess it's interfering with some other product or e.g. version inconsistancy within HOTween?

    Edit: Just checked, seems that Makinom doesn't have it in it's own namespace - if you've got Makinom imported, that might be the culprit :D
    Will fix that in the next Makinom update.
    Post edited by gamingislove on
    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!
  • edited October 2015
    ORK has worked fine, it's just Makinom that seems to be acting up upon importing it... although I assume it's probably the same case? Not sure why importing Makinom causes this error for some weird reason.
    Post edited by Kirb on
    Tactics RPG Grid Battle System for ORK
    ---------------------------------------
    Personal Twitter: https://twitter.com/AMO_Crate
    I make RFI! https://twitter.com/NootboxGames
  • Yes, just checked Makinom and that seems to be the culprit - will fix it in the next update.
    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!
  • Whew, that's a relief! Wasn't sure what I was going to do. Many thanks.
    Tactics RPG Grid Battle System for ORK
    ---------------------------------------
    Personal Twitter: https://twitter.com/AMO_Crate
    I make RFI! https://twitter.com/NootboxGames
Sign In or Register to comment.