在Unity开发中,特效的透明度无法直接使用代码或者动画直接控制很不方便,便制作了一个一个脚本,专用来控制一个节点下的所有子节点的透明度。
using System;
using System.Collections;
using System.Collections.Generic;
using System.Thre…
在做一个Struct2和MyBatis的项目时,遇到报错信息 The server time zone value �й���ʱ�� is unrecognized or represents more than one time zone. 经查询可知为Mybatis中的配置文件连接数据…