当前位置:网站首页>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,
边栏推荐
- Not, even the volume of the king to write code in the company are copying and pasting it reasonable?
- 小程序中计算距离信息
- 【Grpc】报错:status = StatusCode.UNIMPLEMENTED details = ““
- Sikuli's Automated Testing Technology Based on Pattern Recognition
- R语言使用cox函数构建生存分析回归模型、使用subgroupAnalysis进行亚组分析并可视化森林图
- ASEMI整流桥GBJ1010参数,GBJ1010规格,GBJ1010封装
- GB28181 sip和RTSP(Real-Time Streaming Protocol)实时流控制协议
- -向量点积-
- 高校就业管理系统设计与实现
- 什么是 PWA
猜你喜欢
C# 四舍五入 MidpointRounding.AwayFromZero
基于Web的疫情隔离区订餐系统
Characteristics of the (CAS:1527486-16-3TAMRA-azide-PEG3-Biotin) reaction in biotin azide!
为什么字符串一旦创建就不可以改变?
Pyscript,创建一个能执行crud操作的网页应用
初步认识对象
防勒索病毒现状分析
Penetration Testing and Offensive and Defense Confrontation - Vulnerability Scanning & Logic Vulnerability (Part1)
[转] Typora_Markdown_图片标题(题注)
UI遍历的初步尝试
随机推荐
XSS详解及复现gallerycms字符长度限制短域名绕过
Summary of basic operations of c language files
y92.第六章 微服务、服务网格及Envoy实战 -- Envoy基础(三)
万字总结:分布式系统的38个知识点
shell指定参数名传参
Data storage - the C language
Moonbeam网络维护模式(Maintenance Mode)解读
DP 优化方法合集
assert利用蚁剑登录
03|Process Control
将string类对象中的内容格式化到字符串Buffer中时遇到的异常崩溃分析
基于Web的疫情隔离区订餐系统
Sikuli's Automated Testing Technology Based on Pattern Recognition
什么是持续测试?
信息化和数字化的核心差异
你有对象类,我有结构体,Go lang1.18入门精炼教程,由白丁入鸿儒,go lang结构体(struct)的使用EP06
C# rounding MidpointRounding.AwayFromZero
Teach you how to write performance test cases
什么是一网统管?终于有人讲明白了
小程序实现搜索功能续