上一页 1 2 3 4 5 6 ··· 42 下一页
摘要: 用 rootVisualElement 方法绘制按钮和用 GUILayout.Button 绘制按钮混用的案例 using System.Collections; using System.Collections.Generic; using NUnit.Framework; using Unity 阅读全文
posted @ 2023-11-08 14:13 三页菌 阅读(11) 评论(0) 推荐(0) 编辑
摘要: private void OnEnable() { if (Application.isEditor) { SceneView.onSceneGUIDelegate += OnScene; } } private void OnScene(SceneView sceneview) { if (isB 阅读全文
posted @ 2023-11-08 14:09 三页菌 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 地址: https://learn.microsoft.com/zh-cn/visualstudio/profiling/performance-insights-concurrentdictionary-count?view=vs-2022 1. ConcurrentDictionary 线程安全 阅读全文
posted @ 2023-11-06 17:38 三页菌 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 【图片】【解析】饥荒的地形生成器是如何生成地形的_饥荒吧_百度贴吧 (baidu.com) https://www.bilibili.com/read/cv2248448/?spm_id_from=333.999.0.0 非常好的文章,介绍了饥荒的早期发展,和早期社群的建立与活跃,地图锁与钥匙的设计 阅读全文
posted @ 2023-09-11 18:21 三页菌 阅读(151) 评论(0) 推荐(0) 编辑
摘要: using System;using UnityEngine;public class TestGameAnimEevnt : MonoBehaviour { [Range(0,1)] public float timeScale = 1; public Transform[] checkPoint 阅读全文
posted @ 2023-08-15 17:51 三页菌 阅读(51) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1ys411472E/?spm_id_from=333.999.0.0 https://www.bilibili.com/video/BV1qW411N7FU/?p=4&vd_source=aa0a8c61e55237f240018f 阅读全文
posted @ 2023-08-11 16:47 三页菌 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://www.yuque.com/et-xd/docs/bylktv 阅读全文
posted @ 2023-07-21 10:34 三页菌 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://codeium.com/ 阅读全文
posted @ 2023-06-20 17:46 三页菌 阅读(86) 评论(1) 推荐(1) 编辑
摘要: string prefabPath = idcardFunctionalPath; GameObject prefabInstance = PrefabUtility.LoadPrefabContents(prefabPath); SerializedObject serializedObject 阅读全文
posted @ 2023-06-20 14:51 三页菌 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-12 10:26 三页菌 阅读(11) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 42 下一页