I'm developing a board game in Unity and facing an issue with image clarity. The board consists of multiple nodes, each displaying a 480x600 px image. However, these images appear blurry and unreadable in the Game view, especially when the game window is scaled.
Setup Details: Game preview resolution: 16:9 at 1X scale Camera setup: Top-down orthographic, capturing the full board Image clarity issue: Images look sharp in external photo viewers but become blurry in Unity Scaling issue: The blurriness worsens if I resize the Game view What I've Tried: Setting texture type to Sprite (2D and UI) Adjusting Filter Mode to Point (No Filter) Disabling Mip Maps in texture import settings Setting Compression to None Ensuring the Canvas Scaler is set to "Scale With Screen Size" (if using UI) Matching the image RectTransform size with the actual resolution Despite these attempts, the images remain blurry. What could be causing this, and how can I ensure sharp, crisp images for my board game nodes? Any advice would be greatly appreciated!
I am very new to Unity and it is my first game, hoping to learn new things in the process but I am stuck at this, please help. Thanks in advance! π
I am attaching the images for your reference. Node image I am using with 480X600 size Destination node structure and settings used Setting Used Settings of the destinations images added Maximized view of game Why are they blur? Camera settings
Game preview resolution: 16:9
but how big is the actual window where you display it? \$\endgroup\$