当你的才华还撑不起你的梦想时,你只能一直前进!
摘要: 在 Assets 下新建文件夹 WebGLTemplates , 在 WebGLTemplates 文件夹下新建文件夹 MyTemplate, 新建index。 在 PlayerSetting 中的 Resolution and Presentation 下就能看到自定义的图标 阅读全文
posted @ 2018-08-20 14:02 One'-_-'Piece 阅读(856) 评论(0) 推荐(1)
摘要: 1 using System.Collections; 2 using System.Collections.Generic; 3 using UnityEngine; 4 5 public class click001 : MonoBehaviour { 6 public bool WindowShow = false; 7 private Rec... 阅读全文
posted @ 2018-08-20 11:51 One'-_-'Piece 阅读(2632) 评论(0) 推荐(1)