当前位置:网站首页>Unity image is blurry after using long image
Unity image is blurry after using long image
2022-08-10 02:13:00 【Wang Yuanjun】
As shown in the picture, I assign a long image to the image and then it is very blurry. It is very clear when double-clicking to open the image
Solution:
Select image Default—MaxSize resolution to maximum
Reason analysis, the resolution of the picture itself is more than 10,000, when used in unity, the resolution is set to 1024, so it leads toBlur, when the resolution is adjusted, it will be clear.
Disadvantages: The higher the resolution, the more memory the image takes up. For example, my long image, the resolution of 1024 is only 360.0KM, and when it is adjusted to the resolution of 8192, it is as high as 22.6MB, a picture occupies dozens of MB, which is too large,
边栏推荐
猜你喜欢
【无标题】
DALL·E-2是如何工作的以及部署自己的DALL·E模型
color socks problem
C# rounding MidpointRounding.AwayFromZero
对修饰器的实验支持功能在将来的版本中可能更改。在 “tsconfig“ 或 “jsconfig“ 中设置 “experimentalDecorators“ 选项以删除此警告
GBJ1510-ASEMI机器人电源整流桥GBJ1510
【kali-密码攻击】(5.2.1)密码分析:Hash Identifier(哈希识别)
芯片资讯|半导体收入增长预计将放缓至 7%,蓝牙芯片需求依然稳步增长
彩色袜子题
鲜花线上销售管理系统的设计与实现
随机推荐
Penetration Testing and Offensive and Defense Confrontation - Vulnerability Scanning & Logic Vulnerability (Part1)
win10重装系统后没声音怎么办?
What do you know about FITC-labeled biotin (FITC-biotin|CAS: 134759-22-1)?
02| operator
Solidity最强对手:MOVE语言及新公链崛起
【无标题】
egg.js中Class constructor BaseContextClass cannot be invoked without ‘new‘解决方法
【LeetCode】求根节点到叶节点数字之和
Involved in PEG-Biotin (CAS: 1778736-18-7) Biotin-PEG4-OH is widely used in molecular target detection
Biotin-Cy2 Conjugate, Biotin-Cy2 Conjugate_Cy2 Biotin Conjugate
Shader Graph学习各种特效案例
OSS-访问oss生成的url无法访问,直接下载问题
破产企业的职工退休怎么办?
你有对象类,我有结构体,Go lang1.18入门精炼教程,由白丁入鸿儒,go lang结构体(struct)的使用EP06
Unity顶点动画
Entity FrameWork Core教程,从基础应用到原理实战
-象棋比赛-
【报错】ModuleNotFoundError: No module named ‘scp‘
地雷数量求解
多线程之自定义线程池