Canvas component tries to fit the Design resolution to Screen resolution by zooming in/out the nodes of Scene. how do I disable the zoom in/out of canvas? I want to manually control it.
For this I tried to uncheck both fitWidth & fitHeight but canvas component intelligently choose what to fit and zoom in/out accordingly
I’m using 2.0.6 and has no plan to work in 2.5D yet!
What I want is that on resizing the browser window canvas should only make more area visible without zoom in/out. I achieved this by removing the canvas component but then It causes other problems like out of sync of graphics with physics bodies