You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- types will never be null, they will be any if it can't work it out
- created json now matches the newer schema
- variadics params now list their internal type and not array
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
22
22
-`YarnProjectImporter` now updates asset addresses and generates the C# variable storage class after the project import completes, rather than during the import.
23
23
- Each assembly now gets it's own YSLS file when generating them.
24
24
- renamed the test asmdef files from `YarnSpinnerTests.x` to `YarnSpinner.Unity.Tests.X` so that they are matched by the existing filters.
25
+
- Generated YSLS file now matches the newer schema, see the YS core repo for details of this
publicreadonlystringYarnTypeString=>Type.GetYarnTypeString();// this should change to support the subtypes through the same logic we use below, for now it's fine
0 commit comments