ExtendRealityLtd / Malimbe

[Obsolete - No longer maintained] A collection of tools to simplify writing public API components for the Unity software.
MIT License
51 stars 11 forks source link

support for unity 2020(.2) #63

Closed fight4dream closed 3 years ago

fight4dream commented 3 years ago

Is your feature request related to a problem?

in unity 2020.2, import zinnia (and thus malimbe) packages, compiled alright, but the inspector has not shown the serialized properties.

for example image

seems fodyweaver is not working.

fight4dream commented 3 years ago

a restart of unity fixed the problem

thestonefox commented 3 years ago

The issue seems to stem from if you upgrade your project from an earlier version of Unity to 2020.2 then the Fody Weavers don't run on the project until you restart Unity and then they seem to work ok.

If you start a fresh project in 2020.2 then the Fody Weavers work first time.

Not sure what is causing this, but a restart of Unity after upgrading project fixes it so lets leave this as a "wont fix"