Skip to content

Releases: falldeaf/unity-flowlauncher

Bugfix for Unity Projects with binary or mixed Asset Serialiazation Modes

20 Jul 15:07
Compare
Choose a tag to compare

This bugfix prevents a runtime error when trying to read from Unity projects with asset serialization modes set to binary or mixed. Those projects will have a blank project name but everything else should work. Setting the Asset Serialiazation Mode to 'force text' will fix the issue.

(This release also fixes a small issue where the settings screen was showing an indexing bar on load and shouldn't have.)

Bugfix to force array from Powershell script results

27 Jun 13:38
Compare
Choose a tag to compare

If there is only one Unity project, the Powershell script returns an Object instead of an Array. There's a small string kludge to force it to be an array.

Initial Release

18 Jun 20:25
Compare
Choose a tag to compare

First release of this plugin