自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (6)
  • 收藏
  • 关注

原创 记录一次UnityWebRequestAssetBundle缓存导致热更数据错误的问题

当cdn用v2版本的example.ab覆盖掉v1版本的,但是老玩家下载过v1版本和v2版本,重新把hash改为77d81329b165391c2c267da6c2f4be26,虽然cdn上是v2版本的example.ab,但是改api依然会从本地获取到缓存的v1版本的老ab包资源。该api会在本地缓存多个版本,如果使用hash作为参数时,切记不要上传之前ab的hash,会根据之前的hash从本地拿到老的ab包返回。

2024-07-30 15:16:07 511

原创 maya导出的fbx导入unity导致帧被压缩

原因:动画在引擎中为了节省资源会压缩关键帧,导致不匹配,将压缩改为off便可解决。

2021-07-06 11:17:12 941 1

原创 关于unity协程等待方法WaitForSecondsRealtime的发现

public class WaitForSecondsRealtime : CustomYieldInstruction { private float m_WaitUntilTime = -1f; /// <summary> /// <para>The given amount of seconds that the yield instruction will wait for.</para>

2021-07-02 13:58:57 3130 2

原创 Unity协程等待发现的问题

public class test1 : MonoBehaviour{ // Start is called before the first frame update WaitForSecondsRealtime wfs; void Start() { Debug.Log(">>>>>>>>>>>>>>0.0"); wfs = new WaitForSec

2021-07-01 17:58:01 614 1

原创 电脑主板深度睡眠设置

深度睡眠设置,s4-s5代表着在s4(休眠)和s5(关机)状态进行深度睡眠(不给usb、网口等供电)s5代表仅在s5关机状态启用深度睡眠模式

2021-01-22 18:43:11 7756

原创 [小工具记录]批量修改png图片格式

using UnityEngine;using UnityEditor;using System.IO;using System.Collections;using System.Collections.Generic;public class TextureImportChanging : EditorWindow{ enum MaxSize { Size_32 = 32, Size_64 = 64, Size_128 = 12

2020-11-30 18:10:54 312

Find Reference 2

unity插件Find Reference 2

2023-04-14

DOTween-Pro-1.0.310

DOTween_Pro_1.0.310

2023-02-14

I2 Localization v2.8.13.rar

unity插件

2021-01-07

ObfuscatorProv3.3.zip

Obfuscator Pro is developed to increase software and game security especially for games build with Unity3d. It feature is to obfuscate built dotNet assemblies, like assembly-csharp and assembly-unityscript for Windows/Mac/Linux Standalone Games and embedded Systems like Android and IPhone. Beta: Xbox and Playstation. Obfuscator Pro considers specific Unity features, like MonoBehaviour, NetworkBehaviours, Serialization, Reflection, and so on, to allow a easy and out of the box working obfuscator. Obfuscator Pro features reachs from simple renaming: – Namespaces – Classes (also MonoBehaviour and NetworkBehaviour) – Fields – Propertys – Events – Methods Up to Method content obfuscation and advanced features like: – Adding random code – Make classes unreadable (so classes cannot get directly decompiled) – String Obfuscation But why should you choose Obfuscator Pro? Obfuscator Pro makes it nearly impossible for the bad guys to steal your source code. And gets periodic updates that it kepts this way. Your source code gets so entangled through renaming, random code and string obfuscation, that no one can get your original code. Obfuscator Pro is the only Unity3d Obfuscator that considers Namespace obfuscation and MonoBehaviour/NetworkBehaviour/ScriptableObject obfuscation! But the best features is, you are getting access to the obfuscator source code of the assembly obfuscation process. So you can create for example custom “Addons”. And you can be 100% percent sure, nothing gets added to your game that could harm you/your Game or your Players. Where you can only trust .dll based obfuscators without source code access.

2019-09-25

Easy Mobile Pro2.2.2.zip

unity手游便捷性开发工具

2019-08-26

Easy Touch5.zip

Easy Touch5最新插件

2019-08-07

unity视觉范围视觉迷雾插件Fog Of War 1.15

unity视觉范围视觉迷雾插件Fog Of War 1.15

2019-07-12

unity POLYGON - Sci-Fi Space Pack 1.02.rar

unity科幻太空射击游戏资源包 unity科幻太空射击游戏资源包 unity科幻太空射击游戏资源包 unity科幻太空射击游戏资源包 unity科幻太空射击游戏资源包

2019-05-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除