Skip to content

Releases: Eastrall/Rosalina

Version 4.0.0

23 Sep 10:42
c71f096
Compare
Choose a tag to compare

🚀 Enhancement

  • Bindings/Script generators code cleaning
  • Added manual generation (#26) (PR #27)
  • Added UXML custom properties window for configuring how Rosalina should behave. (#26) (PR #27)
  • Change bindings initialization method to generic methods. (#26) (PR #27)
  • Add custom component support (#25) (PR #27)
  • Rosalina settings improvement
  • Moved Rosalina settings file to ProjectSettings

Version 3.0.1

16 Jul 16:10
Compare
Choose a tag to compare

🐛Bug fixes

  • Fixed a bug preventing Rosalina's settings file creation.

Version 3.0.0

09 Jul 12:43
Compare
Choose a tag to compare

🚀 Enhancement

  • Change editor extensions bindings to its own Editor folder
  • Add clear and generate all bindings menu items
  • Replace Roslyn Library with Rosyn dlls instead
  • Add Rosalina settings to enable/disable the generator

Full Changelog: v2.0.0...v3.0.0

2.0.0

28 Nov 18:32
Compare
Choose a tag to compare

🚀 Enhancement

  • Change generated binding files location to Assets/Rosalina/AutoGenerated
  • Add EditorWindow support.

🐛Bug fixes

  • Fixed a bug related to Generate UI Script menu item where UI script wasn't generated.

1.2.1

14 Sep 17:18
Compare
Choose a tag to compare

🐛Bug fixes

  • Fix visual tree asset property query generation in bindings (e0b6005)

1.2.0

25 Aug 19:31
Compare
Choose a tag to compare

🚀 Enhancement

1.1.0

19 Jun 12:17
Compare
Choose a tag to compare

🚀 Enhancement

  • Add support for kebab-case properties in UXML. (c2ef56c)

🐛Bug fixes

  • Apply filter to Assets/ folder to prevent generating bindings for internal unity Uxml files. (PR #17)

1.0.3

05 Jun 13:23
Compare
Choose a tag to compare

🐛Bug fixes

  • Fix error when building a project ; excluding Rosalina from output build and making the tool "Editor-Only" (3f3acdb)

1.0.2

28 May 15:37
Compare
Choose a tag to compare

🪛 Misc

  • Remove all Roslyn related dll files and build a single dll with all necessary components for code generation.
  • Add netstandard2.0 project with the Rosalina.Roslyn assembly project generating the single dll for code generation.

1.0.1

05 Mar 18:50
Compare
Choose a tag to compare

🐛Bug fixes

  • Fix NullReferenceException when no items are selected and user tries to generate scripts using Rosalina. (48f5c42)

🪛 Misc

  • Review Rosalina generation main entry point.
  • Clean menu item code.