Releases: Unity-Technologies/unityscript2csharp
Fixes for issues #61 & #62
Merge pull request #63 from Unity-Technologies/fixes Fixes for issues #61 & #62
Minor improvements + couple of bug fixes
This release fixes a bunch of NullReferenceExceptions
Fixes a couple of issues
Fixed issues :
Also fixes an issue in which the converter would fail to find Unity root folder and would print:
UnityScript2CSharp was not able to convert your project:.
The version of Unity passed as the Unity Editor path is too old. Details: Could not find the module assembly folder.
Consider running converter with '-i' option.
log each processed source in verbose mode
When the converter crashes this may help to identify which source caused it
Fixes failure to converte projects on 2017.4
Previous release introduced a regression on 2017.4. This release is meant to fix that.
Fixes failure to converte project when it uses packages (from Package Manager)
This release fixes issue #43 and add some minor improvements in logging.
Add try/catch/finally support
This version adds try/catch/finally support and minor improvements to Unity version handling.
Fixes for type resolution failures
Fixes:
- Fix list of referenced assemblies on OSX (on this platform we need to include unity module assemblies)
- Improved final report
Fixes to get the integration working with 2018.1 again
Fixes for "yield statements"
FIxes #29: Conversion fails on yield statements