You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
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
public static void SetObject(List<Transform> list, object obj)
Activator.CreateInstance(obj.GetType().GetField("dataList").GetValue(obj).GetType().GetGenericArguments()[0]);
我在热更的dll里像这样试着创建 Data的对象 但失败了。 得到这样的报错 Default constructor not found for type ILRuntime.Runtime.Intepreter.ILTypeInstance