摘要:
代码 using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UI; using System; [RequireComponent(typeof(Image)) 阅读全文
摘要:
先上效果,左边模糊 其实用的是Unity Stard Effect里的资源,一个脚本一个shader //脚本代码 using UnityEngine; using System.Collections; [ExecuteInEditMode] [AddComponentMenu("Image Ef 阅读全文