snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 290 forks source link

Change default size from 1600x1200 to 1920x1080 for every Fungus Canvas. #919

Open ianicmathieu opened 3 years ago

ianicmathieu commented 3 years ago

The default size of fungus UI Canvas is set at 1600x1200. ( 4:3 )

The standard is 1920x1080 (16:9) which means, everyone that is developing a game in fungus has to change this 4:3 resolution for every Fungus Canvas every time they create a new one.

I suggest we update all the canvas in Fungus to 1920x1080.

TheEmbracedOne commented 3 years ago

PR #924 submitted but in the meanwhile you can change the resolution in the following prefabs: MenuDialog SayDialog Stage

in the Fungus\Resources\Prefabs folder.