crazytuzi / UnrealCSharp

UnrealCSharp, based on .NET 8 (Mono), is a C# programming plugin for UE.
https://unrealcsharp.github.io/
MIT License
463 stars 72 forks source link

修复Source Generator引起的各种问题 #402

Closed CeSun closed 2 weeks ago

CeSun commented 2 weeks ago
  1. 修复继承自UObject的蓝图类的文件名检查
  2. 修复Enum的文件名规则错误的问题
  3. 修复动态接口崩溃的问题