Skip to content

v1.1.0

Compare
Choose a tag to compare
@jeffcampbellmakesgames jeffcampbellmakesgames released this 25 Apr 16:44
· 27 commits to release/stable since this release

v1.1.0

CHANGED

  • Package version increased to v1.1.0
  • ScriptableFactoryDataProvider now takes into account the assembly whitelist config on the GenesisSettings used for that code generation run.

ADDED

  • Added configuration option for whitelisting assemblies on GenesisSettings. This is an recommended feature for data providers to optionally limit which assemblies are searched via reflection.
  • Added new overloads to ReflectionTools to make it easier to search via reflection using a whitelist of assemblies.

FIXED

  • Modified assertion for TypeExtensions where wrong Type was being checked as interface
  • Mitigated inspector performance issue for CodeGeneratorConfigDrawer that was causing CPU and GC spikes every editor frame.

REMOVED

  • Removed unused methods GetRealTypeName and GetEnumName in ReflectionTools