Releases: Eastrall/Rosalina
Releases · Eastrall/Rosalina
Version 4.0.0
🚀 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
🐛Bug fixes
- Fixed a bug preventing Rosalina's settings file creation.
Version 3.0.0
🚀 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
🚀 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
🐛Bug fixes
- Fix visual tree asset property query generation in bindings (e0b6005)
1.1.0
🚀 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
🐛Bug fixes
- Fix error when building a project ; excluding Rosalina from output build and making the tool "Editor-Only" (3f3acdb)
1.0.2
🪛 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
🐛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.