Friends I want to do a 3D project, but with the 2D MOBs, is this possible or will I have a problem?
  • That's possible and shouldn't be a problem. When using 2D characters, make sure to consider these tips for 2D games in ORK. While not all will apply to your game (e.g. you'll probably still operate in the XZ horizontal plane), you'll need to make sure not to rotate game objects or the camera, since your characters are flat :)
    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!
  • @gamingislove
    They will be animated sprites in 8 directions. Does ORK support this kind of thing?
    Grateful.
  • @Zhenit
    Do you think about Ragnarok online style? (3D world with 2D characters and mobs)
    If yes then you can. You just need to create prefabs and put it to Ork. We do similar project. I had some little problems but @gamingislove helped me and it almost works.
  • That's right, but in my case it will be only MOBs in 2D, since they will have few animations, the Player intends in 3D because I want to make several animations.
    Thanks for the help.
  • @Zhenit very easy to do as long as u stay with a top down view
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Another way you could achieve this is by making a sprite object as a child centered to a parent cube, sphere, or w/e object with the render unchecked.
    Then place a billboard script on the sprite object and then set up the cube, sphere, or w/e object as the 3D player.

    This way the cube, sphere, or w/e object can rotate if needed (personally I would lock rotation) and the child sprite always faces the camera.
    Portfolio - My Website
    Follow my project on Reddit - My Game DevLog
    relentingVids - My YouTube Channel
    Half Super Shop - My Shop
  • ORK somewhat supports that - e.g. when using Mecanim animations, you can use the Auto Rotation Parameters to set the combatant game object's rotation on an axis as a parameter in the animator and transform the full rotation (360°) into 4-direactional or 8-directional angles.
    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!
Sign In or Register to comment.