edited July 2014 in ORK Support
I've been dabbling with uSequencer and loved how completely visual it is when constructing cutscenes, thus, it is my current cutscene editor of choice. I would have had no issue with using events with the Framework, but I've always preferred visual editors as it cuts down on trial and error. I was wondering what method I could use to make ORK2 call cutscenes made with outside means. Thanks!
  • Usually, you should be able to do this using the event system.
    I guess uSequencer will have an object with a component somewhere in the scene that can start the cutscene - all you need to do is have that object as an actor and use the Call Function or Send Message steps to call the start function of the component :)
    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!
  • Well, that sounds easier than what I was expecting! Thanks!
Sign In or Register to comment.