Skip to content

Releases: cathei/BakingSheet

v4.1.3

Choose a tag to compare

@cathei cathei released this 18 Jun 04:27
  • AssetPath: Use '/' as directory separator regardless of platform
    • So we can have stable result when dealing with paths that only support /, out-of-box.
    • Otherwise, it's possible to override DirectorySeparator.
  • Excel Converter: Fixes #38 Incorrect Excel parsing when system decimal separator is a comma
  • Excel Converter: Added encoding provider for .Net 5 and higher
  • Google Converter: Stripped unused data.

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 20 Sep 05:27
  • #30 add BAKINGSHEET_EXTERNAL_LOGGING_DLL for Unity
  • #32 Ignore xlsx temp files that can't be read (Thanks, @omega-ult)

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Jan 06:01
  • Update dependencies to recent stable version.

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Dec 20:59
  • Support partial sheet import #22
  • Fix finding private property setter from base class of row

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 07:53

4.0 is released!

Major features are added

Breaking changes

  • .unitypackage will not be distributed anymore. Please remove previous installation and use git package or OpenUPM to install.
    • Only Samples will be distributed as .unitypackage.
  • BetterStreamingAssets package is not included by default. Please install separately to use StreamingAssetsFileSystem.

v3.5.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 08:22
  • Fixed issue #12, IFormatProvider parameter has been added to Converters. Thanks @pointcache!
  • Added decimal type support
  • Define RawSheetImporter.IsConvertable as virtual, be able to override

Now supports OpenUPM!

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 01:19

Added: BetterStreamingAssets and StreamingAssetsFileSystem is now embedded into the package

If you already have BetterStreamingAssets plug-in in your project, please remove them before you apply this update.
For information about StreamingAssetsFileSystem, see here.

v3.4.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 19:37
  • Fixed: Preserve AOT code stripping (#6)
  • Improvement: TimeZoneInfo is now default to Utc

v3.4.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 21:07
  • Export destination directory will be created if doesn't exist
  • Added new sample demonstrates resource verification

If you are updating from previous version, also see v3.4.0 release note.

v3.4.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 16:23
  • Json.NET version updated to 13.0.1
  • Json Unity Package version updated to 3.0.2
  • Google API Library version updated

Since other unity packages that sometimes installed by default are depends on 3.0.2 version of Json Package, we updated it regardingly.

If you are updating from previous version, also see v3.4.0 release note.