Skip to content

2.16.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:32
· 13 commits to main since this release

2.16.0 (2022-06-19)

Bug Fixes

  • Fixed compilation error related to AssetDatabase.SaveAssetIfDirty() in Unity 2021.1.16 and older (4c2ac45)
  • Improved the way the package detects if the platform can emit code at runtime (47877e7)
  • Removed a warning regarding pdb files in Unity on non-Windows platforms (7686dbe)

Features

  • Made auto-generated classes public so that they can be referenced by code generation plugins (0bd4e67)
  • Made possible to inherit from simple ScriptableObject instead of GenericScriptableObject to create generic assets (0c4ac2d)