07-02-2008, 6:53 AM
|
David
Joined on 01-26-2008
Posts 193
|
|
|
Thank you very much for your sample attached.
We’ve reviewed the sample project and find the issue is caused by the “EditorAttribute” of “TestObject.String1” is used the “ObfuscateTest_UITypeEditor.CustomUITypeEditor” class.
So you’d better to add an “ObfuscationAttribute” into the “ObfuscateTest_UITypeEditor.CustomUITypeEditor” class for skipping obfuscation, as below:
[ObfuscationAttribute(Exclude = true)]
Any questions please feel free to contact us, thanks.
Best Regards.
|
|
|
|
|
Report
|
|
|
|