We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIKit创建服务功能
发现UIKitCreateSercice 的packagekitconfig.json里程序集名称为默认的Editor程序集:Assembly-CSharp-Editor,但是当移动到Plugins目录,程序集就会变为Assembly-CSharp-Editor-firstpass,所以会导致ReflectRenderInfo.cs的 Load方法无法加载该功能
UIKitCreateSercice
packagekitconfig.json
Assembly-CSharp-Editor
Assembly-CSharp-Editor-firstpass
ReflectRenderInfo.cs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
发现
UIKitCreateSercice
的packagekitconfig.json
里程序集名称为默认的Editor程序集:Assembly-CSharp-Editor
,但是当移动到Plugins目录,程序集就会变为Assembly-CSharp-Editor-firstpass
,所以会导致ReflectRenderInfo.cs
的 Load方法无法加载该功能The text was updated successfully, but these errors were encountered: