04 2023 档案

摘要:Unity启动Logo让人非常不爽,因为展示unity logo非常拖沓, 延缓了打开游戏的时间,用0元购版本又怕收到律师函。 终于....刷github学习的时候意外发现一段有趣的代码,说是能跳过Unity Logo启动屏: https://github.com/psygames/UnitySki 阅读全文
posted @ 2023-04-25 21:23 xiondun 阅读(998) 评论(0) 推荐(1) 编辑
摘要:using System.Collections; using UnityEngine; using UnityEngine.Networking; public class HttpTest : MonoBehaviour { void Start() { StartCoroutine(Unity 阅读全文
posted @ 2023-04-24 17:57 xiondun 阅读(218) 评论(0) 推荐(0) 编辑
摘要:using UnityEngine; public class ObjectMovement : MonoBehaviour { public float speed = 10f; // 物体移动速度 void Update() { float horizontalInput = Input.Get 阅读全文
posted @ 2023-04-24 13:15 xiondun 阅读(314) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示