edited March 30 in ORK Support
I tried to set up Prefab View Portrait, but it's not really working for 2D.

The current options don't allow me to set the rotation of the spawned prefab, and even if it did, I realize that the rotation isn't forwarded to the Animator anyway.

Also, it seems that if I duplicate the CombatantComponent in the scene, the duplicate one won't forward the rotation? Maybe the forwarding is done somewhere else?

image
Post edited by Flying_Banana on
  • You can use a separate prefab for the prefab view and set it up as you need it. Or set up the player prefab to be rotated in the correct way in it's prefab setup.

    Duplicating the Combatant Component will most likely not work at all anyway (never tested it, though), as it'll get it's combatant when spawning it's prefab - I don't think that copying it will also copy those references that aren't accessible via inspector settings.
    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.