edited March 2014 in ORK Support
I managed to get ORK worked with my camera script but I'm not sure how do I handle the 2D controls.
Post edited by weroth on
  • edited March 2014
    Same as setting up the camera scripts; specify your controller component in Base/Control > Game Controls > Player Controls; so that ORK will recognize it as a player control script.
    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 March 2014
    Oh silly me. Thanks Kirb!

    Ok, should I use Rigidbody2D for the Interaction Controller instead of Rigidbody? This part is getting me confused if I use the given IC prefab.

    EDIT: Nevermind me. I made my on 2D IC prefab which is just a Box Collider 2D.
    Then I made a treasure with Box Collider 2D and Item Collector. And I got the treasure!

    EDIT2: I just noticed in the Player Controls, I can't access my script variables like max Jump, move Speed. Is there any way I could change the values besides open up my script and change there?
    Post edited by weroth on
  • You can just add your player control script to your player combatant's prefab and set it up there. In the ORK control settings, just keep the name (without adding) to let ORK find the script and you're good to go :)
    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!
  • Ok, done!

    Thanks, Gil.
Sign In or Register to comment.