Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

根据LoxodonFramework 为Rougamo提供了Unity支持。

关于更多特性见仓库:https://github.com/inversionhourglass/Rougamo

安装方法:

1.在Unity包管理器中使用“从git URL添加包......”添加以下包。选择:

  1. https://github.com/vovgou/loxodon-framework.git?path=/Loxodon.Framework.Fody/Packages/com.vovgou.loxodon-framework-fody
  2. https://github.com/meowalive/RougamoForUnity.git?path=Loxodon.Rougamo.Fody

2:配置FodyWeavers.xml

<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<AssemblyNames>
		<Item>YOUR-ASSEMBLY</Item>
	</AssemblyNames>
	<Rougamo />
</Weavers>

不支持的特性

  1. async和协程都先禁用了,会导致织入异常。

新增的特性

except-namespaces="Name" 来忽略特定的命名空间

About

Rougamo is a static code weaving AOP component.The Reposiory integrate it into unity.

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors