obsidian/笔记文件/2.笔记/热更工程 unity dll 路径.md
2025-03-26 00:02:56 +08:00

476 B
Raw Permalink Blame History

#unity/日常积累

热更工程一般需要引用这仨dll文件

!Pasted image 20231228120836.png

都在这个文件夹 路径

C:\Program Files\Unity\Editor\Data\PlaybackEngines\windowsstandalonesupport\Managed\

!Pasted image 20231228120941.png

热更工程,对应的原工程,也需要

Library\ScriptAssemblies\

目录下引用这仨dll文件

!Pasted image 20231228121050.png

!Pasted image 20231228121123.png