Skip to content

Releases: sigr3s/Unity-Skinnable

Release 0.3

11 Dec 18:50
Compare
Choose a tag to compare

Retarget from net 4x to net 3.5.
Also it will keep working the same in net 4x.

This includes changes in the code that is out of the dlls as:

  • Net 4x supports nameof() [your code in net 4.x should still working the same]
  • Net 3.5 now can use a skinnable embed function which allows => this.nameof(c => c)

So for now the second option is used in default scripts.

Minor changes:

  • Changed coding format of default style files.
  • Added missing namespaces.

Known bugs:

  • When importing the package sometimes it causes unity to throw lots of compilation errors. This is solved by refreshing/reimporting plugins.
  • Multiple selection may cause errors on some corner cases (under investigation).

Release 0.2.3

13 Nov 12:52
Compare
Choose a tag to compare

First public release