Home Unity

Dynamically change Canvas from Overlay to World space

eco_bach
polycounter lvl 2
Offline / Send Message
eco_bach polycounter lvl 2
Hi
Can anyone tell me how I might change a Screen Space Overlay Canvas to World Space dynamically (ie through code at runtime)?

Replies

  • RyanB
    Options
    Offline / Send Message
    You have two cameras.  Render the screen space overlay canvas to a texture.  Blend the render-to-texture over the World Space.  Animate the blending to fade out or whatever you imagine the transition from one camera to another should be.
Sign In or Register to comment.