Canvas match width or height
In a game with multiple scenes, can I have in one scene Canvas match height and another scene Canvas match width? Is this going to affect the performance of the game?
Thank you!
Comment
Answer by Jessespike · Jun 30, 2016 at 08:08 PM
Yes, you can add two canvases, one matching height and the other matching width.
Anything you add to the scene will affect performance, will it be noticeable? Probably not.