#actually we should probably make a
1 messages · Page 1 of 1 (latest)
great, progress
what assets have you imported into the project?
Ok lets try this
make a new script
using System
using System.Reflection;
public class myClass{
public void myMethod() {
MemberInfo mi = new MemberInfo();
MissingExpressions.GetCustomAttribute<SerializableAttribute>(mi);
}
}
excellent. Now in the new script select GetCustomAttribute, right click and select Go to definition, then screenshot where it takes you
try with MissingExpressions
thats odd, should be able to navigate to it
this is a copy project yeah, you have the original?
ok, delete the imported assets one by one until the error goes away
can you show me what's in the folder
Unbelievable, extending the System namespace for no good reason is a complete no-no, whoever wrote this should be ashamed of themselves
you may be able to fix this by searching the code for MissingExpressions and changing the namespace it is in
I suspect it may be in a .dll so that might not work
disgraceful behaviour. but I'm glad we found it, best of luck