1、热更新2、多语言3、接入第三方SDK4、存档/读档5、多人游戏6、接入广告 [infoboxtitle="热更新"][/infobox][infoboxtitle="多语言"][/infobox][info…
win10当前桌面壁纸保存路径
C:\用户\用户名\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles
Unity-Render-Pipeline渲染管线缩写
BuildIn:内置PBR:PhysicalBaseRender 物理渲染SRP:ScriptableRenderPipeline可编程渲染管线HDRP:HighDefinitionRenderPipeline高清渲染管线URP:Universal RenderPipeline通用渲染管线LWRP:LightWeightRenderPipeline轻量级渲染管线
目标
HDRPShader渲染热更新框架拓展编辑器
写入文件错误 IOException: Sharing violation on path
IOException:Sharingviolationonpath首次运行将会报错。[successboxtitle="原因"]File.Create后也需要关闭,否则再次访问文件时,会提示错误占用。把代码copy到工…
读取Json错误,JSON parse error: The document root must not follow by other values.
报错截图ArgumentException:JSONparseerror:Thedocumentrootmustnotfollowbyothervalues.UnityEngine.JsonUtility.FromJso…
读取JSON报错,ArgumentException: JSON parse error: Invalid value
报错日志ArgumentException:JSONparseerror:Invalidvalue写入JSON[successboxtitle="报错原因"]JSON在保存时,写入了某些信息,在读取时,多余了,导致无法解…
获取文件路径上一级 /../
//之前有遇到这种写法Application.dataPath目录为:D:\WorkProject\AssetBundle\Assetsstringpath=Application.dataPath+"/../Timor…
Unity-AssetBundle
可理解为类似压缩包、.UnityPackage、文件夹、容器。用来存放unity中的各种资源文件(模型,材质,组合屋,音频剪辑、好像非代码)