https://github.com/bian-sh/friend-assembly-by-asmref
演示了使用 Assembly Definition References 实现无侵入的新增动态友元|Demonstrated the use of Assembly Definition References to achieve non-intrusive addition of dynamic friend assemblies
https://github.com/bian-sh/friend-assembly-by-asmref
assembly unity
Last synced: 2 months ago
JSON representation
演示了使用 Assembly Definition References 实现无侵入的新增动态友元|Demonstrated the use of Assembly Definition References to achieve non-intrusive addition of dynamic friend assemblies
- Host: GitHub
- URL: https://github.com/bian-sh/friend-assembly-by-asmref
- Owner: Bian-Sh
- Created: 2024-06-14T20:40:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-14T20:44:15.000Z (11 months ago)
- Last Synced: 2025-02-28T16:59:22.406Z (3 months ago)
- Topics: assembly, unity
- Language: C#
- Homepage: https://www.jianshu.com/p/d8989b529653
- Size: 22.5 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
演示了如何使用 Assembliy Definition References 实现了对使用 Assembly Definition 定义的第三方程序集插入我们期望的程序集(当然也需要是 Assembly Definition 定义的,要不然固化的你也编辑不了啊!!!!)
Demonstrated how to use Assembly Definition References to insert third-party assemblies defined with Assembly Definitions into the assembly we desire (of course, it also needs to be defined with an Assembly Definition, otherwise you won't be able to edit it at all!!!!).