Skip to content

Conversation

@masakitenchi
Copy link

_mono_assembly was moved from System.Reflection.Assembly to System.Reflection.RuntimeAssembly in mono.
Change the type name fixes fatal error during 1.6 startup.
Commit here: Unity-Technologies/mono@e14ef8a#diff-4b6f98b8749e45ca2b4ac71c214bdcf41918c832be851cbb18d244b1d62153fe

Also updated all references to latest

_mono_assembly was moved from System.Reflection.Assembly to System.Reflection.RuntimeAssembly in mono.
Change the type name fixes fatal error during 1.6 startup.
Commit here: Unity-Technologies/mono@e14ef8a#diff-4b6f98b8749e45ca2b4ac71c214bdcf41918c832be851cbb18d244b1d62153fe
@masakitenchi
Copy link
Author

there are reports that indicates although this solves the error, the prepatcher itself still won't work.

@rytt0001
Copy link

Also the mono update seemed to add this property to the Assembly class :
internal virtual IntPtr MonoAssembly { get { throw new NotImplementedException (); } }

As a question, Wouldn't it be better to use it for getting the value instead of directly getting the Field ?

@masakitenchi
Copy link
Author

close as #30 exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants