- Home /
 
 
               Question by 
               Ercova · Feb 26, 2021 at 05:33 PM · 
                cameraspriteresolutionzoomorthographic camera  
              
 
              Sprite Scale when change Camera orthographic size
Hello Everyone. My game has zoom in and out feature via changing Orthographic size. But when zoom in The objects which are sprites Scale remain same. I want the Objects (Sprites) to also change the Scale of them correspond to Orthographic size..Like=> When zoom out Smaller Scale , when zoom in Bigger Scale.
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by pauldarius98 · Feb 26, 2021 at 05:57 PM
Most likely that is because the Canvas render mode is ScreenSpace - Overlay. Change it to ScreenSpace - Camera and see if that fixes the problem
This is not what i want exactly But it works for me for now. Thanks For answer ^^
Your answer