Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Fix 2017.x support #175

Merged
merged 1 commit into from
Aug 8, 2017
Merged

Fix 2017.x support #175

merged 1 commit into from
Aug 8, 2017

Conversation

shana
Copy link
Member

@shana shana commented Aug 8, 2017

Unity 2017 has broken ABI compat on Texture2D.LoadImage by moving the method from the Texture2D type to a separate class as an extension method.

This fixes 2017.x support for the stable mono. Experimental 4.6 mono support in 2017 is current having problems with type initialization that might require some mono patches and definitely requires more investigation

Unity 2017 has broken ABI compat on Texture2D.LoadImage by moving the
method from the Texture2D type to a separate class as an extension method.
Sigh.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant